What problem does it solve? Turning a spec or requirements document into an actionable implementation plan is error-prone: engineers get vague tasks, missing file paths, and placeholder steps that stall progress. This Skill produces a complete, bite-sized task plan that an engineer with zero codebase context can execute directly. ## 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 commands. - No-Placeholder Enforcement: Requires complete code in every step and includes a self-review checklist covering spec coverage, placeholder scans, and type consistency. - Execution Handoff: Saves plans to docs/superpowers/plans/ and offers subagent-driven or inline execution workflows. - Use Case: After brainstorming a feature spec, invoke this Skill to produce a dated plan document with checkbox-tracked tasks that a subagent can implement task-by-task. ## Quick Start Ask the AI to use the writing-plans skill to create an implementation plan from your spec before writing any code.