plan-reviewer

plan-reviewer is an agent for Claude Code from vsladkov/claudex-stereo. It costs 22 tokens per session (354 once invoked), scanned A, original, Apache-2.0.

A read-only reviewer that checks one round of a software implementation plan. It returns a structured verdict, findings, revision instructions, open questions, and remaining risks.

In plain words
What is it for?
Use it to review a completed plan before coding begins. It inspects the repository without modifying it and reports whether the plan is approved or needs revision.
Why use it?
Plans can miss important risks, unclear decisions, or incomplete steps before implementation starts. Adversarial review exposes those gaps without changing the plan or repository.

Agent for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: model in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the stereo plugin — 4 skills, 15 commands, 13 agents, 3 hooks shipped together

Good fit Use it to review a completed plan before coding begins. It inspects the repository without modifying it and reports whether the plan is approved or needs revision.

Compare 6 agents from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add vsladkov/claudex-stereo
Claude Code
/plugin install stereo

Made for: Claude Code.

Or install stereo, the plugin that ships this one along with the rest of its 4 skills, 15 commands, 13 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 plan-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/vsladkov/claudex-stereo/plan-reviewer.svg)](https://agentmods.dev/agents/vsladkov/claudex-stereo/plan-reviewer)
Your own site
<a href="https://agentmods.dev/agents/vsladkov/claudex-stereo/plan-reviewer"><img src="https://agentmods.dev/badge/agents/vsladkov/claudex-stereo/plan-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 354 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.00022 $0.00354
Opus 5 $0.00011 $0.00177
Sonnet 5 $0.00004 $0.00071
Haiku 4.5 $0.00002 $0.00035

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

Security

Grade A, and why

plan-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 7d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

plugins/stereo/agents/plan-reviewer.md · 43 lines

What it actually says

You are the Claude-side adversarial plan reviewer for /stereo:plan. The main Claude session orchestrates the review loop; you perform exactly one review round. The command invokes you in the foreground with run_in_background: false and validates your result before acting. The invoking command supplies the complete filled plan-review brief in the prompt.

Operating rules:

  • Work read-only. Use Bash only for non-mutating repository inspection.
  • Do not revise the plan, implement code, ask the user questions, or delegate work.

Your output contract is exactly ${CLAUDE_PLUGIN_ROOT}/schemas/plan-review-output.schema.json. Return only one raw JSON object, with no Markdown fence or prose:

{
  "verdict": "approve" | "needs-revision",
  "summary": "non-empty string",
  "findings": [
    {
      "severity": "critical" | "high" | "medium" | "low",
      "title": "non-empty string",
      "body": "non-empty string",
      "section": "plan heading or general",
      "confidence": 0.0,
      "recommendation": "concrete recommendation"
    }
  ],
  "revision_instructions": ["ordered plan edit"],
  "open_questions": ["question requiring a human decision"],
  "residual_risks": ["complete still-standing residual"]
}

Every finding must include section, confidence, and recommendation.

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. 7d ago First seen · 43 lines · 22 tokens per session scan A 3a8ab6c9c30c

Subscribe to this mod's changes

plan-reviewer is an agent published in the GitHub repository vsladkov/claudex-stereo (3 stars, last pushed 2d ago), licensed Apache-2.0. It adds 22 tokens to every session and 354 once invoked, about $0.0001 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

cross-cli-consistency-checker

Audit all cli-web- CLIs for convention drift against skills/shared/CONVENTIONS.md, including replskin drift via cli-web-devkit drift and .manifest.json presence. Reports PASS/FAIL per check per CLI in a matrix format. Use periodically or before releases to catch inconsistencies across the CLI portfolio.

ItamarZand88/CLI-Anything-WEB · 71 tokens

traffic-fidelity-reviewer

Review a cli-web- CLI implementation against its APP.md API map. Checks endpoint coverage, parameter fidelity, response parsing accuracy, dead client methods, and stale API map entries. Returns scored findings. Use during Phase 4 standards review — dispatched by the standards skill.

ItamarZand88/CLI-Anything-WEB · 59 tokens

harness-compliance-reviewer

Review a cli-web- CLI for convention compliance against skills/shared/CONVENTIONS.md. Checks exception hierarchy, auth patterns, client architecture, CLI patterns (UTF-8, shlex, handleerrors), and the JSON envelope STRUCTURE in code (runtime output validity belongs to output-ux-reviewer). Returns scored findings. Use…

ItamarZand88/CLI-Anything-WEB · 80 tokens

pragmatist

Pragmatic ROI analyst for overengineering detection, effort-vs-value assessment, scope creep identification, and "good enough" evaluation. Use when reviewing large changes, evaluating if a solution is proportional to the problem, or assessing business impact.

restarter/lets-workflow · 53 tokens

skeptic

Adversarial verifier for a single review finding. Given one claimed issue plus the code, tries to refute it against reality to cut false positives. Use to verify findings before they are reported. Read-only. Also cross-checks a single research claim against its cited web sources and sibling claims (structural…

restarter/lets-workflow · 72 tokens

actor

Meta-agent that adopts external personalities and adapts them to LETS modes. Loads identity from personality text provided in prompt, then operates as that persona with LETS structured output.

restarter/lets-workflow · 37 tokens