tommymorgan:review-plan

tommymorgan:review-plan is a command for Claude Code from tommymorgan/claude-plugins. It costs 16 tokens per session (283 once invoked), scanned A, original, MIT.

A command that sends a plan file to an expert-panel review process. Gherkin scenarios are plain-language examples of expected software behaviour, often stored in `.feature` files.

In plain words
What is it for?
Use it to review a specified plan, the newest plan in `plans/`, feature files, directories, or matching file patterns.
Why use it?
It finds the relevant plan when needed and turns its scenarios into prioritised recommendations from multiple domain reviewers.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the tommymorgan plugin — 10 skills, 14 commands, 13 agents, 4 hooks shipped together

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 commands/tommymorgan/claude-plugins/review-plan
Clone the repo
git clone --depth 1 https://github.com/tommymorgan/claude-plugins

Made for: Claude Code.

Or install tommymorgan, the plugin that ships this one along with the rest of its 10 skills, 14 commands, 13 agents, 4 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 tommymorgan:review-plan

README.md
[![agentmods](https://agentmods.dev/badge/commands/tommymorgan/claude-plugins/review-plan.svg)](https://agentmods.dev/commands/tommymorgan/claude-plugins/review-plan)
Your own site
<a href="https://agentmods.dev/commands/tommymorgan/claude-plugins/review-plan"><img src="https://agentmods.dev/badge/commands/tommymorgan/claude-plugins/review-plan.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 283 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.1 $0.00016 $0.00283
Opus 5 $0.00008 $0.00142
Sonnet 5 $0.00003 $0.00057
Haiku 4.5 $0.00002 $0.00028

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

Security

Grade A, and why

tommymorgan:review-plan 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 6d 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.

tommymorgan/planning/commands/review-plan.md · 54 lines

What it actually says

Review Plan

Review a plan file using the expert panel. This is a convenience wrapper around /review-features.

Workflow

Step 1: Find Plan File

If argument provided, use it:

$ARGUMENTS

If no argument, find the most recent plan file:

  1. Search for plans/*.md in current project
  2. Sort by date in filename (YYYY-MM-DD pattern)
  3. Use most recent

Step 2: Invoke Review Features

Pass the plan file to /review-features:

/tommymorgan:review-features <plan_file_path>

The expert panel will:

  1. Extract Gherkin scenarios from the plan
  2. Detect context from content
  3. Run 13 domain experts
  4. Provide prioritized recommendations

Step 3: Display Results

The review output from /review-features is displayed directly.

Notes

This command exists for backwards compatibility and discoverability. All functionality is in /review-features, which also accepts:

  • .feature files
  • Directories of feature files
  • Glob patterns
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. 6d ago First seen · 54 lines · 16 tokens per session scan A 43ac59e3ebc9

Subscribe to this mod's changes

tommymorgan:review-plan is a command published in the GitHub repository tommymorgan/claude-plugins (4 stars, last pushed 1mo ago), licensed MIT. It adds 16 tokens to every session and 283 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.