Skip to content

Multi-agent orchestration for Claude Code. Persistent memory, tasks, rules, and skills that make AI agents actually coordinate.

Notifications You must be signed in to change notification settings

codingagentsystem/cas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

CAS — Run a Team of Claude Code Agents

One supervisor plans. Multiple workers execute. You review the results.

Install

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

Then in your project:

cas init          # Initialize CAS
cas factory       # Launch Factory Mode

The Factory Pattern

Step Role What It Does
01 Supervisor Breaks down requests into EPICs with discrete tasks and dependencies
02 Workers Claim tasks and work simultaneously in isolated git worktrees
03 You Review PRs and merge when ready

Features

Feature Description
Persistent Memory What one agent learns, all agents remember. Context that compounds across sessions.
Task Orchestration Structured task management with dependencies, priorities, and automatic assignment.
Self-Improving Rules Patterns that work get promoted. Mistakes become guardrails automatically.
Reusable Skills Teach once, every worker knows it. Custom tools, workflows, domain knowledge.
Git Worktrees Each worker operates in isolation. Clean parallel development, no merge conflicts.
Team Sync Share learnings across your organization. Team-wide memory that benefits everyone.

Links


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

About

Multi-agent orchestration for Claude Code. Persistent memory, tasks, rules, and skills that make AI agents actually coordinate.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages