What problem does it solve?
writing-plans converts messy requirements into a clear, engineer-ready implementation roadmap that minimizes guesswork, rework, and missing context.
Core Features & Use Cases
- Bite-sized, test-driven tasks: Breaks work into 2–5 minute steps like writing failing tests, running them to confirm failure, implementing minimal code, rerunning tests, and committing frequently.
- Codebase-orientation and file specificity: Forces plans to spell out exact file paths and what to create or modify, plus how to test and which docs to consult.
- Subagent-driven execution handoff: Requires a specific implementation header that routes execution through the subagent-driven-development approach for task-by-task building and review.
- External API grounding: Includes guardrails to verify real API response shapes with real calls and embed the verified response in the plan, avoiding mock assumptions.
Quick Start
Invoke the skill when you have a spec or requirements for a multi-step task, and ask it to produce a build-ready implementation plan saved under docs/plans with bite-sized TDD steps.