What problem does it solve? Multi-phase development work (spec, plan, implement, review, compound) often loses track of progress, skips verification steps, or resumes incorrectly after interruptions. This Skill enforces a disciplined end-to-end orchestration protocol so every phase runs in order, gates are verified, and epic state stays recoverable. ## Core Features & Use Cases - Five-Phase Orchestration: Chains Spec Dev, Plan, Work, Review, and Compound phases with mandatory skill-file reads before each phase. - Mandatory Phase Gates: Verifies acceptance criteria, verification contracts, empty in-progress queues, reviewer approval, and final test/lint/build evidence before advancing. - Resume and Control: Supports starting from a specific phase, resuming from epic notes after interruption, and retry/skip/abort handling on failure. - Use Case: You have a large epic tracked in bd. Invoke this Skill to run the full cycle: it initializes phase state, executes each phase per its skill file, verifies gates, and closes with commit, sync, and push. ## Quick Start Ask the agent to cook the epic with ID epic-123 from the plan phase and follow all gates through final verification.