What problem does it solve?
Agent teams simplify the complexity of running many coordinated Claude Code instances in parallel by providing spawn, communication, and lifecycle controls so leads can manage multiple independent agents without manual orchestration.
Core Features & Use Cases
- Teammate spawning and display modes: Launch teammates in in-process or tmux-backed panes and persist or hide sessions as needed.
- Messaging and task orchestration: Shared mailbox, direct peer messages, task lists with dependency tracking, and automatic unblocking.
- Hook integrations and safety gates: TeammateIdle and TaskCompleted hooks enable script-based validations before idle transitions or task completions.
- Use Case: Run parallel code reviews where each teammate independently inspects a different module and reports findings to the lead for consolidation.
Quick Start
Start an agent team to run three parallel reviewers on different modules and require plan approval before merging.