run-issue-plan

Installation
SKILL.md

Run Issue Plan

Execute wave-based project plans stored as GitHub Issue trees by reading the hierarchy, dispatching subagents per issue, and tracking completion wave-by-wave.

Trigger boundary

Use when an existing GitHub Issue tree needs to be executed with subagent dispatches.

Do NOT use when:

  • Creating a new plan (use plan-issue-tree)
  • Reviewing code (use review-pr)
  • No GitHub Issues exist yet

Prerequisites

  1. gh auth status — must be authenticated
  2. command -v jq >/dev/null — required by scripts/read-tree.sh
  3. Resolve the helper-script path once:
Related skills
Installs
3
GitHub Stars
6
First Seen
Mar 18, 2026