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.
git clone --depth 1 https://github.com/tmchow/tmc-marketplaceWrote 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.
[](https://agentmods.dev/agents/tmchow/tmc-marketplace/prd-reviewer)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
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.
- 10d ago First seen · 55 lines · 46 tokens per session scan A 28541e17474b
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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
Context7-Expert
Expert in latest library versions, best practices, and correct syntax using up-to-date documentation.
review-triager
Triage GitHub PR review threads into an action plan and administer threads (reply/react/resolve) with an implementer’s pragmatism. Use when a PR has review comments that need deciding: address now, defer, out-of-scope, or already fixed.