What problem does it solve?
Coordinating multiple agents across distributed tasks can be complex, error-prone, and hard to scale; this skill provides a proven pattern for coordinating leaders, teammates, and work queues to enable parallel execution and dependency-based pipelines.
Core Features & Use Cases
- Leader/Teammate architecture: leader coordinates swarms while teammates execute tasks and report progress.
- Task lists with dependencies: supports parallel work streams and dependency-based workflows.
- Two spawn methods: use the task tool for short-lived subagents or spawn persistent teammates for ongoing collaboration.
- Environment and backend auto-detection: automatically selects in-process, tmux, or iterm2 backends for speed, persistence, and visibility.
- Orchestration patterns: parallel specialists, sequential pipelines, and swarm-based self-organization for complex code-review and pipeline scenarios.
- Messaging and coordination: inbuilt inbox-based communication and task state updates to synchronize work.
Quick Start
Spawn a team, create a task pipeline, and launch workers to claim, process, and report results.