What problem does it solve? Turning an approved implementation plan into trackable work items is tedious and error-prone — issues get created out of order, lack context, or miss dependencies. This Skill converts an approved phased plan into self-contained GitHub issues, each carrying its design reference, process anchor, data anchor, done criteria, and dependency links. ## Core Features & Use Cases - Self-contained issue generation: Each slice becomes a GitHub issue with a structured body covering what it builds, design reference, process anchor, data anchor, acceptance criteria, and dependencies. - Dependency-ordered creation: Issues are created blockers-first using the gh CLI so dependent issues can reference real issue numbers. - Phase labeling and reporting: Applies Phase, Ready, Infrastructure, and Blocked labels, then reports a summary mapping slices to issue numbers. - Use Case: After approving a phased plan for a player search feature, run this Skill to create issues like "[SL-001] Player Search" with full context, labeled Phase 1 and Ready, with SL-002 correctly referencing its dependency on SL-001. ## Quick Start Convert my approved implementation plan into GitHub issues in dependency order using the gh CLI.