What problem does it solve? Engineers often jump into coding without a clear roadmap, leading to missed requirements, inconsistent naming, and untestable work. This Skill turns a specification into a complete, step-by-step implementation plan that any engineer (or AI agent) with zero codebase context can execute. ## Core Features & Use Cases - Structured Task Breakdown: Splits work into small TDD-style tasks with exact file paths, test code, implementation code, and commit steps. - Placeholder Enforcement: Forbids vague steps like "add error handling" — every step must contain real, executable content. - Self-Review Checklist: Verifies spec coverage, placeholder-free content, and type/name consistency across tasks before handoff. - Execution Handoff: Offers subagent-driven or inline execution modes after the plan is saved to docs/superpowers/plans/. - Use Case: Given a feature spec for a new API endpoint, produce a dated plan document where each task includes a failing test, minimal implementation, verification run, and git commit. ## Quick Start Ask the AI to use the writing-plans skill to create an implementation plan from your feature specification document.