What problem does it solve?
Use this Skill when you have a spec or requirements and need a clear, implementation-ready plan before changing code. It turns ambiguous work into a structured path that another engineer or agent can follow with minimal context.
Core Features & Use Cases
- File-by-file planning: Identifies exactly which files to create or modify and what each one is responsible for.
- Bite-sized execution steps: Breaks work into small, TDD-friendly actions with precise commands, expected outcomes, and commit points.
- Quality safeguards: Includes self-review checks for missing requirements, placeholder language, and type or naming consistency before handoff.
- Use cases: Ideal for multi-step feature work, refactors, bug fixes, or any task that should be delegated with a reliable implementation roadmap.
Quick Start
Use the writing-plans skill to turn this specification into a detailed implementation plan with files, tests, and step-by-step tasks.