v2.0 Production Ready

Waves of agents
until the job is done

Deploy specialized agent fleets across multiple repositories. Run iterative waves until objectives are achieved. TMUX or headless mode for full CI/CD integration. Production-grade swarm intelligence for autonomous development.

7 Roles
Specialized Agents
Multi-Repo
Parallel Operations
24/7
Autonomous Ops
Wave orchestration visualization showing 7 agents working in 4 phases
Terminal
# Launch a wave across multiple repos $ claude-fleet wave --repos api,frontend,shared --objective "Add rate limiting" Wave 1: Spawning scouts... ✓ Scout[api] Mapped 47 endpoints ✓ Scout[frontend] Found 12 API calls ✓ Scout[shared] Identified rate-limit types Wave 2: Architect designing... ✓ Architect Proposed middleware approach Wave 3: Implementation... ✓ Worker[api] Added middleware + config ✓ Kraken[api] 22 tests passing Wave 4: Review... ✓ Critic Approved. Creating PRs... ✓ Objective achieved in 4 waves. 3 PRs created.

See agents collaborate in real-time

7 specialized agents working together across 4 waves. Blackboard coordination. Automatic iteration until objectives are met.

Claude Fleet TMUX Demo - Agents spawning and collaborating in waves
Wave 1 Scout + Oracle discover
Wave 2 Architect designs
Wave 3 Worker + Kraken implement
Wave 4 Critic reviews & approves

Meet the Agents

7 specialized AI agents, each with distinct capabilities and responsibilities.

Lead

Orchestrates the fleet, delegates tasks, spawns workers, monitors progress.

Spawn agents Coordinate Monitor

Scout

Explores codebases, maps dependencies, gathers intelligence. Read-only reconnaissance.

Explore Map deps Read-only

Oracle

Deep research and analysis. Investigates patterns, provides insights and recommendations.

Research Analyze Recommend

Architect

System design, API contracts, architecture decisions. Can spawn implementation workers.

Design Plan Spawn

Worker

General-purpose implementation. Executes tasks, writes code, creates commits.

Code Commit Execute

Kraken

TDD specialist. Red-green-refactor cycle. Tests first, implementation second.

TDD Test first Refactor

Critic

Code review, quality gates, security checks. Approve or request changes.

Review Security Approve

What makes it different

Not just orchestration. Intelligent swarms that iterate until objectives are achieved.

Wave Orchestration

Phased execution with dependency management. Parallel workers within waves, sequential across phases. Iterate until objectives are met.

Core Feature

7 Specialized Agents

Lead orchestrates. Scout explores. Kraken does TDD. Oracle researches. Critic reviews. Architect designs.

Core Feature

Multi-Repository Ops

Parallel operations across repos. Auto-branching, auto-commit, auto-PR. Atomic multi-repo commits with rollback on failure.

Core Feature

TMUX & Headless Mode

Full session management for CI/CD pipelines. Remote fleet deployment. Context monitoring with auto-rollover on exhaustion.

Core Feature

Swarm Intelligence

Blackboard-based context sharing. Workers post discoveries, others subscribe. Coordinated problem-solving across the fleet.

Core Feature

24/7 Autonomous Ops

Cron-based scheduling, webhook triggers, alert-driven tasks. Priority queues with retry logic. Runs while you sleep.

Core Feature

E2E Audit Loops

Continuous quality enforcement across your entire development pipeline. Pattern detection, success/failure thresholds, automatic retries. From dev to CI/CD and back.

Full Pipeline Coverage

Iterative execution

Phased waves with dependencies. Parallel within waves, sequential across phases.

Wave 1
Scout
Explore codebase
Oracle
Research patterns
parallel
Wave 2
Architect
Design solution
depends on Wave 1
Wave 3
Worker
Implement feature
Kraken
Write tests (TDD)
parallel
Wave 4
Critic
Review & audit
quality gate
Loop back if criteria not met. Iterate until objective achieved.

Get started in 3 steps

1

Install

Install Claude Fleet globally via npm.

npm install -g claude-fleet
2

Start Server

Launch the orchestration server.

claude-fleet
3

Open Dashboard

Access the monitoring dashboard.

http://localhost:3847/dashboard.html

Deploy your agent fleet

Waves of specialized agents, across repos, until objectives are achieved.