What problem does it solve? Engineers often start coding multi-step features without a clear roadmap, leading to missed requirements, poor task decomposition, and inconsistent execution. This Skill turns a spec or requirements document into a complete, step-by-step implementation plan that any engineer can follow without prior codebase context. ## Core Features & Use Cases - Structured Plan Generation: Produces plans with exact file paths, complete code snippets, exact test commands, and expected outputs for every step. - Bite-Sized TDD Tasks: Breaks work into 2-5 minute steps following the write-failing-test, implement, verify, commit cycle with checkbox tracking. - Plan Review Loop: Dispatches a reviewer subagent using a dedicated prompt template to verify completeness and spec alignment before execution. - Use Case: After brainstorming a new payment feature spec, use this Skill to produce a dated plan document in docs/superpowers/plans/ that an engineer or subagent can execute task by task. ## Quick Start Use the writing-plans skill to create an implementation plan from my feature spec before writing any code.