Skip to content
Development
Command

/devteam-status

**Command:** `/devteam:status [options]`

From plugin
michael-harris-devteam
1820 skills128 agents20 commands13 hooks
+1
Install
> /plugin marketplace add michael-harris/devteam
> /plugin install devteam@devteam-marketplace

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/devteam-status

Context preview

What this command does when you run it.

**Command:** `/devteam:status [options]`

Command definition

devteam-status.md

DevTeam Status Command

**Command:** `/devteam:status [options]`

Display system health, current progress, costs, and execution history.

Usage

# Current session status
/devteam:status

# Show execution history
/devteam:status --history
/devteam:status --history 20    # Last 20 sessions

# Cost breakdown
/devteam:status --costs
/devteam:status --costs --detailed

# Agent performance metrics
/devteam:status --agents

# Check specific session
/devteam:status --session session-20260129-123456-abc123

# Show all (comprehensive report)
/devteam:status --all

Options

| Option | Description | |--------|-------------| | `--history [n]` | Show last n sessions (default: 10) | | `--costs` | Show cost breakdown | | `--detailed` | Show detailed breakdown (with --costs) | | `--agents` | Show agent performance metrics | | `--session <id>` | Show specific session details | | `--all` | Show comprehensive report | | `--json` | Output as JSON |

Your Process

Check for Running Session

source scripts/state.sh

if is_session_running; then
    show_current_session_status
else
    show_system_overview
fi

Output: Current Session

═══════════════════════════════════════════════════════════════════
 DevTeam Status
═══════════════════════════════════════════════════════════════════

Session: session-20260129-103045-a1b2c3
Started: 2026-01-29 10:30:45 (23 min ago)
Command: /devteam:implement --sprint 1

┌─────────────────────────────────────────────────────────────────┐
│ Progress                                                         │
├─────────────────────────────────────────────────────────────────┤
│                                                                  │
│  Sprint: SPRINT-001 (Add user authentication)                   │
│  Tasks:  ████████████░░░░░░░░ 60% (3/5 complete)                │
│                                                                  │
│  Current Task: TASK-004 - Implement JWT middleware              │
│    Agent: backend:api-developer-typescript                        │
│    Model: sonnet (escalated from haiku)                         │
│    Iteration: 3 of 10                                           │
│                                                                  │
└─────────────────────────────────────────────────────────────────┘

┌─────────────────────────────────────────────────────────────────┐
│ Model Usage                                                      │
├─────────────────────────────────────────────────────────────────┤
│                                                                  │
│  Model    │ Runs │ Success │ Tokens  │ Cost                     │
│  ─────────┼──────┼─────────┼─────────┼──────                    │
│  haiku    │   12 │   83%   │  45,231 │ $0.06                    │
│  sonnet   │    4 │   75%   │  28,102 │ $0.42                    │
│  opus     │    1 │  100%   │  15,883 │ $2.38                    │
│  ─────────┼──────┼─────────┼─────────┼──────                    │
│  Total    │   17 │   82%   │  89,216 │ $2.86                    │
│                                                                  │
└─────────────────────────────────────────────────────────────────┘

┌─────────────────────────────────────────────────────────────────┐
│ Quality Gates (Last Iteration)                                   │
├─────────────────────────────────────────────────────────────────┤
│                                                                  │
│  ✅ Lint          passed                                        │
│  ✅ Type Check    passed                                        │
│  ❌ Tests         2 failing (AuthMiddleware.test.ts)            │
│  ⏳ Security      pending                                       │
│  ⏳ Coverage      pending                                       │
│                                                                  │
└─────────────────────────────────────────────────────────────────┘

┌─────────────────────────────────────────────────────────────────┐
│ Escalations                                                      │
├─────────────────────────────────────────────────────────────────┤
│                                                                  │
│  10:35  haiku → sonnet   2 test failures (api_developer)        │
│  10:48  sonnet → opus    Architecture issue detected            │
│                                                                  │
│  Total: 2 escalations                                           │
│                                                                  │
└─────────────────────────────────────────────────────────────────┘

┌─────────────────────────────────────────────────────────────────┐
│ Circuit Breaker                                                  │
├─────────────────────────────────────────────────────────────────┤
│                                                                  │
│  State: CLOSED (healthy)                                        │
│  Consecutive Failures: 1 of 5                                   │
│  Bug Council: Not activated                                     │
│                                                                  │
└─────────────────────────────────────────────────────────────────┘

Output: No Active Session

═══════════════════════════════════════════════════════════════════
 DevTeam Status
═══════════════════════════════════════════════════════════════════

Status: Idle (no active session)

┌─────────────────────────────────────────────────────────────────┐
│ Recent Sessions                                                  │
├─────────────────────────────────────────────────────────────────┤
│                                                                  │
│  Session                      │ Command          │ Status │ Cost │
│  ─────────────────────────────┼──────────────────┼────────┼──────│
│  session-20260129-093012-xxx  │ /devteam:bug     │ ✅     │ $1.24│
│  session-202601
Read more
Ships withmichael-harris-devteam

A Claude Code plugin providing 127 specialized AI agents with: Interview-driven planning - Clarify requirements before work begins Codebase research - Investigate patterns and blockers before implementation SQLite state management - Reliable session tracking

Get the whole plugin

Other commands on michael-harris-devteam.