What problem does it solve?
It prevents ambiguous engineering work by decomposing a design doc or clear scope into small, independently verifiable tasks that an agent team can execute without extra context.
Core Features & Use Cases
- Self-contained implementation plans: Produces a plan where each task includes exact file paths, concrete code where needed, exact commands, and expected outputs.
- Bite-sized, verifiable work units: Breaks work into tasks designed to be independently testable and commit-ready.
- TDD-aligned behavior changes: Forces behavior-changing tasks to follow red→green→refactor discipline with pinned verification per task.
- Safe planning storage: Saves plans to docs/plans/YYYY-MM-DD-<feature-name>.md unless overridden by existing conventions.
Quick Start
Use the create-plan skill to generate a self-contained implementation plan for your approved Design Doc by invoking /create-plan during the planning phase.