What problem does it solve? Turning a written spec or plan into actionable, correctly-sequenced GitHub issues is tedious and error-prone: dependencies get missed, labels are inconsistent, and tickets end up invisible to automation. This Skill automates the breakdown of a Spec into tracer-bullet vertical slices and publishes them as fully wired GitHub issues. ## Core Features & Use Cases - Vertical slice drafting: Cuts each Slice through every layer (schema, API, UI, tests) so each one is independently demoable, with expand-contract sequencing for wide refactors. - GitHub issue publishing: Creates one issue per Slice from a fixed template, wires native blocked-by dependency edges, and links each Slice as a sub-issue of the parent Spec. - AFK/HITL triage and project setup: Labels Slices as AFK (agent-pickable) or HITL (human needed), bootstraps twelve labels idempotently, and adds AFK Slices to Project #1 with a Priority. - Use Case: After writing a Spec issue for a new feature, run the Skill with the spec number to get a reviewed set of implementation tickets with correct blocking edges, ready for an agent daemon to pick up. ## Quick Start Ask the AI to break spec issue number 123 into implementation tickets using the to-tickets workflow, optionally with dry-run to preview first.