zuraffa: Command for Claude Code

.specify/extensions/spec-stats/commands/speckit.spec-stats.runs.md

speckit.spec-stats.runs is a command for Claude Code from arrrrny/zuraffa. It costs 65 tokens per session (373 once invoked), scanned A, original, MIT.

A command that runs the project’s verified test suite for selected specifications and records whether each run passed, failed, how long it took, and the last lines of output. A specification is a folder containing the files that describe one feature or change.

In plain words
What is it for?
Use it to test the active feature, named specifications, or every specification, with a dry-run option to preview the work.
Why use it?
It keeps a history of test evidence without inventing a test command or changing the specification files.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

This is arrrrny/zuraffa's own configuration. It tells Claude Code how to work on zuraffa itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything zuraffa configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node .specify/extensions/spec-stats/scripts/spec-stats.mjs runs.

Reuse

Borrowing it

Nothing to install: this file belongs to arrrrny/zuraffa. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/arrrrny/zuraffa/master/.specify/extensions/spec-stats/commands/speckit.spec-stats.runs.md
Clone the repo
git clone --depth 1 https://github.com/arrrrny/zuraffa

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 speckit.spec-stats.runs

README.md
[![agentmods](https://agentmods.dev/badge/commands/arrrrny/zuraffa/speckit.spec-stats.runs/github.svg)](https://agentmods.dev/commands/arrrrny/zuraffa/speckit.spec-stats.runs)
Your own site
<a href="https://agentmods.dev/commands/arrrrny/zuraffa/speckit.spec-stats.runs"><img src="https://agentmods.dev/badge/commands/arrrrny/zuraffa/speckit.spec-stats.runs/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 speckit.spec-stats.runs

Your own site · 80×15
<a href="https://agentmods.dev/commands/arrrrny/zuraffa/speckit.spec-stats.runs"><img src="https://agentmods.dev/badge/commands/arrrrny/zuraffa/speckit.spec-stats.runs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 373 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.00065 $0.00373
Opus 5 $0.00032 $0.00187
Sonnet 5 $0.00013 $0.00075
Haiku 4.5 $0.00006 $0.00037

Measured 7d ago against content hash 17c5ebace775, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

speckit.spec-stats.runs 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 7d 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.

.specify/extensions/spec-stats/commands/speckit.spec-stats.runs.md · 36 lines

What it actually says

Spec Stats — Runs

Execute the verified test suite for one or more specs and record the result.

User Input

$ARGUMENTS

Accepted forms:

  • (nothing) — run for the active feature (from .specify/feature.json)
  • <spec> <spec> … — run for the named spec directories
  • --all — run for every spec directory
  • --dry-run — print what would run without executing anything

Execution

node .specify/extensions/spec-stats/scripts/spec-stats.mjs runs
# or: node .specify/extensions/spec-stats/scripts/spec-stats.mjs runs --all --dry-run
# or: node .specify/extensions/spec-stats/scripts/spec-stats.mjs runs specs/003-user-auth

The engine:

  1. Reads the verified full-suite command from .specify/memory/tdd-profile.md. If absent, it stops and tells the user to run /speckit.tdd.setup — it never invents a command.
  2. Runs that command inside each selected spec directory.
  3. Captures pass/fail, duration (ms), and the last 5 lines of output.
  4. Appends a bounded record to .specify/stats/runs.json.

This is the only Spec Stats command that executes project commands. Honors --dry-run and never mutates a spec or its tasks.

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. 7d ago First seen · 36 lines · 65 tokens per session scan A 17c5ebace775

Subscribe to this mod's changes

speckit.spec-stats.runs is a command published in the GitHub repository arrrrny/zuraffa (5 stars, last pushed today), licensed MIT. It adds 65 tokens to every session and 373 once invoked, about $0.0003 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-09-03.