Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.78 KB

File metadata and controls

59 lines (39 loc) · 1.78 KB
CAS Logo

Coding Agent System

Run a team of Claude Code agents that actually coordinate.

One supervisor plans the work. Multiple workers execute in parallel. You review the results.


What is CAS?

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.

Factory Mode

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.

The Supporting Cast

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

Quick Start

curl -fsSL https://cas.dev/install.sh | sh

Then in your project:

cas init          # Initialize CAS
cas factory       # Launch Factory Mode TUI

Links


Built with Rust. Runs locally. Your code stays private.