What problem does it solve?
This Skill eliminates the frustration of vague, incomplete implementation plans that leave developers guessing, leading to bugs, rework, and wasted time when building features from specs or requirements.
Core Features & Use Cases
- Bite-Sized Task Breakdown: Splits complex features into 2-5 minute focused tasks with clear objectives, so implementation is never overwhelming.
- Complete, Copy-Pasteable Details: Includes exact file paths, full code examples, exact test/verification commands, and commit messages for every step, so no context is left to guesswork.
- Best Practice Enforcement: Built-in guardrails for DRY, YAGNI, and TDD principles reduce technical debt and ensure consistent, maintainable code.
- Use Case: For example, when building a new user profile editing feature, this Skill generates a full plan with individual tasks for creating the model, adding validation, writing tests, and committing each step, so even developers new to the codebase can implement it correctly.
Quick Start
Use the writing-plans skill to generate a complete implementation plan for the new user authentication feature based on the provided requirements document.