What problem does it solve? Turning a Product Requirements Document into actionable work items is slow and error-prone: teams often create horizontal, layer-by-layer tasks that cannot be shipped or tested independently. This Skill converts a PRD into thin vertical slices and creates the corresponding GitHub issues automatically. ## Core Features & Use Cases - Vertical Slice Decomposition: Splits a PRD into tracer-bullet slices that cut through all layers (schema, API, UI, tests) instead of horizontal per-layer tasks. - HITL/AFK Classification: Labels each slice as human-in-the-loop (HITL) or autonomous (AFK), preferring AFK where possible. - Dependency-Aware Issue Creation: Creates GitHub issues via gh issue create in dependency order, with a structured body template covering acceptance criteria, blockers, and covered user stories. - Use Case: You have a PRD stored as GitHub issue #42 for a new feature. Run this Skill to review the breakdown interactively, then generate 6 linked implementation issues ready for the team to pick up. ## Quick Start Break down the PRD in GitHub issue #42 into vertical slices and create the implementation issues.