What problem does it solve?
Writing a good implementation plan is hard, especially when you must safely break down requirements into executable steps with exact file paths and complete code examples.
Core Features & Use Cases
- Multi-step implementation planning: Produces comprehensive, bite-sized tasks that make execution straightforward from minimal prior context.
- File-accurate, copy-paste-ready outputs: Specifies exact files to create/modify and includes complete code examples, verification commands, and expected results.
- TDD + frequent commits workflow: Enforces a test-driven cycle per task (fail, verify, implement minimally, verify pass) and encourages incremental commits to reduce risk.
Use case: You’re handed a feature request like “add OAuth login,” but you don’t know the codebase layout—generate a step-by-step plan that guides you through tests, the smallest working implementation, and how to verify it.
Quick Start
Ask: “Use the writing-plans skill to produce an implementation plan for [feature] with exact file paths, complete code examples, and TDD steps for each task.”