What problem does it solve?
This Skill automates the manual, error-prone process of converting execution plan steps in Markdown into properly formatted GitHub issues, ensuring the plan remains the source of truth and issue numbers are synchronized back into the plan.
Core Features & Use Cases
- Parse Markdown execution plans to extract step ID, title, full description, type, max turns, wave, and explicit dependencies from tables and diagrams.
- Generate issue bodies with Context, Spec, Acceptance Criteria, Files Likely Affected, Verification, Dependencies, and Autonomous Execution commands, and create labels and milestones when required.
- Idempotently skip existing issues, update the plan file with created issue numbers, present a confirmation summary before creation, and produce a final summary of created issues and warnings.
- Use Case: Turn a wave-based project plan into a set of autonomous-ready GitHub issues for engineering and QA teams, preserving acceptance criteria and verification steps.
Quick Start
Use the create-issues skill to generate GitHub issues from a Markdown plan file and confirm creation before any changes are made.