What problem does it solve? Engineers often start coding multi-step features without a clear roadmap, leading to missed requirements, inconsistent types, and vague tasks. This Skill turns a spec or requirements document into a complete, executable implementation plan before any code is touched. ## 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 blocks. - Placeholder-Free Plans: Enforces rules against TODOs, vague steps, and undefined references so any engineer can execute the plan with zero codebase context. - Self-Review and Execution Handoff: Includes a spec-coverage and type-consistency checklist, then offers subagent-driven or inline execution of the finished plan. - Use Case: After brainstorming a new API feature, use this Skill to produce a dated plan document in docs/superpowers/plans/ that a fresh engineer or subagent can implement task-by-task. ## Quick Start Use the writing-plans skill to create an implementation plan for the feature described in my spec document.