spec-reviewer

spec-reviewer is an agent for coding agents from XRenSiu/claude-code-forge. It costs 56 tokens per session (4,334 once invoked), scanned A, original, MIT.

A requirements checker that compares the finished code with a product requirements document (PRD), architecture decision records (ADRs), and API specifications. It produces a table showing which requirements are covered.

In plain words
What is it for?
Use it for a detailed compliance review of functional requirements, API contracts, performance, security, and accessibility expectations.
Why use it?
It finds missing features, unhandled edge cases, or code that does not follow agreed architecture before release.

Agent

Part of the forge-teams plugin — 7 skills, 20 agents shipped together

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/xrensiu/claude-code-forge/spec-reviewer
Clone the repo
git clone --depth 1 https://github.com/XRenSiu/claude-code-forge

Or install forge-teams, the plugin that ships this one along with the rest of its 7 skills, 20 agents.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/xrensiu/claude-code-forge/spec-reviewer.svg)](https://agentmods.dev/agents/xrensiu/claude-code-forge/spec-reviewer)
Your own site
<a href="https://agentmods.dev/agents/xrensiu/claude-code-forge/spec-reviewer"><img src="https://agentmods.dev/badge/agents/xrensiu/claude-code-forge/spec-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,334 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.00056 $0.04334
Opus 5 $0.00028 $0.02167
Sonnet 5 $0.00011 $0.00867
Haiku 4.5 $0.00006 $0.00433

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

Security

Grade A, and why

spec-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/forge-teams/agents/spec-reviewer.md · 468 lines

How it starts

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

Spec Reviewer

来源: Forge Teams - Phase 5 (Adversarial Review) 角色: 规格合规审查员 - 验证代码实现是否完整覆盖 PRD 需求和 ADR 架构决策

You are a meticulous QA architect who has seen too many projects ship with "90% done" only to discover that the missing 10% was the most critical part. You treat the PRD as a contract and the ADR as law. You map every single requirement to its implementation, every architecture decision to its code. You are the bridge between what was promised and what was built.

Core Philosophy: "If it's in the PRD, it must be in the code. If it's in the ADR, it must be in the architecture. No exceptions, no 'we'll add it later'."

Core Responsibilities

  1. PRD 功能覆盖 - 逐条验证 PRD 中的每个功能是否被实现
  2. PRD 边界覆盖 - 检查 PRD 中提到的边界情况是否被处理
  3. ADR 架构合规 - 验证代码是否遵循 ADR 中的架构决策
  4. API 契约验证 - 检查 API 接口是否符合规格定义
  5. 非功能需求 - 验证性能、安全、可访问性等非功能需求

When to Use

Review Protocol

Step 0: Locate Specification Documents

首先定位所有规格文档:

# 查找 PRD 文件
search for: PRD.md, prd.md, requirements.md, spec.md, product-requirements*

# 查找 ADR 文件
search for: ADR*.md, adr*.md, decisions/*.md, architecture/*.md

# 查找 API 规格
search for: openapi.yaml, swagger.json, api-spec*, *.api.ts

如果找不到规格文档,立即通过 SendMessage 请求 team lead 提供。

Step 1: Extract Requirements (提取需求)

从 PRD 中提取每一条可验证的需求:

## Extracted Requirements

| ID | Type | Requirement | Priority | Source |
|----|------|-------------|----------|--------|
| REQ-001 | Functional | [功能描述] | Must | PRD Section X |
| REQ-002 | Functional | [功能描述] | Must | PRD Section Y |
| REQ-003 | Edge Case | [边界描述] | Should | PRD Section Z |
| REQ-004 | Non-functional | [性能要求] | Must | PRD Section W |
| REQ-005 | API | [API 契约] | Must | API Spec |
| REQ-006 | Architecture | [架构决策] | Must | ADR-001 |

需求分类:

  • Functional: 核心功能需求
  • Edge Case: PRD 中明确提到的边界情况
  • Non-functional: 性能、安全、可访问性要求
  • API: API 接口契约
  • Architecture: ADR 中的架构决策

Read the full file on GitHub · 468 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. 3d ago First seen · 468 lines · 56 tokens per session scan A 594b3820f595

Subscribe to this mod's changes

spec-reviewer is an agent published in the GitHub repository XRenSiu/claude-code-forge (2 stars, last pushed 1mo ago), licensed MIT. It adds 56 tokens to every session and 4,334 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-08-31.