wh:status

wh:status is a command for Claude Code from maxwellsdm1867/wheeler. It costs 24 tokens per session (1,182 once invoked), scanned A, original, MIT.

A command that reports the progress of Wheeler research investigations stored in `.plans/`. Wheeler is a research-workflow tool, and Neo4j is the graph database it uses for authoritative plan status.

In plain words
What is it for?
Use it to review plans by status, find unfinished or paused work, check for Wheeler updates, and decide what research task to tackle next.
Why use it?
It gives a single view of plans, paused work, and unfinished discussions while checking that the graph database is available. It also flags differences between the graph and local status notes.

Command for Claude Code

Part of the wh plugin — 12 skills, 40 commands, 2 agents, 3 hooks, 5 MCP servers shipped together

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/maxwellsdm1867/wheeler/status
Clone the repo
git clone --depth 1 https://github.com/maxwellsdm1867/wheeler

Made for: Claude Code.

Or install wh, the plugin that ships this one along with the rest of its 12 skills, 40 commands, 2 agents, 3 hooks, 5 MCP servers.

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 wh:status

README.md
[![agentmods](https://agentmods.dev/badge/commands/maxwellsdm1867/wheeler/status.svg)](https://agentmods.dev/commands/maxwellsdm1867/wheeler/status)
Your own site
<a href="https://agentmods.dev/commands/maxwellsdm1867/wheeler/status"><img src="https://agentmods.dev/badge/commands/maxwellsdm1867/wheeler/status.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 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,182 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.00024 $0.01182
Opus 5 $0.00012 $0.00591
Sonnet 5 $0.00005 $0.00236
Haiku 4.5 $0.00002 $0.00118

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

Security

Grade A, and why

wh: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 4d 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/wh/status.md · 109 lines

How it starts

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

Connectivity Check

Before proceeding: call graph_health. If it returns "status": "offline", STOP. Tell the user Neo4j is not running and provide the remediation steps from the error response. Offer to retry after they start it. Do not continue with other work.

Show the current state of everything and suggest what to do next.

Step 0a: Check for updates

Read ~/.cache/wheeler/version-check.json if it exists. If update_available is true, show a banner at the top of the output:

⬆ Wheeler X.Y.Z available (you have A.B.C) — run /wh:update

Step 0b: Query graph for all plans (graph-first)

Call query_plans() (all statuses) and group results by status. This is the authoritative plan index. Also read .plans/STATE.md if it exists as a supplementary narrative. If STATE.md and graph disagree on any plan's status, the graph wins; flag the drift.

Step 1: Investigation Status

From the graph query results, show:

  • Plans by status: in-progress, approved (ready to execute), draft (needs review), completed
  • .continue-here.md — paused work from a previous session (auxiliary narrative)
  • *-CONTEXT.md — discussions that haven't been planned yet

Step 2: Task Status

Team tasks (check first)

Use TaskList to check for active agent team tasks. If a team exists, show:

  • Completed tasks (with brief results)
  • In-progress tasks
  • Flagged checkpoints needing judgment
  • Pending/blocked tasks

Headless logs (fallback)

If no team tasks found, check .logs/:

  • Run python -m wheeler.log_summary via Bash
  • Unreviewed completed tasks
  • Flagged checkpoints needing judgment
  • Failed tasks

Step 3: Graph Status

Use wheeler MCP tools:

  • graph_status — node counts by type
  • query_findings — 5 most recent findings with confidence scores
  • query_open_questions — top 5 open questions by priority
  • graph_gaps — unsupported hypotheses, unlinked questions
  • detect_stale — analyses with changed scripts
  • query_review_queue — results a service harvest landed that nobody has read yet. This one is easy to lose track of: the work is paid for and sitting in the graph, unjudged. Report it per batch (<N> undiscussed from <batch>) whenever it is non-empty.

Read the full file on GitHub · 109 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. 4d ago First seen · 109 lines · 24 tokens per session scan A 6cd23223712e

Subscribe to this mod's changes

wh:status is a command published in the GitHub repository maxwellsdm1867/wheeler (10 stars, last pushed 2d ago), licensed MIT. It adds 24 tokens to every session and 1,182 once invoked, about $0.0001 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.