What problem does it solve? Turning a spec or requirements document into an actionable implementation plan is error-prone: tasks end up too vague, files are missed, and engineers without codebase context get stuck. This Skill produces a complete, bite-sized task plan that an engineer with zero project context can execute directly. ## Core Features & Use Cases - Bite-Sized Task Decomposition: Breaks work into 2-5 minute steps following a strict TDD cycle (failing test, minimal implementation, verification, commit). - No-Placeholder Enforcement: Requires exact file paths, complete code blocks, and exact commands with expected output in every step. - 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 feature spec, 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 Ask the AI to use the writing-plans skill to turn your feature spec into a step-by-step implementation plan saved under docs/superpowers/plans/.