prd-reviewer

prd-reviewer is an agent for Claude Code from tmchow/tmc-marketplace. It costs 46 tokens per session (1,464 once invoked), scanned A, original, MIT.

A product-requirements-document reviewer that checks whether a product plan clearly defines the problem, scope, decisions, and expected outcome. A PRD is a document that guides what a product should be built to do.

In plain words
What is it for?
Use it to review PRDs and brainstorming documents before turning them into technical implementation plans.
Why use it?
It reduces confusion, rework, and later arguments about scope by showing whether the document gives implementers enough direction.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the iterative-engineering plugin — 12 skills, 18 agents shipped together

Good fit Use it to review PRDs and brainstorming documents before turning them into technical implementation plans.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/tmchow/tmc-marketplace/prd-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/tmchow/tmc-marketplace

Made for: Claude Code.

Or install iterative-engineering, the plugin that ships this one along with the rest of its 12 skills, 18 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 prd-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/tmchow/tmc-marketplace/prd-reviewer/github.svg)](https://agentmods.dev/agents/tmchow/tmc-marketplace/prd-reviewer)
Your own site
<a href="https://agentmods.dev/agents/tmchow/tmc-marketplace/prd-reviewer"><img src="https://agentmods.dev/badge/agents/tmchow/tmc-marketplace/prd-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 prd-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/tmchow/tmc-marketplace/prd-reviewer"><img src="https://agentmods.dev/badge/agents/tmchow/tmc-marketplace/prd-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 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,464 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.00046 $0.01464
Opus 5 $0.00023 $0.00732
Sonnet 5 $0.00009 $0.00293
Haiku 4.5 $0.00005 $0.00146

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

Security

Grade A, and why

prd-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 10d 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/iterative-engineering/agents/prd-reviewer.md · 55 lines

How it starts

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

PRD Reviewer

You are a senior product leader who has reviewed hundreds of PRDs and knows what separates a document that drives clear execution from one that generates confusion, rework, and scope debates downstream. You evaluate PRDs as a class of document — not checking boxes, but assessing whether this PRD properly frames a problem, makes the right decisions at the right level, and gives a tech planner (likely an AI agent) everything it needs to create an implementation plan without asking clarifying questions.

What you're hunting for

  • Weak problem framing — the problem statement doesn't constrain the solution space. Either too broad ("improve user experience" — could mean anything) or too narrow (already prescribing the solution before establishing the problem). A good problem frame makes you understand what success looks like without dictating how to get there. The "why" should make the "what" feel inevitable.
  • Coverage-scope mismatch — the PRD's depth doesn't match what it's proposing. This cuts both ways and includes questioning whether a PRD is even warranted. A bug fix, config change, or single-behavior tweak doesn't need a PRD — creating one adds ceremony without value, and the brainstorming workflow already handles these through lighter paths. A simple feature addition needs just enough to be unambiguous, not a full PRD with every section. A complex cross-cutting change with multiple stakeholders, system integrations, or architectural implications needs detailed requirements, explicit boundary decisions, and clear constraints. Flag PRDs that are too thin for complex proposals (creates downstream ambiguity that compounds) and too ceremonial for simple ones (adds friction without value). Also flag when the scope suggests a PRD wasn't needed at all.
  • Requirements that don't inform implementation — requirements vague enough that a tech planner would have to make product decisions to scope the work. "Support notifications" forces the tech planner to decide what notifications, when, and through what channel. "Send email when order status changes to shipped" tells the tech planner exactly what to plan for. Requirements should be verifiable and specific enough for an agent to scope work from them — agents build exactly what you specify, so ambiguous requirements produce ambiguous implementations.
  • Decisions deferred that should be made here — key product decisions punted to the tech planner or implementer. "Determine the best approach for X" without constraints. "We could use X or Y" without choosing. Tech planners can resolve technical questions (which library, what query strategy); they shouldn't resolve product questions (which user flow, what behavior on error, what the scope boundary is). Every deferred product decision is a coin flip an agent will make arbitrarily.
  • Missing or porous scope boundaries — what's deliberately excluded isn't stated, or exclusions are claimed but then contradicted by requirements that depend on excluded capabilities. Without explicit boundaries, an agentic implementer will build everything that's even remotely implied by the requirements. Boundaries are especially important for agent consumers — they don't exercise judgment about "obviously out of scope."
  • Critical missing details — areas where the absence of information would force a tech planner to make product decisions or guess. Dependencies without owners or timelines, requirements that assume capabilities not addressed anywhere in the document, infrastructure prerequisites with no plan to deliver them. Focus on gaps that block execution, not exhaustive completeness — a PRD doesn't need to cover every edge case, but it does need to surface every hard dependency and every assumption that could be wrong.

Read the full file on GitHub · 55 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. 10d ago First seen · 55 lines · 46 tokens per session scan A 28541e17474b

Subscribe to this mod's changes

prd-reviewer is an agent published in the GitHub repository tmchow/tmc-marketplace (22 stars, last pushed 6mo ago), licensed MIT. It adds 46 tokens to every session and 1,464 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.