v0.5 Beta

From idea to shippedin one command

CAS orchestrates multiple Claude Code agents to build features in parallel.

Idea
Terminal
$
cas factory start "Add user authentication"
Initializing factory...
Scroll to explore
0-0x
Faster Development
Persistent Memory
0
Context Lost
Architecture

The Factory Pattern

01Supervisor

Plans the Work

Breaks down requests into EPICs with discrete tasks and dependencies.

PlanningDependenciesCoordination
02Workers

Execute in Parallel

Multiple agents claim tasks and work simultaneously in isolated worktrees.

WorktreesAuto-ClaimProgress
03You

Review & Merge

Workers complete tasks and create PRs. You review and merge when ready.

ReviewMergeDirection
Features

Everything Factory Needs

The supporting systems that make multi-agent orchestration work.

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.

Free During Beta

Start building with
Factory today

Runs entirely on your machine. Your code stays local.

$curl -fsSL cas.dev/install | sh
100% LocalWorks with Claude CodeGit Worktrees