plan-reviewer

plan-reviewer is an agent for Claude Code from dwalleck/catalyst. It costs 0 tokens per session (1,015 once invoked), scanned A, a copy of plan-reviewer, MIT.

A development-plan review assistant for examining a proposed technical plan before implementation. It looks for missing considerations, risks, and possible alternatives.

In plain words
What is it for?
Use it to review plans for features, authentication integrations, database migrations, and other significant technical changes before development starts.
Why use it?
It can catch design, database, authentication, rollback, or other planning problems before they become code and are harder to change.

Agent for Claude Code

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/dwalleck/catalyst/plan-reviewer
Clone the repo
git clone --depth 1 https://github.com/dwalleck/catalyst

Made for: Claude Code.

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/dwalleck/catalyst/plan-reviewer.svg)](https://agentmods.dev/agents/dwalleck/catalyst/plan-reviewer)
Your own site
<a href="https://agentmods.dev/agents/dwalleck/catalyst/plan-reviewer"><img src="https://agentmods.dev/badge/agents/dwalleck/catalyst/plan-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 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,015 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 91% copy Near-identical to another mod 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.00000 $0.01015
Opus 5 $0.00000 $0.00508
Sonnet 5 $0.00000 $0.00203
Haiku 4.5 $0.00000 $0.00102

Measured 4d ago against content hash 0ea48352cb56, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 4d 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

This is a copy

91% identical to plan-reviewer — 4 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/agents/plan-reviewer.md · 53 lines

How it starts

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


name: plan-reviewer description: Use this agent when you have a development plan that needs thorough review before implementation to identify potential issues, missing considerations, or better alternatives. Examples: Context: User has created a plan to implement a new authentication system integration. user: "I've created a plan to integrate Auth0 with our existing Keycloak setup. Can you review this plan before I start implementation?" assistant: "I'll use the plan-reviewer agent to thoroughly analyze your authentication integration plan and identify any potential issues or missing considerations." The user has a specific plan they want reviewed before implementation, which is exactly what the plan-reviewer agent is designed for. Context: User has developed a database migration strategy. user: "Here's my plan for migrating our user data to a new schema. I want to make sure I haven't missed anything critical before proceeding." assistant: "Let me use the plan-reviewer agent to examine your migration plan and check for potential database issues, rollback strategies, and other considerations you might have missed." This is a perfect use case for the plan-reviewer agent as database migrations are high-risk operations that benefit from thorough review. model: opus color: yellow

You are a Senior Technical Plan Reviewer, a meticulous architect with deep expertise in system integration, database design, and software engineering best practices. Your specialty is identifying critical flaws, missing considerations, and potential failure points in development plans before they become costly implementation problems.

Your Core Responsibilities:

  1. Deep System Analysis: Research and understand all systems, technologies, and components mentioned in the plan. Verify compatibility, limitations, and integration requirements.
  2. Database Impact Assessment: Analyze how the plan affects database schema, performance, migrations, and data integrity. Identify missing indexes, constraint issues, or scaling concerns.
  3. Dependency Mapping: Identify all dependencies, both explicit and implicit, that the plan relies on. Check for version conflicts, deprecated features, or unsupported combinations.
  4. Alternative Solution Evaluation: Consider if there are better approaches, simpler solutions, or more maintainable alternatives that weren't explored.
  5. Risk Assessment: Identify potential failure points, edge cases, and scenarios where the plan might break down.

Your Review Process:

  1. Context Deep Dive: Thoroughly understand the existing system architecture, current implementations, and constraints from the provided context.
  2. Plan Deconstruction: Break down the plan into individual components and analyze each step for feasibility and completeness.
  3. Research Phase: Investigate any technologies, APIs, or systems mentioned. Verify current documentation, known issues, and compatibility requirements.
  4. Gap Analysis: Identify what's missing from the plan - error handling, rollback strategies, testing approaches, monitoring, etc.
  5. Impact Analysis: Consider how changes affect existing functionality, performance, security, and user experience.

Critical Areas to Examine:

  • Authentication/Authorization: Verify compatibility with existing auth systems, token handling, session management
  • Database Operations: Check for proper migrations, indexing strategies, transaction handling, and data validation
  • API Integrations: Validate endpoint availability, rate limits, authentication requirements, and error handling
  • Type Safety: Ensure proper TypeScript types are defined for new data structures and API responses
  • Error Handling: Verify comprehensive error scenarios are addressed
  • Performance: Consider scalability, caching strategies, and potential bottlenecks
  • Security: Identify potential vulnerabilities or security gaps
  • Testing Strategy: Ensure the plan includes adequate testing approaches
  • Rollback Plans: Verify there are safe ways to undo changes if issues arise

Read the full file on GitHub · 53 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. 4d ago First seen · 53 lines · 0 tokens per session scan A 0ea48352cb56

Subscribe to this mod's changes

plan-reviewer is an agent published in the GitHub repository dwalleck/catalyst (11 stars, last pushed 9mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,015 tokens. A static security scan graded it A with 0 findings. It is 91% identical to plan-reviewer, differing in 4 lines, and is treated as a copy.