Multi-Claude Handbook
Multi-Claude is a lane-based parallel build system for Claude Code. It turns large tasks into packet graphs — small, independently claimable units of work with explicit file ownership and dependency edges.
This handbook covers everything an operator needs to plan, execute, observe, and close parallel runs.
Who This Is For
Section titled “Who This Is For”You’re an operator managing parallel Claude Code sessions across a codebase. You need to know:
- When multi-claude is the right tool (and when it isn’t)
- How to plan and freeze a blueprint
- How to monitor execution and intervene when things go wrong
- How to close a run and generate evidence for review
The Operator Loop
Section titled “The Operator Loop”Every run follows the same six-step loop:
- Plan — Assess fitness, generate a blueprint, freeze the contract
- Execute — Workers claim packets and produce artifacts
- Observe — Watch the live console for state, hooks, and fitness
- Intervene — Stop, retry, resolve, or approve as needed
- Recover — Use guided flows for the 8 known failure scenarios
- Close — Derive outcome, generate handoff evidence, promote or reject
Quick Links
Section titled “Quick Links”- Getting Started — Install and run your first build
- Planning — Fitness assessment and blueprint creation
- Console Reference — All 18 console sub-commands
- Architecture — System design and the 12-law handoff spine
- Security — Threat model and permissions