What problem does it solve? Turning a feature spec into code without a plan leads to missed requirements, vague tasks, and inconsistent execution. This Skill converts a specification into a complete, bite-sized implementation plan that an engineer with zero codebase context can follow task by task. ## Core Features & Use Cases - Bite-Sized TDD Tasks: Breaks work into 2-5 minute steps following a write-failing-test, implement, verify, commit cycle. - 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 content, and checks type consistency across tasks before handoff. - Use Case: After brainstorming a new API endpoint spec, use this Skill to produce a plan document saved to docs/superpowers/plans/ with checkbox-tracked tasks ready for subagent-driven or inline execution. ## Quick Start Ask the AI to use the writing-plans skill to create an implementation plan from your feature specification document.