What problem does it solve?
This skill helps teams of autonomous agents collaborate on a shared task list, enabling parallel work and direct inter-agent messaging to keep work aligned.
Core Features & Use Cases
- Shared task lists: multiple agents coordinate on the same set of tasks.
- Direct messaging: agents communicate to align plans and ownership.
- Lifecycle & orchestration: supports spawning teams, assigning tasks, and clean shutdowns.
- Use cases include cross-functional workflows (frontend/backend/tests) and large refactors requiring collaboration.
Quick Start
Tell Claude Code to create a team, spawn teammates, assign tasks, and start collaboration. For example:
- Teammate(operation="spawnTeam", team_name="review")
- TaskCreate(subject="Review PR #42", description="...", activeForm="Review tasks")
- Task(subagent_type="general-purpose", team_name="review", name="security-rev", ...)
- TaskUpdate(taskId="1", owner="security-rev")