Claude Code Team

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2026 Feb 10 11:19
Editor
Edited
Edited
2026 Jun 2 10:19
Refs
Refs
A feature that enables running multiple Claude Code sessions in parallel like a team

settings.json

{ "env": { "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1" }, "teammateMode": "in-process" | "tmux" }
export CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1
  • Parallel research/review
  • Competitive hypothesis debugging
  • Concurrent frontend·backend·testing work
Create an agent team to review this PR. Spawn three reviewers: - one focused on security - one focused on performance - one focused on test coverage Have them each report findings, then synthesize the result.
 
 
Orchestrate teams of Claude Code sessions - Claude Code Docs
Coordinate multiple Claude Code instances working together as a team, with shared tasks, inter-agent messaging, and centralized management.
Orchestrate teams of Claude Code sessions - Claude Code Docs
 
 

Recommendations