Show the current state of a run — stages, roles, write locks, and gates.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill status--hashgraph-online-5 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Status Hashgraph Online 5?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-status-hashgraph-online-5)More formats (shields.io, HTML) on the badges page.
---
name: status
description: "Show the current state of a run — stages, roles, write locks, and gates."
category: ai-agents-and-harness
source_repo: hashgraph-online/awesome-codex-plugins
source_path: "plugins/yimwoo/codex-agenteam/skills/status/SKILL.md"
source_url: https://github.com/hashgraph-online/awesome-codex-plugins/blob/HEAD/plugins/yimwoo/codex-agenteam/skills/status/SKILL.md
---
# AgenTeam Status
Display the current state of the team's work.
## Process
### 1. Get Status
Use the `--progress` flag for a compact, human-friendly view:
```bash
python3 <runtime>/agenteam_rt.py status --progress
```
If the user specifically asks for raw JSON state, use without `--progress`:
```bash
python3 <runtime>/agenteam_rt.py status
```
### 2. Format Output
Display the progress view in a readable format:
```
AgenTeam Run: <run-id>
Task: <task description>
Profile: <profile or "full">
Status: <running|completed|failed|stopped>
Elapsed: <Nm Ss>
Stages:
research ✓ completed (0m 45s)
strategy ✓ completed (0m 30s)
design ✓ completed (1m 02s)
implement → verifying (1m 15s) [verify attempt 2/3]
test · pending
review · pending
Active Lock: dev
Last Event: stage_verified (implement) — fail, attempt 2
Attempt: implement-dev-a1 | thread_id: <codex-thread-id>
Last heartbeat: 12s ago | idle budget: 14m 48s remaining
Wall budget: 47m remaining | stop reason: (none)
```
The progress view includes elapsed times per stage, the current
verify attempt if applicable, and the most recent event for context.
When `governance.adoption` is present, include the high-signal governance
items in the readable status: open follow-ups/escalations, recorded tripwire
blocks or warnings, gate rejections, and criteria overrides. Do not ask the
user to inspect raw `.agenteam/governance` files for these summary facts.
For an active or interrupted attempt, always include `thread_id` (or
"unavailable"), last heartbeat and age, idle budget and wall budget remaining,
attempt/retry counts, PID liveness when known, and stop reason. Treat a stale
heartbeat as `AT RISK`, not as proof that the role failed.
### 3. No Active Run
If no run is found, show:
- Team config status (does `.agenteam/config.yaml` or legacy `agenteam.yaml` exist?)
- Available roles
- Suggestion: "Use `$ateam:run` to start a new task."
## Symbols
- `✓` — completed
- `→` — in progress
- `·` — pending
- `✗` — failed/blocked
---
**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/yimwoo/codex-agenteam/skills/status/SKILL.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!