8-phase AI development pipeline for Claude Code & Copilot CLI. Issue → analysis → plan → TDD → review → commit → PR in one command.
Drives a Jira issue or GitHub URL to a merged PR in one command (v11.5.0). 8 phases: Init · Analysis · Planning (approval gate) · TDD dev · CLI-aware parallel review (Fable + Sonnet on Claude Code, GPT + Opus + Sonnet on Copilot CLI, then Fable triage) · Test · Commit + PR · Report (PR body, Jira, Wiki, Confluence). Every loop is bounded and evidence-gated: deterministic gates before AI review, a 'passed' claim needs a log behind it, blocking findings can be confirmed by an auto-written repro test, and retry loops hard-stop at 3. Multi-repo orchestration with per-repo worktrees, per-phase cost ledger, cross-session learnings memory. Stack skills ship as versioned marketplace plugins. Runs natively on Claude Code and Copilot CLI — macOS / Linux / Windows. Full version history in the repo CHANGELOG.
Claude/multi-agent "#316"Copilotmulti-agent "#316"Claude/multi-agent "PROJ-1234"Copilotmulti-agent "PROJ-1234"Claude/multi-agent:dev "#316"Copilotmulti-agent-dev "#316"Claude/multi-agent:autopilot "#316"Copilotmulti-agent-autopilot "#316"Claude/multi-agent:dev-autopilot "#316"Copilotmulti-agent-dev-autopilot "#316"Claude/multi-agent:local "#316"Copilotmulti-agent-local "#316"Claude/multi-agent:dev-local "#316"Copilotmulti-agent-dev-local "#316"Claude/multi-agent:dev-local-autopilot "#316"Copilotmulti-agent-dev-local-autopilot "#316"Claude/multi-agent:local-autopilot "#316"Copilotmulti-agent-local-autopilot "#316"setupjiraissuestatuslog #Nresume #Nkill #Nreviewrefactorchannelsteststack [platform]language [en|tr]scansearchsyncupdateclear-logspurgehelptesttest "dark mode"test "accessibility"test "dynamic type"test "store-ready"test "biometric"test "performance"stack iosstack androidstack backendstack mobilestack allIssue → analysis → plan (approval gate) → TDD dev → parallel review + triage → test → commit/PR → report. Every retry loop is bounded (hard-stop at 3).
2 models on Claude Code (Fable + Sonnet), 3 on Copilot CLI (GPT + Opus + Sonnet); Fable triage filters false positives. Blocking findings can be confirmed by an auto-written repro test (verify-by-test).
Build/lint/test/secret gates before AI review; a 'passed' claim needs a log behind it (default-FAIL evidence gate); diff risk scoring flags risky files and shrinking tests (immutable-test backstop).
Per-repo worktrees, platform identity routing, integration builds, and file-based state so tasks resume across sessions and machines.
Per-phase token ledger, end-of-run cost breakdown naming the top cost driver, budget ceilings, and a model fallback contract (fable → opus → sonnet).
Persistent learnings ledger (rejected review preferences never get re-flagged), triage memory, and structured handoff blocks so long runs re-enter from durable artifacts, not conversation memory.
| Claude Code (colon-form) | Copilot CLI (dash-form) | Category | Description |
|---|---|---|---|
/multi-agent "task" | multi-agent "task" | Full pipeline | Full 8-phase pipeline with worktree + interactive confirmations. |
/multi-agent:autopilot "task" | multi-agent-autopilot "task" | Full pipeline | Same pipeline, zero confirmations - fire and forget. |
/multi-agent:dev "task" | multi-agent-dev "task" | Fast mode | Skips analysis/planning/review gates - Init → Dev(Opus) → Commit → Report. |
/multi-agent:jira | multi-agent-jira | Interactive | Browse your open Jira issues in a terminal picker and launch. |
/multi-agent:issue | multi-agent-issue | Interactive | Browse unassigned GitHub issues, auto-assign, and launch. |
/multi-agent:review | multi-agent-review | Ops | Standalone parallel review on a branch diff or PR, with triage. |
/multi-agent:resume [#id] | multi-agent-resume [#id] | Ops | Resume a paused/failed task from its last completed phase (file-based state). |
/multi-agent:setup | multi-agent-setup | Meta | First-run wizard - tokens, Git identity, per-project routing. |
/multi-agent:help | multi-agent-help | Meta | Bilingual usage guide - all 36 commands, modes matrix, preferences. |