What problem does it solve?
This Skill generates comprehensive, execution-ready implementation plans from a feature spec, ensuring engineers know exactly which files to touch, what to implement, test, and document, with step-by-step guidance.
Core Features & Use Cases
- Plan generation: Produces end-to-end task breakdowns including file touchpoints, tests, docs, and commit steps.
- Style & discipline: Enforces DRY, YAGNI, and TDD principles with concise rationale for each task.
- Project scoping: Works from minimal specs to produce a complete workplan suitable for pull requests and handoffs.
- Use Case: When given a feature idea like "add user invitation flow," it outputs a plan detailing frontend, backend, tests, docs, and migration steps.
Quick Start
Run the writing-plans skill with a feature specification and save the plan to docs/plans/YYYY-MM-DD-<feature-name>.md, then review and commit the plan.