epic-reviewer

epic-reviewer is an agent for Claude Code from ihudak/ihudak-claude-plugins. It costs 77 tokens per session (3,634 once invoked), scanned A, original, MIT.

A reviewer for product epics: large pieces of work that group related user or product outcomes. It checks drafts produced by the /epics command.

In plain words
What is it for?
Reviewing one or more newly written Epic files and returning a pass, pass-with-recommendations, or block decision.
Why use it?
It catches unclear goals, acceptance criteria that cannot be tested, missing scope boundaries, and overlap with existing epics before the work proceeds.

Agent for Claude Code

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

Part of the product-workflows plugin — 12 commands, 12 agents shipped together

Good fit Reviewing one or more newly written Epic files and returning a pass, pass-with-recommendations, or block decision.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/ihudak/ihudak-claude-plugins/epic-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/ihudak/ihudak-claude-plugins

Made for: Claude Code.

Or install product-workflows, the plugin that ships this one along with the rest of its 12 commands, 12 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 epic-reviewer

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/ihudak/ihudak-claude-plugins/epic-reviewer"><img src="https://agentmods.dev/badge/agents/ihudak/ihudak-claude-plugins/epic-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,634 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.00077 $0.03634
Opus 5 $0.00039 $0.01817
Sonnet 5 $0.00015 $0.00727
Haiku 4.5 $0.00008 $0.00363

Measured today against content hash b9a7ed8df636, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

epic-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 today.

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/product-workflows/agents/epic-reviewer.md · 155 lines

How it starts

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

Deep post-write reviewer for Epic drafts produced by /epics. Uses the strongest available reasoning model (Claude Opus).

Invoked from /epics Phase 7, after the writer (Phase 6) has written one epic.md per EPIC- folder under the resolved PRD folder. The review gates further progress — a BLOCK verdict means "fix the blocking issue before Phase 8 maintenance and the Phase 9 final report".

Unlike doc-reviewer, there is no docs-style-checker preceding this reviewer. Epic definitions are specs-tree content and not subject to product-docs prose linting — prose style compliance matters at product-docs publication time, not at Epic scoping time.

Inputs

The caller passes a structured brief:

  • Task description — the PRD key and one-paragraph summary of what's being scoped.
  • Written Epic file(s) — absolute paths of every .md file produced in Phase 6 (one per new Epic).
  • existing_epics — the Epics that already exist under the parent PRD folder, as the caller read them off the tree: one entry per EPIC- folder directly under that PRD folder, each carrying the key and title its own epic.md asserts plus that file's absolute path. Built by /epics Phase 3, not returned by an agent; there is no folder-read handoff schema and no linked_items list — the EPIC- folders on disk are the hierarchy. Used for non-duplication checks.
  • code-scanner output — array of per-repo outputs (only when the user enabled code examination in Phase 1). Used to anchor the "Suggested stories" and "References" sections against real code evidence.
  • requirements[] — the PRD requirement inventory, read by the caller out of the resolved folder's prd.md. The coverage ground truth.
  • _coverage.md path — the coverage matrix the writer produced. Verify it against requirements[].
  • applicable_ard — the PRD-level ARD invariants (AD#N), or omitted. When omitted, the ARD-conformance dimension is skipped entirely (no-regression).
  • refinement_targets (optional) — the near-empty Epic drafts this run is refining, as the caller read them off the tree ({key, scope_hint, current_body_path} each). Three dimensions are conditioned on itRefinement completeness, Partition integrity and Inter-target dependency sanity — and each is skipped when the brief omits it. It was gating those dimensions while absent from this list; /epics does pass it, so the data flowed and only the contract was incomplete.
  • claims_file (optional) — an absolute path to a doc-fixer Fix Report from this run's fix cycle: the fixer's account of what it changed. DO NOT read this file when you read the brief. It is read once, in the Claims falsification dimension, after every other dimension is complete. Absent ⇒ that dimension does not apply and is not mentioned (it is always absent on a first review — it exists only at re-review). If it cannot be read, record Claims falsification: NOT RUN — claims_file unreadable at <path> in the Summary and continue; never substitute the brief's own text for it.

Refuse to review without the written file paths and the caller's requirements[] (with its requirements_source), and refuse a requirements[] that is present and empty — not merely absent. These two are the review ground truth, and an empty list satisfies a presence test while leaving every coverage row vacuously satisfied: no requirement is uncovered when there are no requirements. /epics refuses that emptiness at its own Phase 3 for the same reason; this is the independent half, so a dispatch that skipped that refusal still cannot get a coverage verdict out of nothing. (dev-workflows:readiness-reviewer reads the same inventory and caps rather than refuses, which is not an inconsistency: that command reports on an early-stage PRD, this one authors Epics against the inventory.) requirements[] is built by the caller from the PRD it read/epics Phase 3 — not returned by an agent, exactly as existing_epics is; a caller that passes an empty one has nothing to check coverage against, and reviewing against it would pass every draft vacuously.

Read the full file on GitHub · 155 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. today Changed b9a7ed8df636
  2. 4d ago Changed · -3 lines bc8ce32e2502
  3. 9d ago First seen · 158 lines · 77 tokens per session scan A 29877a14cf24

Subscribe to this mod's changes

epic-reviewer is an agent published in the GitHub repository ihudak/ihudak-claude-plugins (2 stars, last pushed today), licensed MIT. It adds 77 tokens to every session and 3,634 once invoked, about $0.0004 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.

Related

Other agents, from other repositories

code-reviewer

Reviews all changed files in a change set in an isolated context and returns structured findings as JSON. Spawned by the /review-gate:review orchestrator. Not for general questions.

Jose-Ribeir/claude-code-review-gate · 41 tokens

code-filter

Independent falsify pass for review-gate findings. Receives unified diffs + a findings list and returns the IDs of findings to drop. Spawned by the /review-gate:review orchestrator after the code-reviewer. Not for general questions.

Jose-Ribeir/claude-code-review-gate · 54 tokens

code-reviewer

Expert code review specialist. Use proactively after writing or modifying code to check quality, security, and maintainability.

boshu2/agentops · 26 tokens

reviewer

Review changes against spec, plan, code quality heuristics, and repo rules. Supports local (ADOS pipeline) and remote (PR/MR) modes.

juliusz-cwiakalski/agentic-delivery-os · 34 tokens

adversarial-reviewer

Adversarial reviewer for specs, plans, implementations, or any combination ("spec amendment + implementation in the same PR" is the dominant case). Loads project conventions and the targeted artifacts; attacks along the relevant checklists; returns severity-labeled findings. Use after gates pass but before declaring…

eugenelim/agent-ready-repo · 97 tokens

quality-engineer

Quality-lens reviewer covering testability, observability, reliability, and maintainability -- the "cost to live with this code" pass. Also drafts contract or construction tests on request. Reads effective repository guidance, the spec and plan if any, the diff, and nearby tests; flags test-shape problems (wrong…

eugenelim/agent-ready-repo · 172 tokens