What problem does it solve? Turning a finished specification into actionable work is error-prone: teams either slice work horizontally by layer (producing nothing demoable) or lose track of which pieces depend on which. This Skill converts a grilled spec into a set of vertical-slice tickets with explicit blocking edges, published as markdown files per the tracker conventions. ## Core Features & Use Cases - Vertical slice drafting: Splits work into tracer-bullet tickets that cut through every layer (schema, API, UI, tests), each sized to fit a single context window and demoable on its own. - Dependency modeling: Assigns each ticket its blocking edges, numbers tickets in dependency order, and routes open questions into decision tickets that block the slices needing their answers. - Spec property disposition: Maps executable spec properties to a shared property-test ticket, stamps reviewed properties as acceptance criteria, and handles wide refactors via expand-contract sequencing. - Use Case: After grilling a feature spec until its frontier is empty, invoke this Skill to produce a numbered set of ticket files (e.g., 01-add-schema.md, 02-build-api.md) with blocked-by edges, ready for dispatch to fresh worker sessions. ## Quick Start Ask the agent to break the grilled spec into tickets and publish them per the tracker conventions.