What problem does it solve?
This Skill helps you turn a spec or set of requirements into a concrete implementation plan before any code changes begin. It is designed for situations where the engineer needs clear direction, exact file targets, and a disciplined task sequence.
Core Features & Use Cases
- Implementation Planning: Breaks a feature into small, actionable steps that can be executed and reviewed one by one.
- File-Level Guidance: Specifies exactly which files to create, modify, and test so the work stays scoped and traceable.
- Test-Driven Workflow: Organizes each task around failing tests, minimal implementation, verification, and commit steps.
- Use Case: A developer receives a multi-step feature request and uses this Skill to produce a detailed plan in
docs/plans/ that another engineer can follow without prior context.
Quick Start
Use the writing-plans skill to create a detailed implementation plan for my feature request and save it in the required docs/plans format.