status

A command that reports how much of each project feature is finished. It reads each feature's tasks.md file and counts completed and remaining tasks.

In plain words
What is it for?
Use it to scan feature directories, calculate completed, pending, and total tasks, and display the results in a summary table.
Why use it?
It gives a quick overview of project progress without manually checking every task list. This makes unfinished work easier to spot.

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/marcelsud/spec-driven-agentic-development/status
Clone the repo
git clone --depth 1 https://github.com/marcelsud/spec-driven-agentic-development

Made for: Claude Code.

Per session 8 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 360 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.00008 $0.00360
Opus 5 $0.00004 $0.00180
Sonnet 5 $0.00002 $0.00072
Haiku 4.5 $0.00001 $0.00036

Measured 2d ago against content hash 6fec556cd65b, 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 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.

.claude/commands/spec/status.md · 32 lines

What it actually says

Feature Implementation Status

You are providing a status overview of all features, showing the progress of task completion.

Your Task

For each feature, calculate and display the number of completed and pending tasks based on its tasks.md file.

Process

  1. Find all features: Use the Glob tool to get a list of all directories under features/.
  2. Iterate through features: For each feature directory: a. Read tasks.md: Read the content of the features/[feature-name]/tasks.md file. b. Count tasks: i. Count the total number of tasks by using Grep with pattern ## Task \d+: and output_mode: "count". ii. Count the number of completed tasks by using Grep with pattern ## Task.*\[IMPLEMENTED\] and output_mode: "count". c. Calculate pending: Subtract completed tasks from the total to find the number of pending tasks.
  3. Display status: Present the information in a clear, summary format (e.g., a table).

Example Output

Feature Status:

| Feature                       | Completed | Pending | Total |
|-------------------------------|-----------|---------|-------|
| 01-project-setup-api-spec     | 5         | 1       | 6     |
| 02-basic-todo-crud            | 10        | 0       | 10    |
| 03-tags-system                | 2         | 8       | 10    |
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 · 32 lines · 8 tokens per session scan A 6fec556cd65b

Subscribe to this mod's changes

status is a command published in the GitHub repository marcelsud/spec-driven-agentic-development (174 stars, last pushed 9mo ago), licensed MIT. It adds 8 tokens to every session and 360 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-30.