What problem does it solve?
It helps you convert a spec into an unambiguous, implementation-ready plan that an agent with no repo context can follow without breaking commit gates or losing track of required constraints.
Core Features & Use Cases
- Step-by-step implementation planning for agents: Turns multi-step requirements into bite-sized tasks with clear goals, file boundaries, and green-state deliverables.
- Plan-as-source-of-truth with file-based tracking: Forces the plan to live in a saved file and requires immediate checkbox updates after each verified step.
- TDD-aware granularity and commit policy alignment: Ensures red/green discipline by keeping failures inside implementation steps, and matches the plan output to the user’s selected commit policy.
- Verification-first execution: Requires a final verification step and mandates
verification-before-completion on the final commands run.
Quick Start
Use the writing-plans skill to generate an implementation plan for a multi-step feature based on a provided spec, without modifying the repo yet.