What problem does it solve? Engineers often start coding from a spec without a concrete roadmap, leading to missed requirements, vague tasks, 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 - 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, and exact commands with expected output in every step. - Self-Review Checklist: Validates spec coverage, scans for placeholder patterns, and checks type consistency across tasks before handoff. - Execution Handoff: Offers subagent-driven or inline execution paths after saving the plan to docs/superpowers/plans/. - Use Case: Given a spec for a new API endpoint, produce a dated plan document where each task lists exact files to create or modify, full test code, implementation code, and commit commands. ## Quick Start Ask the AI to use the writing-plans skill to create an implementation plan from your feature spec before writing any code.