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 an engineer with zero codebase context can follow. ## Core Features & Use Cases - Bite-Sized Task Decomposition: Breaks work into 2-5 minute steps following TDD (failing test, minimal implementation, verify, commit) with exact file paths and complete code. - Placeholder-Free Plans: Enforces concrete content in every step, banning TODOs, vague instructions, and undefined references. - 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, run this Skill to produce a dated plan document in docs/superpowers/plans/ that a subagent or engineer can implement task-by-task with checkbox tracking. ## 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.