What problem does it solve? Creating consistent, well-structured phase tracking issues by hand is error-prone and slow. This Skill assembles a complete Phase-N issue body—cross-session handoff context, decisions table, per-PR tasks, DoD, and Phase N+1 outlook—and files it with the GitHub CLI. ## Core Features & Use Cases - Structured issue assembly: Builds a fixed-section issue body covering project overview, references, constraints, decisions, tasks, DoD, and outlook. - Two operation modes: Non-interactive mode accepts all items as CLI arguments; interactive mode (Claude Code companion) prompts for missing items via AskUserQuestion. - Safe confirmation flow: Previews the assembled body and requires explicit approval before running gh issue create, with a --draft mode that outputs to stdout instead. - Use Case: After finishing Phase 3 of a project, run the skill with the phase number and title to file a tracking issue, then hand off directly to the /drive workflow for implementation. ## Quick Start Ask the assistant to create a Phase 4 tracking issue titled "API migration" with the decisions and tasks files attached, then confirm the preview to file it with gh.