What problem does it solve?
team-agents solves the challenge of breaking a single complex task into parallel work that still stays coordinated, so you can get multiple specialists producing results with a unified final output.
Core Features & Use Cases
- Coordinated agent teams: Spin up coordinated teammates using TeamCreate/SendMessage/TaskList patterns instead of relying on independent subagents.
- Structured task lifecycle: Create tasks with dependencies, collect progress via a heartbeat protocol, and compile team reports into a single synthesized document.
- Worktree-based parallelism: Optionally isolate each agent with its own git worktree/branch to prevent file overwrites and enable clean merging.
- Operational controls: Provide presence/status commands (who, sync, merge, compile), plus cleanup/doctor utilities for tmux-based teammate sessions.
Quick Start
Use team-agents by telling the AI: /team-agents "review this PR for security, performance, and tests" --roles 3 --worktree --plan.