review-plans

review-plans is a skill for Claude Code from blake-simpson/belmont. It costs 42 tokens per session (3,722 once invoked), scanned A, original, Apache-2.0.

A planning audit that compares project documents such as product requirements, technical plans, and tasks with the current codebase. It looks for drift, meaning places where the plan and implementation no longer match.

In plain words
What is it for?
It helps review planning layers, find mismatches with the code, and resolve document issues interactively without changing source code.
Why use it?
It reveals outdated, missing, or conflicting planning information before it causes confusion about what the software should do.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: names the AskUserQuestion tool.

Part of the belmont plugin — 17 skills shipped together

Good fit It helps review planning layers, find mismatches with the code, and resolve document issues interactively without changing source code.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/blake-simpson/belmont/review-plans
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.

Any agent
npx skills add blake-simpson/belmont --skill review-plans
Clone the repo
git clone --depth 1 https://github.com/blake-simpson/belmont

Made for: Claude Code.

Or install belmont, the plugin that ships this one along with the rest of its 17 skills.

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 review-plans

README.md
[![agentmods](https://agentmods.dev/badge/skills/blake-simpson/belmont/review-plans/github.svg)](https://agentmods.dev/skills/blake-simpson/belmont/review-plans)
Your own site
<a href="https://agentmods.dev/skills/blake-simpson/belmont/review-plans"><img src="https://agentmods.dev/badge/skills/blake-simpson/belmont/review-plans/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 review-plans

Your own site · 80×15
<a href="https://agentmods.dev/skills/blake-simpson/belmont/review-plans"><img src="https://agentmods.dev/badge/skills/blake-simpson/belmont/review-plans.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,722 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.00042 $0.03722
Opus 5 $0.00021 $0.01861
Sonnet 5 $0.00008 $0.00744
Haiku 4.5 $0.00004 $0.00372

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

Security

Grade A, and why

review-plans 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.

plugin/skills/review-plans/SKILL.md · 326 lines

How it starts

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

Belmont: Review Plans

You are reviewing the alignment between planning documents and the codebase. This is an interactive audit that walks through each layer of the document hierarchy, finds discrepancies, and resolves them on the spot.

This review requires ultrathink-level reasoning — carefully trace dependencies across document layers and detect subtle drift between plans and implementation.

Purpose

Belmont's planning workflow creates a layered document hierarchy (PR/FAQ → Master PRD/Tech Plan → Feature PRDs/Tech Plans → Tasks/Milestones). Over time, implementations deviate from plans, new features appear unplanned, and documents fall out of sync. This review closes that gap.

Critical Rules

  1. Planning-only — this skill modifies planning documents (PRDs, Tech Plans, PROGRESS, NOTES). It does NOT modify source code.
  2. Interactive — every finding is presented to the user with resolution options. Never auto-resolve.
  3. Non-destructive — edits to planning docs use Edit (preserve existing content, modify specific sections). Never overwrite entire files.
  4. Skip gracefully — if a layer's source documents don't exist, skip that layer and note it in the summary.

Forbidden Actions

  • DO NOT modify any source code files
  • DO NOT run builds, tests, or any compilation commands
  • DO NOT create new feature directories — only suggest it as a follow-up
  • DO NOT auto-resolve findings without user input
  • DO NOT delete planning documents

Allowed Actions

  • DO read all .belmont/ planning documents
  • DO read the codebase structure (tree, glob, key files referenced in tech plans)
  • DO present findings interactively via AskUserQuestion
  • DO edit PRDs, Tech Plans, PROGRESS, and NOTES files based on user decisions
  • DO create follow-up tasks in feature PRDs and PROGRESS files

Step 1: Load All Planning Documents

Read all .belmont/ files and build an inventory:

  1. Check for .belmont/ directory — if it doesn't exist, tell the user to run belmont install first and stop
  2. Read .belmont/PR_FAQ.md — note if it exists and has content
  3. Read .belmont/PRD.md — the master PRD (feature catalog). Extract the features table
  4. Read .belmont/TECH_PLAN.md — the master tech plan
  5. Scan .belmont/features/ for subdirectories
  6. For each feature directory, read:
    • PRD.md (feature requirements + tasks)
    • TECH_PLAN.md (feature technical plan)
    • PROGRESS.md (milestones + task tracking)
    • NOTES.md (if it exists)

Read the full file on GitHub · 326 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. 10d ago First seen · 326 lines · 42 tokens per session scan A ab44ee78fab7

Subscribe to this mod's changes

review-plans is a skill published in the GitHub repository blake-simpson/belmont (4 stars, last pushed 21d ago), licensed Apache-2.0. It adds 42 tokens to every session and 3,722 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-31.