What problem does it solve? Turning a product requirements document into actionable engineering work is hard: teams often produce broad horizontal phases that delay visible progress and hide risk. This Skill breaks a PRD into well-scoped, independently grabbable implementation issues structured as tracer-bullet vertical slices. ## Core Features & Use Cases - Vertical Slice Decomposition: Splits work into end-to-end slices that deliver visible progress and reduce uncertainty early, instead of splitting purely by backend/frontend/database layers. - Structured Issue Files: Writes ordered issue files under .prd/<prd-slug>/issues/ with a consistent template covering goal, scope, out-of-scope, implementation notes, validation, and dependencies. - Risk-First Sequencing: Orders issues so the earliest slices tackle the highest-risk or least-certain parts, with explicit dependencies called out only when necessary. - Use Case: After drafting a PRD for a new feature, run this Skill to generate a numbered set of issue files that engineers can pick up independently without rereading the full PRD. ## Quick Start Break the PRD at .prd/user-onboarding/prd.md into implementation issues saved as local issue files.