What problem does it solve? Setting up structured project planning on GitHub manually means creating dozens of issues, labels, milestones, and a Projects v2 board by hand, then linking them all together. This Skill automates the entire setup from a plan document, building a linked plan → epic → story → task hierarchy of sub-issues in one orchestrated run. ## Core Features & Use Cases - Hierarchy scaffolding: Parses a plan document (or plan_docs/ folder) into numbered plan, epic, story, and task issues, linked via GitHub sub-issues with blocking/blocked-by dependencies. - Board and taxonomy setup: Creates the canonical label set, milestones, and a Projects v2 board with Level, Priority, Estimate, and optional Phase fields. - Idempotent re-runs with dry-run: Every PowerShell operation script matches existing items and skips or updates rather than duplicating, and supports -DryRun previews before applying changes. - Use Case: Point the Skill at a repository containing a development plan, and it creates the full issue tree, links sub-issues, sets board fields, and records dependencies — ready for sprint tracking. ## Quick Start Ask the agent to set up GitHub issue tracking for your repository using the plan in the plan_docs folder, previewing with a dry run first.