nwiizo/ccswarm

146 stars · Last commit 2026-06-10

Multi-agent orchestration system using Claude Code with Git worktree isolation and specialized AI agents for collaborative development

README preview

# ccswarm

> Turn tasks into PR-ready diffs with quality gates already run. Reproducibly.

[![Rust](https://img.shields.io/badge/rust-edition_2024-blue.svg)](https://www.rust-lang.org)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

`ccswarm` is a workflow engine for AI coding agents. You describe a task, pick a flow
(declarative YAML workflow), and ccswarm drives the provider CLI through plan →
Sangha consensus → implement → review → fix → commit → PR, with full NDJSON
audit trails you can replay, diff, and roll back.

**OK/NG driven**: the only keys you press during a run are `y` and `n`.

## Hire ccswarm when

- You want a quality-gated change (plan → Sangha consensus → implement → review → fix)
  without rebuilding the workflow each task.
- You need reproducibility: the same flow YAML yields the same quality process,
  whether Alice or Bob runs it.

View full repository on GitHub →