What problem does it solve?
Convert a specification or requirements document into a complete, unambiguous implementation plan that a developer with no prior project context can follow. Remove uncertainty about which files to change, what tests to write, how to run them, and how to commit incremental progress.
Core Features & Use Cases
- TDD-first task decomposition: Break features into 2–5 minute steps such as write failing test, run to fail, implement minimal code, run to pass, and commit.
- Precise, actionable output: Provide exact file paths, test and code snippets, expected commands and outputs, and the canonical plan document header and save location.
- Execution handoff guidance: Offer clear handoff options including subagent-driven development or a parallel session using an executing-plans sub-skill, and note required sub-skills when appropriate.
Quick Start
Generate a step-by-step implementation plan from the given specification and save it to docs/plans/YYYY-MM-DD-feature-name.md.