What problem does it solve?
Converts a written spec or requirements for a multi-step task into a complete, developer-ready implementation plan so engineers with no context can implement features reliably. It removes ambiguity about which files to change, what tests to write, and how to validate and commit each incremental step.
Core Features & Use Cases
- Complete plan header that standardizes goal, architecture, and tech stack and instructs where to save the plan in docs/plans.
- Bite-sized TDD steps with explicit failing-test templates, commands to run tests, minimal implementations, and exact commit instructions for each task.
- Exact file and command guidance including create/modify file paths, test file locations, and expected command outputs to enable quick handoffs, contractor onboarding, and disciplined feature development.
Quick Start
Ask the skill to generate a complete implementation plan for a named feature from your spec and save it to docs/plans/YYYY-MM-DD-feature-name.md.