status

status is a command for Claude Code from AhmedHabiba/architor. It costs 0 tokens per session (433 once invoked), scanned A, original, MIT.

A command that reads the architecture project’s saved state and displays its current progress. It shows the project phase, accepted decisions, component progress, reopen count, and decision count.

In plain words
What is it for?
Use it to check phase status, review component progress, and see the project’s recorded decisions and remaining rework allowance.
Why use it?
It provides one place to see what has been completed, what is waiting for approval, and what needs attention.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Good fit Use it to check phase status, review component progress, and see the project’s recorded decisions and remaining rework allowance.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/ahmedhabiba/architor/status
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.

Clone the repo
git clone --depth 1 https://github.com/AhmedHabiba/architor

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/ahmedhabiba/architor/status/github.svg)](https://agentmods.dev/commands/ahmedhabiba/architor/status)
Your own site
<a href="https://agentmods.dev/commands/ahmedhabiba/architor/status"><img src="https://agentmods.dev/badge/commands/ahmedhabiba/architor/status/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for status

Your own site · 80×15
<a href="https://agentmods.dev/commands/ahmedhabiba/architor/status"><img src="https://agentmods.dev/badge/commands/ahmedhabiba/architor/status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 433 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00000 $0.00433
Opus 5 $0.00000 $0.00217
Sonnet 5 $0.00000 $0.00087
Haiku 4.5 $0.00000 $0.00043

Measured 8d ago against content hash 74a8c84f9b26, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, 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 8d 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 · 52 lines

What it actually says

Read .arch/state.json and display a comprehensive status report.

Format the output as:

ARCHITECTURE AGENT — PROJECT STATUS

Project: [project_name]
Started: [created_at]
Current Phase: Phase [N] — [Name]

Phase 1: Evaluation        [Accepted / In Progress / Not Started]
Phase 2: Methodology
  2A Pattern:              [Accepted / Awaiting Acceptance / Not Started]
  2B Component Map:        [Accepted / Awaiting Acceptance / Not Started]
  2C Cross-Cutting:        [Accepted / Awaiting Acceptance / Not Started]
Phase 3: Components        [X of Y / Not Started]
Phase 4: Finalization      [Not Started]

Reopens: [count] of [max] used
Decisions: [decision_count]

If in Phase 3, show component breakdown:

Component Progress:
  [status] 1. API Gateway          — Accepted
  [status] 2. Auth Service          — Accepted
  [status] 3. Core Database         — Accepted
  [status] 4. Message Queue         — Awaiting Acceptance <- CURRENT
  [status] 5. Notification Service  — Pending
  [status] 6. Analytics Engine      — Pending
  [status] 7. CDN / Static Assets   — Pending

Use these status indicators:

  • Accepted: check mark
  • In Progress / Awaiting Acceptance: in progress indicator
  • Pending: empty indicator
  • Needs Review: warning indicator (after a reopen)

Also show:

  • Architecture pattern: [if decided]
  • Org context source: [file / interview / assumed / not loaded]
  • Open gaps/risks from Phase 1: [count]
  • Key files generated: [list of .arch files that exist]

If there's a pending action, prompt the user: "Next action: [what the user should do next, e.g., 'Run /accept to accept the current component, or /refine to request changes']"

$ARGUMENTS

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. 8d ago First seen · 52 lines · 0 tokens per session scan A 74a8c84f9b26

Subscribe to this mod's changes

status is a command published in the GitHub repository AhmedHabiba/architor (6 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 433 tokens. 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.