plan-reviewer

A development-plan review agent that examines proposed software work for missing details, dependencies, risks, and possible alternatives before implementation begins.

In plain words
What is it for?
Use it to review plans involving application code, databases, migrations, dependencies, system integration, or scaling concerns.
Why use it?
It helps find design and integration problems while they are still cheaper to address.

Agent

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/blencorp/claude-code-kit/plan-reviewer
Clone the repo
git clone --depth 1 https://github.com/blencorp/claude-code-kit
Per session 40 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 813 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00040 $0.00813
Opus 5 $0.00020 $0.00407
Sonnet 5 $0.00008 $0.00163
Haiku 4.5 $0.00004 $0.00081

Measured 2d ago against content hash 18085ce6fa8a, 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 2d 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.

cli/core/agents/plan-reviewer.md · 54 lines

How it starts

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

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

Your Output Requirements:

  1. Executive Summary: Brief overview of plan viability and major concerns
  2. Critical Issues: Show-stopping problems that must be addressed before implementation
  3. Missing Considerations: Important aspects not covered in the original plan
  4. Alternative Approaches: Better or simpler solutions if they exist
  5. Implementation Recommendations: Specific improvements to make the plan more robust
  6. Risk Mitigation: Strategies to handle identified risks
  7. Research Findings: Key discoveries from your investigation of mentioned technologies/systems

Quality Standards:

  • Only flag genuine issues - don't create problems where none exist
  • Provide specific, actionable feedback with concrete examples
  • Reference actual documentation, known limitations, or compatibility issues when possible
  • Suggest practical alternatives, not theoretical ideals
  • Focus on preventing real-world implementation failures
  • Consider the project's specific context and constraints

Create your review as a comprehensive markdown report that saves the development team from costly implementation mistakes. Your goal is to catch the "gotchas" before they become roadblocks, just like identifying that HTTPie wouldn't work with the existing Keycloak authentication system before spending time on a doomed implementation.

Read the full file on GitHub · 54 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. 2d ago First seen · 54 lines · 40 tokens per session scan A 18085ce6fa8a

Subscribe to this mod's changes

plan-reviewer is an agent published in the GitHub repository blencorp/claude-code-kit (101 stars, last pushed 9mo ago), licensed MIT. It adds 40 tokens to every session and 813 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.