What problem does it solve? Large PRD milestones are hard to execute reliably without a structured breakdown. This Skill converts a PRD milestone into a granular, test-first execution plan where every task is atomic, independently verifiable, and maps to a single commit. ## Core Features & Use Cases - Test-First Task Breakdown: Splits milestones by boundary into test, implement, and verify steps following red-green TDD discipline. - PRD Auto-Detection: Detects the target PRD from an argument, git branch name, recent commits, or modified files. - Plan Quality Self-Review: Enforces a checklist covering success signals, repo constraints, validation workflow, and behavior-first tests. - Use Case: You are starting Phase 2 of PRD #76 (a SQLite storage layer). Run the skill to generate prds/execution-plan-76-phase2.md with atomic test-first tasks, then work through them one commit at a time. ## Quick Start Ask the agent to create an execution plan for PRD 76 by running /prd-exec 76 and it will analyze the PRD and generate a test-first task plan.