What problem does it solve? Engineers often start coding from a spec without a clear roadmap, leading to missed requirements, vague tasks, and inconsistent execution. This Skill converts 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 - Bite-Sized Task Decomposition: Breaks work into 2-5 minute steps following TDD: write failing test, verify failure, implement, verify pass, commit. - No-Placeholder Enforcement: Requires exact file paths, complete code blocks, exact commands, and expected outputs in every step. - Self-Review and Handoff: Includes a spec-coverage and consistency self-review checklist, plus an execution handoff offering subagent-driven or inline execution. - Use Case: After brainstorming a new feature spec, use this Skill to produce a dated plan document in docs/superpowers/plans/ with checkbox-tracked tasks ready for task-by-task implementation. ## Quick Start Use the writing-plans skill to turn my feature spec into a step-by-step implementation plan with TDD tasks and exact file paths.