What problem does it solve?
writing-plans helps you translate a feature idea or requirements into an actionable implementation plan that a developer can follow even with zero knowledge of the codebase.
Core Features & Use Cases
- Spec-to-plan creation: Converts requirements into a complete task breakdown with file touch points, testing steps, and commit instructions.
- Bite-sized, TDD-oriented workflow: Structures work so each step is small (typically 2–5 minutes) and includes “write failing test → verify fail → minimal implementation → verify pass → commit.”
- Execution-ready plan artifacts: Saves plans to a date-stamped docs path so they can be executed consistently in later sessions.
Example use case: you receive a new feature spec for an RLM component change and need a clear plan that identifies exactly which files to modify and how to prove correctness with tests.
Quick Start
Use this skill when you have a spec for a multi-step task and want an implementation plan saved to docs/plans/ with a TDD, file-accurate checklist of what to test and implement.