Are you the author? Sign in to claim
Multi-agent research orchestration using Claude Code. Inspired by make-it-heavy.
A powerful multi-agent research system using Claude Code to deliver comprehensive, multi-perspective analysis through intelligent orchestration. Inspired by Grok's heavy mode and make-it-heavy.
Claude Code Heavy gives Claude full control to orchestrate parallel research:
# Clone the repo
git clone https://github.com/yourusername/claude-code-heavy
cd claude-code-heavy
# Make script executable
chmod +x ccheavy.sh
# Run interactively (recommended)
./ccheavy.sh
# Or run with command line args
./ccheavy.sh "How do we solve the global water supply issue?"
Claude is the Intelligence: Instead of hard-coding research patterns, we let Claude:
Pre-built Infrastructure: The script simply:
graph TD
A[Run ./ccheavy.sh] --> B[Setup Workspaces]
B --> C[Claude Analyzes Query]
C --> D[Creates Research Plan]
D --> E[Decides Assistant Count]
E --> F[Generates Questions]
F --> G[Parallel Research Phase]
G --> H1[RA-1 Research]
G --> H2[RA-2 Research]
G --> H3[RA-3 Research]
G --> H4[... RA-N Research]
H1 --> I[Synthesis]
H2 --> I
H3 --> I
H4 --> I
I --> J[Final Analysis]
npm install -g @anthropic-ai/claude-code)# Clone and setup
git clone https://github.com/gtrusler/claude-code-heavy
cd claude-code-heavy
./setup.sh
./ccheavy.sh
# Follow the prompts:
# - Enter your research question
# - Choose output format (markdown/text)
# - Decide on dangerous mode (default: N)
# - Confirm to proceed (default: Y)
# - Optionally auto-launch Claude Code (default: Y)
# Basic usage
./ccheavy.sh "What are the latest advances in quantum computing?"
# With text output
./ccheavy.sh "Explain Docker containers" text
# YOLO mode
./ccheavy.sh "Analyze my codebase" markdown --dangerous
outputs/
└── 2025-07-18-solve-global-water-crisis/
├── orchestration-prompt.md # Initial prompt for Claude
├── research-plan.md # Claude's research strategy
├── assistants/
│ ├── ra-1-findings.md # Assistant 1's research
│ ├── ra-2-findings.md # Assistant 2's research
│ └── ... # Up to 8 assistants
└── final-analysis.md # Synthesized results
See the examples/ directory for complete research outputs:
Quick examples of queries Claude handles well:
The script is intentionally minimal. Claude handles:
--dangerously-skip-permissions flag2025-07-18-how-will-ai-impact-health-careMake sure Claude Code is installed: npm install -g @anthropic-ai/claude-code
# Update git
brew upgrade git # Mac
sudo apt-get update && sudo apt-get upgrade git # Linux
MIT License with Commercial Attribution Requirement
For products with 100K+ users: Please include attribution to Graydon Trusler and mention the "Claude Code Heavy" framework in your documentation or credits.
See LICENSE file for full details.
Manage multiple Claude Code agents from TUI or Web with tmux and git worktrees
Kanban-based orchestration for 10+ coding agents with isolated git worktrees per agent
⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u
Project management using GitHub Issues + Git worktrees for parallel agent execution