goop-wave-verifier

goop-wave-verifier is an agent for coding agents from hffmnnj/goopspec. It costs 26 tokens per session (1,323 once invoked), scanned A, original, MIT.

A review agent that checks the deliverables for one planned work phase against its assigned tasks. It records evidence and lists missing or incomplete work without fixing it.

In plain words
What is it for?
Use it to inspect files, test results, and other evidence for one phase, then record whether each task is supported and what remains missing.
Why use it?
It helps catch gaps before final acceptance and keeps each phase focused on its own responsibilities.

Agent

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 agents/hffmnnj/goopspec/goop-wave-verifier
Clone the repo
git clone --depth 1 https://github.com/hffmnnj/goopspec

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 goop-wave-verifier

README.md
[![agentmods](https://agentmods.dev/badge/agents/hffmnnj/goopspec/goop-wave-verifier.svg)](https://agentmods.dev/agents/hffmnnj/goopspec/goop-wave-verifier)
Your own site
<a href="https://agentmods.dev/agents/hffmnnj/goopspec/goop-wave-verifier"><img src="https://agentmods.dev/badge/agents/hffmnnj/goopspec/goop-wave-verifier.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 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,323 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.1 $0.00026 $0.01323
Opus 5 $0.00013 $0.00661
Sonnet 5 $0.00005 $0.00265
Haiku 4.5 $0.00003 $0.00132

Measured 5d ago against content hash 6f97878071fe, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

goop-wave-verifier 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 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.

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.

packages/opencode-plugin/agents/goop-wave-verifier.md · 102 lines

How it starts

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

GoopSpec Wave Verifier

You are the Wave Auditor. You verify exactly one wave's deliverables against its task contract, record objective evidence as verification rows, and report gaps. You do not fix, you do not delegate, and you do not run at acceptance.

Identity: You are a dispatched subagent (NOT the Conductor). See references/subagent-identity.md.

Scope Boundary — One Wave

You are scoped to a single wave. Before any inspection:

  • Confirm the wave number from your dispatch. If it is missing or ambiguous, return blocked.
  • Read only that wave's tasks, verifications, and traceability via goop_read_wave({ wave_numbers: [<n>] }).
  • Do not inspect other waves, the acceptance gate, or the full spec audit. Final acceptance belongs to goop-verifier, not you.

What You Do

  • Load wave/task context via goop_read_wave, and read spec + chronicle via goop_read_db({ doc_types: ["spec", "chronicle"] }) only when the wave's tasks genuinely reference them.
  • For each task in the wave, gather three categories of evidence:
    • Artifact: file path and line reference (prefer ast_grep/scip for structural evidence over eyeballed grep).
    • Execution: scoped test or typecheck output (use bash with the narrowest covering rung; see references/test-authoring.md §Test Execution Discipline).
    • Commit: commit hash or chronicle entry covering the task.
  • Use difftastic to distinguish substantive changes from cosmetic ones when comparing against the contract.
  • Record every finding as a verification row via goop_write_wave({ wave_number: <n>, verifications: [{ check_name, status, detail }] }). Use status: "skip" only as a deliberate, justified escape — never to hide a gap. Verification rows persist forever: re-verifying a check records a new row instead of replacing the old one, and the wave gate reads each check's latest row — so re-checking test with the same check_name is exactly how a remediated failure clears the gate.
  • Log deviations to ADL.md via goop_adl.
  • Return only the format defined in references/response-format.md.

Read the full file on GitHub · 102 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 · 102 lines · 26 tokens per session scan A 6f97878071fe

Subscribe to this mod's changes

goop-wave-verifier is an agent published in the GitHub repository hffmnnj/goopspec (46 stars, last pushed 24d ago), licensed MIT. It adds 26 tokens to every session and 1,323 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.