What problem does it solve?
This Skill eliminates the risk of disorganized, error-prone development work that occurs when engineers start coding without a clear, structured plan for implementing a specification or requirement, reducing rework and missed steps.
Core Features & Use Cases
- Bite-Sized Task Breakdown: Splits implementation into 2-5 minute actionable steps, including writing failing tests, minimal implementation, and verification.
- Zero-Context Guidance: Includes exact file paths, complete code snippets, test commands, and expected outputs so developers with no prior codebase knowledge can execute tasks confidently.
- Best Practice Enforcement: Embeds TDD, DRY, YAGNI, and frequent commit guidelines into every plan to ensure high-quality, maintainable code.
- Use Case: A team receives a spec for a new user notification feature; use this Skill to generate a full implementation plan with all required test cases, code changes, and commit steps, eliminating guesswork and accelerating delivery.
Quick Start
Use the writing-plans skill to generate a complete implementation plan for the new user profile editing feature described in the attached specification document.