concept:status

A status dashboard for an active concept-development session. It reads saved progress and shows the current phase, source coverage, gaps, assumptions, and findings from skeptical review.

In plain words
What is it for?
Use it to review phase completion, project details, recent updates, source summaries, assumption summaries, and identified gaps. It is for monitoring concept work already in progress.
Why use it?
It lets you see where the session stands without opening several tracking files. If no session has been started, it tells you to initialize one first.

Command

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/ddunnock/claude-plugins/concept.status
Clone the repo
git clone --depth 1 https://github.com/ddunnock/claude-plugins
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 720 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.00023 $0.00720
Opus 5 $0.00012 $0.00360
Sonnet 5 $0.00005 $0.00144
Haiku 4.5 $0.00002 $0.00072

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

Security

Grade A, and why

concept: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 2d 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.

skills/concept-dev/commands/concept.status.md · 118 lines

How it starts

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

/concept:status

Display the current session status dashboard.

Procedure

Step 1: Load State

python3 ${CLAUDE_PLUGIN_ROOT}/scripts/update_state.py --state .concept-dev/state.json show

If no state file exists, inform the user: "No active session. Run /concept:init to start."

Step 2: Load Tracker Summaries

If registries exist, load summaries:

python3 ${CLAUDE_PLUGIN_ROOT}/scripts/source_tracker.py --registry .concept-dev/source_registry.json summary
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/assumption_tracker.py --registry .concept-dev/assumption_registry.json summary

Step 3: Display Dashboard

===================================================================
CONCEPT DEVELOPMENT STATUS
===================================================================

Session: [id]
Project: [name or "unnamed"]
Last Updated: [timestamp]

-------------------------------------------------------------------
PHASES
-------------------------------------------------------------------

  [X] 1. Spit-Ball        COMPLETED   [date]
  [>] 2. Problem           IN PROGRESS
  [ ] 3. Black-Box         NOT STARTED
  [ ] 4. Drill-Down        NOT STARTED
  [ ] 5. Document          NOT STARTED

Current Phase: [phase name]
Gate Status: [passed / pending]

-------------------------------------------------------------------
ARTIFACTS
-------------------------------------------------------------------

  [+/-] .concept-dev/IDEAS.md
  [+/-] .concept-dev/PROBLEM-STATEMENT.md
  [+/-] .concept-dev/BLACKBOX.md
  [+/-] .concept-dev/DRILLDOWN.md
  [+/-] .concept-dev/CONCEPT-DOCUMENT.md
  [+/-] .concept-dev/SOLUTION-LANDSCAPE.md

-------------------------------------------------------------------
SOURCES
-------------------------------------------------------------------

  Total: [N]
  By confidence: HIGH=[N]  MEDIUM=[N]  LOW=[N]  UNGROUNDED=[N]
  Open gaps: [N]

-------------------------------------------------------------------
ASSUMPTIONS
-------------------------------------------------------------------

  Total: [N]
  Pending: [N]    Approved: [N]
  Ready for document: [YES/NO]

-------------------------------------------------------------------
SKEPTIC FINDINGS
-------------------------------------------------------------------

  Verified: [N]
  Unverified Claims: [N]
  Disputed Claims: [N]
  Needs User Input: [N]

-------------------------------------------------------------------
RESEARCH TOOLS
-------------------------------------------------------------------

  Available: [list of detected tools]

===================================================================
Next action: [suggested command based on current state]
===================================================================

Read the full file on GitHub · 118 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. 2d ago First seen · 118 lines · 23 tokens per session scan A 72b5977429f2

Subscribe to this mod's changes

concept:status is a command published in the GitHub repository ddunnock/claude-plugins (12 stars, last pushed 5mo ago), licensed MIT. It adds 23 tokens to every session and 720 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-30.