MetaSwarm
A self-improving multi-agent orchestration framework by dsifry extracted from a production SaaS codebase. 18 specialized agent personas, a 9-phase workflow (Research → Plan → Design Review Gate → Work Unit Decomposition → Orchestrated Execution → Final Review → PR Creation → PR Shepherd → Closure & Learning), BEADS git-native task tracking, and a JSONL knowledge base that grows with every PR. Works with Claude Code, Gemini CLI, and Codex CLI.
View on GitHubWhat it does
- /start-task
Launches the 9-phase workflow from a plain-English description; routes through Research, Plan, Design Review Gate, and into Orchestrated Execution.
- /setup
Interactive project setup that configures CLAUDE.md, AGENTS.md, knowledge base templates, and BEADS task tracking.
- Design Review Gate
Five specialist agents (PM, Architect, Designer, Security, CTO) review the design in parallel; blocks decomposition until the gate passes or escalates to human after 3 iterations.
- Orchestrated Execution Loop
Per-task 4-phase loop (IMPLEMENT → VALIDATE → ADVERSARIAL REVIEW → COMMIT) where the orchestrator validates independently and a different model reviews the writer's work.
- /self-reflect
Post-PR reflection that extracts patterns, gotchas, and anti-patterns from reviewer comments and session history, writing them to the JSONL knowledge base.
- npx metaswarm init
Cross-platform installer that detects installed AI CLIs and installs MetaSwarm for all of them in one pass.