What problem does it solve? Turning a spec or requirements document into an actionable implementation plan is error-prone: tasks end up vague, files are missed, and engineers without codebase context get stuck. This Skill produces a complete, bite-sized task plan that an engineer (or agent) with zero context can execute directly. ## Core Features & Use Cases - Bite-sized TDD task decomposition: Breaks work into 2-5 minute steps following a write-failing-test, implement, verify, commit rhythm. - No-placeholder enforcement: Every step includes exact file paths, complete code blocks, exact commands, and expected output. - Self-review and handoff: Checks spec coverage, placeholder patterns, and type consistency, then offers subagent-driven or inline execution. - Use Case: After brainstorming a feature spec, run this Skill to produce a dated plan document in docs/superpowers/plans/ ready for task-by-task execution. ## Quick Start Ask the agent to use the writing-plans skill to turn your feature spec into a step-by-step implementation plan saved under docs/superpowers/plans/.