What problem does it solve?
This skill helps teams convert a feature spec or requirements into a complete, auditable implementation plan that an engineer can execute without prior knowledge of the codebase. It emphasizes clarity, scope, and a repeatable process to reduce ambiguity and miscommunication.
Core Features & Use Cases
- Comprehensive planning: Generates end-to-end implementation plans covering files to touch, tests to write, docs to check, and commit history.
- Structured task breakdown: Breaks work into bite-sized steps with clear goals, dependencies, and acceptance criteria.
- Documentation and testing guidance: Includes notes on required docs, tests, and verification methods to ensure traceability.
- Execution handoff guidance: Provides a plan header and a ready-to-run plan document framework.
- Use case: When starting a new feature with a vague spec, this skill outputs a plan to guide implementation.
Quick Start
Announce and create a dedicated worktree for planning, then save the plan to docs/plans/YYYY-MM-DD-<feature-name>.md and follow the bite-sized tasks to implement, test, and document.