Run a team of Claude Code agents that actually coordinate.
One supervisor plans the work. Multiple workers execute in parallel. You review the results.
CAS (Coding Agent System) is multi-agent orchestration for Claude Code. It transforms how you work with AI coding assistants—from babysitting a single agent to directing an entire team.
The star of the show. A supervisor agent breaks down your EPIC into tasks, workers claim and execute in isolated git worktrees, and you review the PRs.
| Feature | What It Does |
|---|---|
| Memory | Persistent knowledge across sessions—what one agent learns, all agents know |
| Tasks | Structured work tracking with dependencies, priorities, and progress notes |
| Rules | Self-improving coding conventions that sync to Claude Code |
| Skills | Reusable agent capabilities and custom workflows |
| Worktrees | Parallel development in isolated git branches, clean merges |
| Teams | Share knowledge across your organization |
curl -fsSL https://cas.dev/install.sh | shThen in your project:
cas init # Initialize CAS
cas factory # Launch Factory Mode TUIBuilt with Rust. Runs locally. Your code stays private.