Skip to content
Development
Command

/team-status

Show status of parallel development agents launched by team-lead. Activates for: team status, agent status, parallel status, check agents.

From plugin
specweave
15673 skills20 agents73 commands
Install
> /plugin marketplace add anton-abyzov/specweave
> /plugin install sw@specweave

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/team-status

Context preview

What this command does when you run it.

Show status of parallel development agents launched by team-lead. Activates for: team status, agent status, parallel status, check agents.

Command definition

team-status.md
description: Show status of parallel development agents launched by team-lead. Activates for: team status, agent status, parallel status, check agents.

Team Status

**Show progress of parallel development agents.**

Usage

sw:team-status
sw:team-status --watch          # Auto-refresh every 2s
sw:team-status --json           # Machine-readable output

What This Skill Does

Reads the native Agent Teams session state and each agent's increment to produce a status table.

Implementation Steps

1. List active teammates in the current team 2. For each teammate, check their assigned increment's `tasks.md` 3. Query teammate status (idle, working, completed) 4. Display terminal pane info (tmux pane index or in-process index)

Display Summary

5. **Display summary table**

Output Format

Team Status: session-uuid (started 2h ago)
Mode: Native Agent Teams

| Agent    | Domain   | Increment               | Tasks  | Progress | Status  |
|----------|----------|-------------------------|--------|----------|---------|
| Agent 1  | frontend | 0193-checkout-frontend  | 5/8    | 62%      | running |
| Agent 2  | backend  | 0194-checkout-backend   | 3/6    | 50%      | running |
| Agent 3  | shared   | 0195-checkout-shared    | 4/4    | 100%     | done    |

Overall: 12/18 tasks (67%)
Active Skills: frontend:architect, sw:architect, sw:architect

Agent State Icons

| Icon | Status | |------|--------| | `⏳` | pending — agent not yet spawned | | `🔄` | running — agent actively working | | `✅` | done — all tasks completed, quality gate passed | | `❌` | failed — agent encountered unrecoverable error | | `🚫` | cancelled — agent was stopped by user |

Error Handling

  • If no active agent team found, report "No active agent team — try sw:team-lead first"
  • If an agent's increment is missing, report "increment not found"
  • If a task file can't be parsed, show "?" for progress

Options

| Option | Description | |--------|-------------| | `--watch` | Auto-refresh every 2 seconds | | `--json` | Output as JSON for programmatic use | | `--verbose` | Show per-task detail for each agent |

Read more
Ships withspecweave

Spec-first AI development: describe a feature → AI creates spec + plan + tasks, builds autonomously, syncs to GitHub/JIRA. Domain-expert skills for PM, Architect, Frontend, QA learn your patterns permanently. Claude Code, Codex, Cursor, Copilot & more.

Get the whole plugin