Claude Code Team

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2026 Feb 10 11:19
Editor
Edited
Edited
2026 Aug 10 13:22
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.
 
 
 

Cross session messaging

Message your other Claude Code sessions - Claude Code Docs
Let Claude list and message your other Claude Code sessions on one machine, and reply to your sessions on other machines or on the web through Remote Control.
Message your other Claude Code sessions - Claude Code Docs
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