plan-to-github-issues
Installation
SKILL.md
Plan to GitHub Issues
1. Locate the plan
Find **/plans/plan-*.md or ask. Repo: gh repo view --json nameWithOwner. Each ## Phase N: Title + - [ ] criteria.
2. Create labels
gh label create "phase" --color "#0052CC" --description "Implementation phase" --repo OWNER/REPO
gh label create "acceptance-criteria" --color "#5319E7" --description "Has acceptance criteria" --repo OWNER/REPO
3. Create one issue per phase
Title: Phase N: <Title>, labels phase/enhancement/acceptance-criteria, run in parallel.
Overview
<"What to build" content from the plan phase> Related user stories:
Acceptance Criteria
<acceptance criteria checklist copied verbatim from the plan, as - [ ] items>
Test Coverage Requirements
Every checkbox needs a validating test; PR is blocked unless CI passes.