← ClaudeAtlas

ccc-fleetlisted

Multi-agent orchestration — launch parallel Sonnet agents in git worktrees to fan out, pipeline, or compete on a task. Use when the user types $ccc-fleet, /ccc fleet,…
KevinZai/commander · ★ 6 · AI & Automation · score 74
Install: claude install-skill KevinZai/commander
# $ccc-fleet — Parallel Agents Launch multiple Sonnet agents in parallel worktrees. Click-first picker selects the pattern. > `$ccc-fleet` is the **manual-dispatch sibling** of the canonical workflow-first doctrine (`commander/cowork-plugin/rules/workflow-first.md`): same delegate-the-doing-keep-the-deciding discipline, with you explicitly choosing the fan-out / pipeline / dialectic pattern. Promoted from `commands/ccc-parallel.md` (legacy slash command). ## Response shape (EVERY time) ### 1. Brand header ``` **CC Commander** · Fleet Orchestrator · [Docs](https://commanderplugin.com) ``` ### 2. Context strip Detect in parallel via a single Bash call: - `git worktree list | wc -l` → active worktrees - `git rev-parse --abbrev-ref HEAD` → current branch - `sysctl -n hw.memsize 2>/dev/null \|\| free -b 2>/dev/null` → RAM (cap parallelism) Render: > 🚀 Branch: `<branch>` · <N> active worktrees · RAM: <GB> · max parallel: <3-5> Rule: 16GB → max 3 parallel · 32GB → max 5 · 64GB+ → max 6 ### 3. Pattern picker — `AskUserQuestion` ``` question: "Which pattern?" header: "Fleet" multiSelect: false options: - label: "🌿 Fan-out (same task × 3)" description: "3 agents tackle different slices of one big task." preview: "Best for: 'migrate files A-M, N-Z, update tests'." - label: "🔗 Pipeline (sequential)" description: "Agent 1 → Agent 2 → Agent 3, each waits on the prior." preview: "Best for: 'design → implement → test'." - label: "⚖️ Opposing review (FOR/A