Enabling Teams
Teams are a ClineCore feature. Enable them in the session config:How Teams Work
When teams are enabled, the coordinator agent gets additional tools:
The coordinator decides how to split work, which agents to create, and how to combine results.
Team Persistence
Team state persists across sessions:Via CLI
Sub-Agents vs Teams
The SDK offers two levels of multi-agent coordination:
Sub-agents are lighter weight. The parent agent spawns a child, waits for its result, and continues. No persistent state, no task board.
When to Use Teams
Teams add overhead. Use them when:- The task naturally decomposes into independent subtasks
- Different subtasks benefit from different system prompts or specializations
- Work spans multiple sessions or days
- You want a persistent record of task delegation and completion

