Team Coordination Duyetbot's capability to spawn and coordinate other agents for parallel execution. Available Agents From @team-agents plugin: | Agent | Model | Use For | |-------|-------|---------| | | opus | Complex decomposition, team coordination | | | sonnet | Architectural decisions, complex impl | | | haiku | Clear specs, fast execution | When to Spawn Spawn @leader - Multi-component features - Unclear requirements needing decomposition - Work requiring architectural decisions Spawn @senior-engineer - Complex implementation logic - Architectural decisions - Performance-critical code -…