What problem does it solve? Turning approved plans, specs, and Epics into trackable work items is manual and error-prone. This Skill converts roadmaps and SPEC files into stable, linked, verifiable GitHub Issues using the gh CLI, keeping Epics, slices, and the roadmap in sync. ## Core Features & Use Cases - Epic Traceability Contract: Assigns stable E## identifiers, creates matching GitHub Issues, and writes direct links back into the roadmap or spec. - Vertical Slice Decomposition: Splits approved Epics into small, complete slices marked as HITL or AFK with explicit Blocked-by dependencies. - SDD Issue Templates: Generates Epic and slice issue bodies from .specs/SPEC-*.md files using the bundled spec-sdd-template reference. - Use Case: After approving a SPEC for a new feature, run this Skill to create the Epic Issue, publish child slice Issues in dependency order, and update ORCHESTRATOR-ROADMAP.md with links. ## Quick Start Use the create-issues skill to turn the approved SPEC file in .specs into a linked Epic and slice Issues on GitHub.