What problem does it solve? Engineers and AI agents often start coding from a spec without a concrete plan, leading to missed requirements, vague tasks, and inconsistent implementations. This Skill turns a spec or requirements document into a complete, bite-sized 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: write failing test, verify failure, implement, verify pass, commit. - No-Placeholder Enforcement: Requires exact file paths, complete code blocks, exact commands with expected output, and forbids TODOs or vague instructions. - 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: Given a feature spec for a new API endpoint, produce a dated plan file in docs/superpowers/plans/ with checkbox-tracked tasks covering tests, implementation, and commits. ## Quick Start Ask the agent to use the writing-plans skill to create an implementation plan from your spec before writing any code.