What problem does it solve? Turning a finished PRD into an actionable engineering plan is hard: teams either jump straight into coding without structure or produce plans that are too coarse to execute. This Skill bridges that gap by translating requirements into ordered, end-to-end vertical slices grouped into phases. ## Core Features & Use Cases - Tracer-Bullet Slicing: Breaks a PRD into thin, end-to-end vertical slices that cut through schema, domain, API, and UI layers, each independently demoable. - Phase Ordering by Risk and Value: Groups slices into 2-5 phases so the riskiest assumptions are validated first and something demoable ships early. - Durable Plan Document: Writes a Markdown plan file to ./plans/ capturing architectural decisions (routes, schema, models, auth) plus per-phase acceptance criteria. - Use Case: After finalizing a PRD for a weekly admin summary email feature, run this Skill to produce ./plans/weekly-admin-summary-email.md with three phases, each with acceptance criteria ready to hand to an engineer or execution skill like /tdd. ## Quick Start Ask the AI to turn the PRD in the current conversation into a phased implementation plan using tracer-bullet vertical slices and write it to the plans directory.