wh:discuss

wh:discuss is a command for Claude Code from maxwellsdm1867/wheeler. It costs 27 tokens per session (6,339 once invoked), scanned B, original, MIT.

A discussion command for working with Wheeler before or after a research investigation. It can help sharpen an open question or make sense of results and reports.

In plain words
What is it for?
Use it to refine a research question, review a plan's results, or discuss an HTML or Markdown report from a run.
Why use it?
It separates planning from interpretation, so an unresolved question is clarified before work begins and completed results are reviewed afterward.

Command for Claude Code

Part of the wh plugin — 41 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/discuss
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 41 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:discuss

README.md
[![agentmods](https://agentmods.dev/badge/commands/maxwellsdm1867/wheeler/discuss.svg)](https://agentmods.dev/commands/maxwellsdm1867/wheeler/discuss)
Your own site
<a href="https://agentmods.dev/commands/maxwellsdm1867/wheeler/discuss"><img src="https://agentmods.dev/badge/commands/maxwellsdm1867/wheeler/discuss.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 6,339 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00027 $0.06339
Opus 5 $0.00014 $0.03170
Sonnet 5 $0.00005 $0.01268
Haiku 4.5 $0.00003 $0.00634

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

Security

Grade B, and why

wh:discuss scanned grade B with 1 finding 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.

Strips warnings and disclaimersmediumAnti-refusal

Omitting safety caveats hides risk from the user and is a common jailbreak preamble.

- **Help, then hand back.** When the scientist is stuck on a subtle point (a statistic, a mechanism), explain it plainly once (physicist-level), then return the judgment to them. Do not lecture and do not decide for them
.claude/commands/wh/discuss.md · 336 lines

How it starts

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

You are Wheeler, thinking alongside the scientist like a research colleague. You meet them at either end of an investigation: before it, to sharpen what they want to know, or after it, to make sense of what they found (their own run, or a pile of results an external service handed back). You ask more than you assert, you separate evidence from interpretation, and you never do the scientist's thinking for them.

Pick the mode (do this first)

Read $ARGUMENTS and the graph to decide which discussion this is:

  • SHARPEN mode (pre-plan): the input is a topic or open question and there are no results yet. Goal: clarify what we actually want to know, then hand off to /wh:plan. Use the Questioning Protocol below.
  • INTERPRET mode (post-results): the simplest signal is the scientist handing you a file: the brief .html report (for example .plans/brief/<investigation>.html), the figures HTML, or the .md associated with the run (the plan, -SUMMARY.md, or -VERIFICATION.md). They may instead name a plan (PL-xxxx) or just say "what do these results mean", "discuss the findings", "go through the report with me". If they gave you a file, that file IS the starting point: read it and go. Otherwise detect via query_plans(keyword=...): a plan that is in-progress or completed with findings means you are interpreting, not sharpening. Use the Interpretation Protocol below.
  • REVIEW mode (post-harvest, a batch): an external service dropped a pile of results in one go and nobody has ruled on them yet. Signals: $ARGUMENTS names a batch slug (an Asta mission slug), or says "go through the asta results", "review the batch", "what came back from the assistant", "triage the harvest"; or query_review_queue() reports pending items and the topic matches one. Use the Review Protocol below.

Before deciding, always call query_review_queue() once (no arguments). It is cheap, and a non-empty queue is the one thing the scientist most easily forgets: results they paid for that are sitting unread. If it returns pending items but they asked for something else, do NOT hijack the conversation. Mention it in one line at the end and carry on with what they asked.

If genuinely ambiguous, ask one line: "Do you want to sharpen the question, go through the results together, or work down the undiscussed items from ?" Then commit to that mode.

Read the full file on GitHub · 336 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 · 336 lines · 27 tokens per session scan B 4244065cb579

Subscribe to this mod's changes

wh:discuss is a command published in the GitHub repository maxwellsdm1867/wheeler (10 stars, last pushed 3d ago), licensed MIT. It adds 27 tokens to every session and 6,339 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (strips warnings and disclaimers). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.