status

status is a command for Claude Code from khanh-vu/claude-force. It costs 6 tokens per session (1,013 once invoked), scanned A, original, MIT.

A command that reports the current state of a multi-agent coding session. It shows the task, progress, active workflow, completed agents, recent activity, validation results, warnings, and next steps.

In plain words
What is it for?
Use it to check session progress, identify the current agent, review blockers and quality checks, and see which agent or task should come next.
Why use it?
It gives a quick view of what has happened, what is running, and what still needs attention. This reduces the need to inspect each agent's work separately.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/khanh-vu/claude-force/status
Clone the repo
git clone --depth 1 https://github.com/khanh-vu/claude-force

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for status

README.md
[![agentmods](https://agentmods.dev/badge/commands/khanh-vu/claude-force/status.svg)](https://agentmods.dev/commands/khanh-vu/claude-force/status)
Your own site
<a href="https://agentmods.dev/commands/khanh-vu/claude-force/status"><img src="https://agentmods.dev/badge/commands/khanh-vu/claude-force/status.svg" alt="Measured on agentmods" height="20"></a>
Per session 6 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,013 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00006 $0.01013
Opus 5 $0.00003 $0.00507
Sonnet 5 $0.00001 $0.00203
Haiku 4.5 $0.00001 $0.00101

Measured 5d ago against content hash 762c89f63b9f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

status scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/status.md · 208 lines

How it starts

The opening of the file, as written. The whole thing — 208 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Status Command

Display the current state of your Claude multi-agent session.

Information Displayed

Task Information

  • Current task title and objective
  • Task status (Not Started/In Progress/Complete)
  • Priority and type
  • Key requirements overview

Session Progress

  • Session ID and start time
  • Active workflow (if any)
  • Agents completed vs total
  • Current agent (if in progress)
  • Estimated completion time

Recent Activity

  • Last 5 agent executions
  • Timestamps and status
  • Any blockers or issues

Quality Status

  • Validation status of current work.md
  • Scorecard pass/fail summary
  • Open issues or warnings

Next Steps

  • Recommended next agent
  • Any pending dependencies
  • Blockers to resolve

Output Format

## Session Status

**Session**: 1
**Started**: 2025-11-13 09:00
**Duration**: 2 hours 15 minutes
**Status**: 🟡 In Progress

---

## Current Task

**Title**: Build Product Catalog UI
**Priority**: 🔴 High
**Type**: Feature
**Status**: In Progress (60% complete)

**Objective**: Create responsive product catalog with filters and search

---

## Workflow Progress

**Workflow**: full-stack-feature
**Progress**: 5 of 8 agents complete (62%)

✅ frontend-architect (Complete)
✅ database-architect (Complete)
✅ backend-architect (Complete)
✅ python-expert (Complete)
✅ ui-components-expert (Complete)
🔄 frontend-developer (In Progress)
⏳ qc-automation-expert (Pending)
⏳ deployment-integration-expert (Pending)

---

## Quality Status

**Last Validation**: 2025-11-13 10:30
**Status**: ✅ All Checks Pass

- Scorecard: 12/12 PASS
- Write Zone: Updated
- Secrets: None detected
- Format: Valid

---

## Recent Activity

| Time | Agent | Status | Duration |
|------|-------|--------|----------|
| 10:30 | ui-components-expert | ✅ Complete | 25 min |
| 10:05 | python-expert | ✅ Complete | 20 min |
| 09:45 | backend-architect | ✅ Complete | 30 min |
| 09:15 | database-architect | ✅ Complete | 18 min |
| 09:00 | frontend-architect | ✅ Complete | 22 min |

---

## Blockers & Issues

⚠️ 1 issue requires attention:

- **B-001**: API key from vendor pending
  - Impact: Medium
  - Blocking: deployment-integration-expert
  - Status: Waiting for response

---

## Next Steps

1. **Immediate**: Complete frontend-developer implementation
2. **Next Agent**: qc-automation-expert
3. **After That**: deployment-integration-expert
4. **Blockers**: Resolve B-001 before final deployment

**Estimated Completion**: 1.5 hours

---

## Artifacts Produced

📄 **In work.md**:
- Frontend architecture brief
- Database schema (DDL)
- API specification (OpenAPI)
- Python ETL scripts
- React components (ProductCard, FilterBar, SearchBox)

📁 **Separate Files**:
- None yet

---

## Recommendations

💡 **Tips**:
- Run validation before proceeding to next agent
- Review Write Zones for context
- Ensure all acceptance criteria addressed
- Consider break after frontend-developer completes

---

**Last Updated**: 2025-11-13 11:00

Read the full file on GitHub · 208 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 208 lines · 6 tokens per session scan A 762c89f63b9f

Subscribe to this mod's changes

status is a command published in the GitHub repository khanh-vu/claude-force (5 stars, last pushed 9mo ago), licensed MIT. It adds 6 tokens to every session and 1,013 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.