What problem does it solve? Manually transcribing a structured task list into GitHub Issues is repetitive and error-prone, especially when preserving phase groupings, user story labels, and cross-task dependencies. This Skill automates the export so project boards and team assignments can start immediately. ## Core Features & Use Cases - Automated Issue Creation: Parses tasks.md for task IDs, descriptions, phases, parallel markers, and user story labels, then creates GitHub Issues via gh issue create or the GitHub API. - Label and Dependency Management: Applies labels (iikit, phase-N, us-N, parallel) and links dependencies between issues using #NNN cross-references. - Parallel Dispatch: Splits tasks into chunks by phase or user story and dispatches parallel subagents for faster issue creation, with partial-failure reporting. - Use Case: After running the IIKit planning workflow, export 40 tasks from tasks.md into a GitHub repository so each team member can be assigned issues and progress tracked on a project board. ## Quick Start Ask the assistant to convert the tasks in tasks.md into GitHub Issues for the current feature branch.