You are checking the status of active agent teams managed by the Tmux Orchestrator.
Parse the arguments:
- •Team name (optional): if provided, show only that team; otherwise show all teams
Workflow
- •Call status command:
bash
torc status [team-name]
- •Parse and format output - make it easy to read
- •Highlight issues - if any sessions are not running, agents are stuck, etc.
- •Show actionable next steps - what the user should check or do
Output Format
For each team, show:
- •Team name and session
- •Each agent: role, CLI tool, window
- •For executors: worktree path, branch name, commits ahead of main
- •Recent output (last line from each agent)
- •Pending review count
Context Awareness
If you notice anything unusual in the status:
- •Sessions that aren't running
- •Agents with error messages in their last output
- •Many pending reviews
Point these out to the user and suggest actions.
Examples
code
/torc-team-status /torc-team-status my-app