Phase Review banner
markyy101 markyy101

Phase Review

Development community

Description

--- name: phase-review description: "Run post-execution quality gate - verifies all deliverables before marking a track complete" arguments: - name: track_id description: "Optional track ID to review (defaults to active track)" required: false user_invocable: true --- # /phase-review Run the **Evaluate Execution** step of the Evaluate-Loop workflow. This is the mandatory quality gate before marking any track or phase complete. ## When to Use Run this command: - After finishing all

Installation

Installs to ~/.claude/skills/markyy101-conductor-orchestrator-superpowers-phase-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/markyy101-conductor-orchestrator-superpowers-phase-review && curl -fsSL https://raw.githubusercontent.com/markyy101/conductor-orchestrator-superpowers/HEAD/commands/phase-review.md -o ~/.claude/skills/markyy101-conductor-orchestrator-superpowers-phase-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository