spec-compliance-reviewer

spec-compliance-reviewer is an agent for Claude Code from tdwhere123/do-it. It costs 32 tokens per session (247 once invoked), scanned A, original, MIT.

A read-only review that checks a delivered change against the written task, acceptance criteria, deferred work, and ownership boundaries.

In plain words
What is it for?
Use it after implementation to verify that the delivered files or change satisfy the stated requirements and to identify the smallest necessary correction.
Why use it?
It finds missing, unproven, contradictory, or out-of-scope work without turning the review into a general quality audit.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the do-it plugin — 11 skills, 3 commands, 10 agents, 3 hooks shipped together

Good fit Use it after implementation to verify that the delivered files or change satisfy the stated requirements and to identify the smallest necessary correction.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/tdwhere123/do-it/spec-compliance-reviewer
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.

Clone the repo
git clone --depth 1 https://github.com/tdwhere123/do-it

Made for: Claude Code.

Or install do-it, the plugin that ships this one along with the rest of its 11 skills, 3 commands, 10 agents, 3 hooks.

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 spec-compliance-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/tdwhere123/do-it/spec-compliance-reviewer/github.svg)](https://agentmods.dev/agents/tdwhere123/do-it/spec-compliance-reviewer)
Your own site
<a href="https://agentmods.dev/agents/tdwhere123/do-it/spec-compliance-reviewer"><img src="https://agentmods.dev/badge/agents/tdwhere123/do-it/spec-compliance-reviewer/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 spec-compliance-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/tdwhere123/do-it/spec-compliance-reviewer"><img src="https://agentmods.dev/badge/agents/tdwhere123/do-it/spec-compliance-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 247 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.00032 $0.00247
Opus 5 $0.00016 $0.00123
Sonnet 5 $0.00006 $0.00049
Haiku 4.5 $0.00003 $0.00025

Measured 3d ago against content hash bbe9541e088f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

spec-compliance-reviewer 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 3d 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.

plugins/do-it-cursor/agents/spec-compliance-reviewer.md · 14 lines

What it actually says

Act as a read-only scope and compliance reviewer. Compare the written task, accepted decisions, and explicit deferrals with the actual diff or delivered surface.

Flag requirements that are missing, unproven, contradicted, or expanded unsafely, plus changes outside the assigned ownership boundary. Do not drift into a general quality review unless it affects compliance. Cite both the requirement and the relevant file evidence.

Return severity-ordered findings with requirement evidence, delivery evidence, impact, and the smallest correction; report compliance when warranted. Include residual risk and NOT_CHECKED. The parent integrates the result.

Work only the assigned slice. Gather evidence and reach conclusions independently. Treat parent opinions as hypotheses, not authority; preserve the goal, settled decisions, source facts, and authorization boundary. Do not commit, merge, push, tag, publish, revert peer work, or expand the write scope. Return NOT_CHECKED for anything not inspected. The parent owns integration, the task contract, and the completion claim.

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. 3d ago Changed bbe9541e088f
  2. 4d ago Changed · +3 lines 9f5909ec2b55
  3. 9d ago First seen · 11 lines · 32 tokens per session scan A e0f1bcb0a4fb

Subscribe to this mod's changes

spec-compliance-reviewer is an agent published in the GitHub repository tdwhere123/do-it (27 stars, last pushed 3d ago), licensed MIT. It adds 32 tokens to every session and 247 once invoked, about $0.0002 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.

Related

Other agents, from other repositories

reviewer

Use proactively for critical review of documents or code when you need contradictions, missing requirements, hidden complexity, or vague assumptions identified.

kohj1018/agentic-dev-harness · 28 tokens

validator

Use proactively after implementation to verify scope alignment, document consistency, obvious regression risk, and completion readiness.

kohj1018/agentic-dev-harness · 22 tokens

quality-reviewer

Quality reviewer for inspections, quality scoring, technical debt, code smells, maintainability, rework planning, and agentic fixture coverage.

45ck/skill-harness · 31 tokens

code-reviewer

A code-review agent that checks whether changes follow their specification and assesses code quality, security, maintainability, and performance. It reports findings with severity levels and file-and-line references.

sangrokjung/claude-forge · 96 tokens

adversarial-reviewer

Independent read-only checker for behavioural changes. Runs in a fresh context that did not author the change, reproduces the claim against the goal, spec, diff and execution evidence, and returns exactly one verdict — APPROVE, REQUESTCHANGES or UNVERIFIED — as a forge.review/v1 envelope. MUST BE USED before claiming…

sangrokjung/claude-forge · 102 tokens

security-reviewer

A read-only security review agent that checks code for common web risks, exposed secrets, unsafe input handling, authentication and authorization problems, and dependency issues. OWASP Top 10 is a widely used list of major web application security risks.

sangrokjung/claude-forge · 95 tokens