team-orchestration
Installation
SKILL.md
Team Orchestration
Overview
Agent Teams enable multiple Claude Code sessions to collaborate on a shared project with direct peer-to-peer messaging and shared task lists. Unlike subagents, teammates can communicate with each other, claim tasks dynamically, and coordinate on shared problems.
Core principle: Deploy teams when tasks benefit from collaboration, not merely parallelism. If teammates will never need to message each other, use parallel subagents instead.
No exceptions. No workarounds. No shortcuts.
The Prime Directive
NO TEAM WITHOUT A COLLABORATION REQUIREMENT
If teammates will never exchange messages, you do not need a team.