What problem does it solve? Turning a spec or requirements document into an actionable implementation plan is error-prone: tasks end up vague, placeholders slip in, and engineers (or AI subagents) without codebase context get stuck. This Skill produces a complete, bite-sized implementation plan that an engineer with zero project context can execute task by task. ## Core Features & Use Cases - Structured Plan Generation: Creates plan documents with a mandatory header (goal, architecture, tech stack, global constraints) and per-task blocks listing exact files to create or modify, interfaces consumed and produced, and checkbox steps. - TDD Bite-Sized Steps: Each task is broken into 2-5 minute steps following test-driven development: write the failing test, verify it fails, implement minimal code, verify it passes, commit. - Placeholder Prevention & Self-Review: Enforces a no-placeholder policy (no TODOs or vague instructions) and runs a self-review checklist covering spec coverage, placeholder scan, and type consistency across tasks. - Use Case: After brainstorming a feature spec, use this Skill to produce a plan saved to docs/superpowers/plans/, then hand it off to subagent-driven-development or executing-plans for task-by-task implementation with review gates. ## Quick Start Ask Claude to use the writing-plans skill to turn your feature spec into a step-by-step implementation plan with tests and commits.