What problem does it solve?
This Skill helps you break a feature spec or requirement set into a structured, phased implementation plan that agents can execute with minimal context. It is designed to reduce ambiguity, prevent scope creep, and make complex work easier to hand off across sessions.
Core Features & Use Cases
- Requirements capture: Interview the user when a spec is missing or too vague.
- Codebase-aware planning: Inspect the repository to identify affected files, patterns, and test infrastructure before decomposing work.
- Phased execution plans: Generate a master plan, self-contained phase files, and state tracking so each phase can be implemented independently.
- Coverage and review: Map every requirement to a phase, critique the plan for blocking issues, and include a finalize step for verification and cleanup.
Quick Start
Ask the phase skill to decompose a spec file into a phased implementation plan.