Skip to content
Brad Kinnard edited this page Feb 2, 2026 · 1 revision

Copilot Swarm Orchestrator

Parallel execution of GitHub Copilot CLI sessions with dependency-aware wave scheduling, transcript-based verification, and per-agent git branch isolation.

What is this?

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.

Quick Start

git clone https://github.com/moonrunnerkc/copilot-swarm-orchestrator.git
cd copilot-swarm-orchestrator
npm install
npm run build
npm start demo-fast

The demo-fast command runs a two-step parallel demo and completes in about three minutes.

Requirements

  • Node.js 18 or later
  • GitHub Copilot CLI installed and authenticated (gh copilot)
  • Git

Wiki Contents

License

ISC

Clone this wiki locally