From oh-my-harness
Displays status of active Claude Code teams via tables: teammates (role, model, status), tasks (ID, owner, status, blockers), progress summary, and next action suggestions. Invoke with /team-status.
npx claudepluginhub hoya324/oh-my-harness --plugin oh-my-harnessThis skill uses the workspace's default tool permissions.
Check the status of the active native Claude Code team, including teammate status and task progress.
Displays team status dashboard with active members, live sessions, recent inbox, and summaries using claude-view MCP tools. Activates on 'team status' or activity queries.
Checks status of worldai-workstreams team agents across workstreams 1-5, reports done/running/stuck agents, new git commits, and sqlite beads created.
Creates and manages dynamic teams of domain-specific agents. Analyzes project to propose 5-20 agents with tracking framework. Modes: create, update, status, cleanup.
Share bugs, ideas, or general feedback.
Check the status of the active native Claude Code team, including teammate status and task progress.
Usage: /team-status
Read team state from .claude/.omh/teams.json.
If the file doesn't exist or is empty, report "No active team. Use /team-spawn to create one." and exit.
Read native team config: Use the Read tool to read ~/.claude/teams/{teamName}/config.json to get the current member list from the Claude Code runtime.
If the file doesn't exist, the team may have been deleted externally. Report this and suggest cleanup.
Get task list: Call the TaskList tool to get all tasks and their current status.
Display team status table:
Team: {teamName}
Created: {timestamp}
Task: {description}
| Teammate | Role | Model | Status |
|------------|-------------------|--------|--------|
| frontend | Frontend dev | sonnet | idle |
| backend | Backend dev | sonnet | active |
| tester | Test writer | sonnet | idle |
Map agentType to model name for display:
quick -> haikustandard -> sonnetarchitect -> opusDisplay task progress table:
| ID | Task | Owner | Status | Blocked By |
|----|-----------------------------| ---------|-------------|------------|
| 1 | Fix frontend TS errors | frontend | completed | |
| 2 | Fix backend TS errors | backend | in_progress | |
| 3 | Write tests for fixes | tester | pending | 2 |
Show progress summary:
Progress: {completed}/{total} completed, {in_progress} in progress, {blocked} blocked
Suggest next actions based on status:
/team-stop to shutdown and cleanup."