From agi-super-team
Coordinates multi-agent workflows with structured spawn requests, status reports, and inter-agent messaging protocols.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agi-super-team:agent-patternsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Coordinate multi-agent workflows using structured communication protocols. Covers spawn requests, status reports, and inter-agent messaging within the sprint system.
Coordinate multi-agent workflows using structured communication protocols. Covers spawn requests, status reports, and inter-agent messaging within the sprint system.
When launching a parallel agent, use this structure:
## SPAWN REQUEST
- **Agent ID**: <unique-id>
- **Role**: <role-name>
- **Task**: <one-line description>
- **Context**: <relevant files or state>
- **Expected Output**: <deliverable format>
- **Timeout**: <max duration>
Each agent reports back using:
## AGENT REPORT
- **Agent ID**: <id>
- **Status**: completed | failed | blocked
- **Summary**: <one-line result>
- **Output**: <deliverable or file path>
- **Issues**: <blockers or warnings, if any>
- **Duration**: <time taken>
See references/errors.md for common failure modes and recovery steps.
See references/examples.md for complete spawn-and-report workflows.
npx claudepluginhub aaaaqwq/agi-super-team --plugin agi-super-teamDefines SPAWN REQUEST format, structured reports, and protocols for spawning, coordinating, and running parallel agents in Sprint plugin multi-agent sprints.
Supervises multi-agent workflows: polls progress, unblocks waiting agents, coordinates dependencies, relays outputs, resolves conflicts, and verifies completion.
Orchestrates multi-agent teams with defined roles, task lifecycles, handoff protocols, and review workflows.