What problem does it solve? Turning a spec or requirements document into an actionable implementation plan is error-prone: tasks end up too vague, placeholders slip in, 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 - Spec-to-Plan Conversion: Transforms a spec into a structured plan with goal, architecture, tech stack, and global constraints copied verbatim from the spec. - Bite-Sized TDD Tasks: Breaks work into tasks with exact file paths, interface contracts (consumes/produces), and 2-5 minute steps following the failing-test, implement, verify, commit cycle. - Quality Gates: Enforces a no-placeholder policy, a self-review checklist for spec coverage and type consistency, and a reviewer subagent prompt template. - Use Case: After brainstorming a feature spec, invoke this Skill to produce a dated plan document in docs/superpowers/plans/, then hand it off to subagent-driven or inline execution. ## Quick Start Ask the agent to use the writing-plans skill to turn the approved spec into a step-by-step implementation plan saved under docs/superpowers/plans/.