-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Brad Kinnard edited this page Feb 2, 2026
·
1 revision
Parallel execution of GitHub Copilot CLI sessions with dependency-aware wave scheduling, transcript-based verification, and per-agent git branch isolation.
A CLI tool that coordinates multiple Copilot CLI sessions to execute a multi-step plan. Independent steps run in parallel on isolated git branches. Each step is verified by parsing its transcript for evidence of completion.
git clone https://github.com/moonrunnerkc/copilot-swarm-orchestrator.git
cd copilot-swarm-orchestrator
npm install
npm run build
npm start demo-fastThe demo-fast command runs a two-step parallel demo and completes in about three minutes.
- Node.js 18 or later
- GitHub Copilot CLI installed and authenticated (
gh copilot) - Git
- Installation — Setup instructions
- Usage — Commands and demo scenarios
- Architecture — How the orchestrator works
- Agents — The six specialized agent profiles
- Execution Plans — Plan structure and creation
- Verification — Transcript parsing and evidence validation
- Output Artifacts — What gets generated during runs
- Limitations — Current constraints and caveats
ISC