| name | Get Team Status |
| description | Get current status of all teams and their agents, including who is active/inactive. |
| version | 1.0.0 |
| category | management |
| skillType | claude-skill |
| assignableRoles | ["orchestrator"] |
| triggers | ["team status","list teams","who is active"] |
| tags | ["team","status","monitoring"] |
| execution | {"type":"script","script":{"file":"execute.sh","interpreter":"bash","timeoutMs":15000}} |
Get Team Status
Returns the current status of all teams and their member agents.
Usage
bash config/skills/orchestrator/get-team-status/execute.sh
Parameters
None required.
Output
JSON array of teams with members and their statuses (active/inactive, idle/in_progress).
Each team may include a mission field (string) describing the team's purpose, plus optional budget and qualityGate configuration (#173).