From agent-teams
Displays status of an active agent team: members, tasks, and progress. Optional [team-name] [--tasks] [--members] [--json] flags for filtering and JSON output.
npx claudepluginhub sumeet138/qwen-code-agents --plugin agent-teams[team-name] [--tasks] [--members] [--json]# Team Status
Display the current state of an active agent team including members, tasks, and progress.
## Phase 1: Team Discovery
1. Parse `$ARGUMENTS` for team name and flags:
- If team name provided, use it directly
- If no team name, check `~/.claude/teams/` for active teams
- If multiple teams exist and no name specified, list all teams and ask user to choose
- `--tasks`: show only task details
- `--members`: show only member details
- `--json`: output raw JSON instead of formatted table
2. Read team config from `~/.claude/teams/{team-name}/config.json` using the .../team-statusDisplays status of an active agent team: members, tasks, and progress. Optional [team-name] [--tasks] [--members] [--json] flags for filtering and JSON output.
/team-statusGenerates AI team status dashboard: tasks (progress, assignees), git worktrees (changes, logs), discussions, conflict detection, and recommended actions.
/team-statusGenerates a status report for the current agent team, summarizing phase progress from planning files, active teammates, key findings, blockers, and next recommendations.
/team-statusDisplays status of an active agent team: members, tasks, and progress. Optional [team-name] [--tasks] [--members] [--json] flags for filtering and JSON output.
/team-statusMulti-agent coordination status check. Shows agent workload, active tasks, and team health with formatted progress bars and statistics.
/team-statusDisplays status of an active agent team: members, tasks, and progress. Optional [team-name] [--tasks] [--members] [--json] flags for filtering and JSON output.
Display the current state of an active agent team including members, tasks, and progress.
Parse $ARGUMENTS for team name and flags:
~/.claude/teams/ for active teams--tasks: show only task details--members: show only member details--json: output raw JSON instead of formatted tableRead team config from ~/.claude/teams/{team-name}/config.json using the Read tool
Call TaskList to get current task state
Display each team member with their current state:
Team: {team-name}
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Members:
Name Role Status
─────────────────────────────────────────
security-rev team-reviewer working on task #2
perf-rev team-reviewer idle
arch-rev team-reviewer working on task #4
Display tasks with status, assignee, and dependencies:
Tasks:
ID Status Owner Subject
─────────────────────────────────────────────────
#1 completed security-rev Review auth module
#2 in_progress security-rev Review API endpoints
#3 completed perf-rev Profile database queries
#4 in_progress arch-rev Analyze module structure
#5 pending (unassigned) Consolidate findings
Progress: 40% (2/5 completed)
If --json flag is set, output the raw team config and task list as JSON.