plan-to-github-issues

Installation
SKILL.md

Plan to GitHub Issues

Turn a local plans/*.md file into GitHub issues (one per phase), a CI workflow, and a PR template — so every PR proves its acceptance criteria through tests.

Process

1. Locate the plan file

If the user hasn't specified a file, look for plan files matching **/plans/plan-*.md or ask the user to point you to it.

Read the plan file and identify:

  • The GitHub repo (run gh repo view --json nameWithOwner)
  • All phases — each ## Phase N: Title section
  • The acceptance criteria checklist under each phase (- [ ] ... lines)

2. Create labels

Create two labels if they don't exist:

Installs
6
First Seen
May 6, 2026
plan-to-github-issues — rockclaver/systemcraft