What problem does it solve?
Creates precise, developer-ready implementation plans that remove ambiguity from feature development by breaking work into tiny, verifiable tasks with exact file paths, complete code, and test-driven verification steps.
Core Features & Use Cases
- Granular Task Breakdown: Splits features into 2-5 minute tasks so developers can make verifiable progress and parallelize work.
- TDD-first Workflow: Requires tests before implementation, including expected failing outputs and subsequent green verification.
- Exact Specifications: Provides exact file locations, complete runnable code, exact commands, expected output, and verification checklists.
- Use Case: Prepare a deployment-ready plan for adding user authentication that includes tests, model code, endpoints, and verification curl commands saved to docs/plans/.
Quick Start
Ask the assistant to "Create an implementation plan for [feature] using TDD, include exact file paths, complete code, commands with expected output, and save the plan to docs/plans/YYYY-MM-DD-[feature].md".