plan-review-triggers

plan-review-triggers is a skill for Claude Code from ndom91/open-plan-annotator. It costs 199 tokens per session (1,243 once invoked), scanned A, original, MIT.

Instructions for drafting multi-step plans and sending them to a browser-based review tool. The tool lets users mark up proposed changes before implementation begins.

In plain words
What is it for?
Use them when preparing a substantial implementation, refactor, or multi-step proposal that needs user annotations and approval.
Why use it?
They ensure plans with several files, choices, or decision points are reviewed in the intended interface.

Skill for Claude Code

Written for Claude Code: SessionStart hook event. Also seen: names the ExitPlanMode tool.

Part of the open-plan-annotator plugin — 1 skill, 1 command, 3 hooks shipped together

Good fit Use them when preparing a substantial implementation, refactor, or multi-step proposal that needs user annotations and approval.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ndom91/open-plan-annotator/plan-review-triggers
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 ndom91/open-plan-annotator --skill plan-review-triggers
Clone the repo
git clone --depth 1 https://github.com/ndom91/open-plan-annotator

Made for: Claude Code.

Or install open-plan-annotator, the plugin that ships this one along with the rest of its 1 skill, 1 command, 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-review-triggers

README.md
[![agentmods](https://agentmods.dev/badge/skills/ndom91/open-plan-annotator/plan-review-triggers.svg)](https://agentmods.dev/skills/ndom91/open-plan-annotator/plan-review-triggers)
Your own site
<a href="https://agentmods.dev/skills/ndom91/open-plan-annotator/plan-review-triggers"><img src="https://agentmods.dev/badge/skills/ndom91/open-plan-annotator/plan-review-triggers.svg" alt="Measured on agentmods" height="20"></a>
Per session 199 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,243 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00199 $0.01243
Opus 5 $0.00100 $0.00622
Sonnet 5 $0.00040 $0.00249
Haiku 4.5 $0.00020 $0.00124

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

Security

Grade A, and why

plan-review-triggers 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 8d 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.

skills/plan-review-triggers/SKILL.md · 101 lines

How it starts

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

Plan Review Triggers

This plugin (open-plan-annotator) installs a hook on ExitPlanMode that opens a browser UI where the user marks up plans directly — deletions, replacements, insertions, comments — and returns structured feedback. Inline markdown plans bypass that workflow.

Hard Rule: Annotator Required When Triggers Match

Inline plans are a bug. When any trigger below fires, route through the annotator:

  • Assistant-initiated (you decided a plan is needed): call EnterPlanMode, draft, then ExitPlanMode — fires the annotator hook.
  • User-initiated ("draft a plan", "/plan", etc.): invoke /annotate-plan <task>.

Mechanical Heuristic

Annotator REQUIRED when the response would contain ANY of:

  • 3 or more file paths to create or modify
  • 2 or more option/tradeoff comparisons for the user to choose between
  • A Plan:, Steps:, Concrete changes:, Implementation:, Approach: section header
  • A numbered/bulleted list of action items the user is expected to react to
  • A multi-section proposal with decision points

Hard gate. Count file paths. Count options. If the count crosses the line, the inline response is not allowed.

Task Shape Triggers

  • Creating or modifying more than 2 files
  • Architectural or structural changes
  • Refactoring, migration, or feature additions
  • Bug fixes that require investigation
  • Anything the user has not explicitly described step-by-step

Phrase Triggers

  • User says "draft a plan", "let's plan X", "what's the approach", "give me options", "how should we tackle this", "what would it look like"
  • Response would contain "recommended approach", "implementation plan", "proposed fix", "rollout plan", "here's what I'd do", "concrete file changes"
  • Any moment you'd ask "want me to proceed?" / "shall I draft this?" / "OK to proceed?" / "sound good?"

Read the full file on GitHub · 101 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. 8d ago First seen · 101 lines · 199 tokens per session scan A ebac34b76bea

Subscribe to this mod's changes

plan-review-triggers is a skill published in the GitHub repository ndom91/open-plan-annotator (93 stars, last pushed 6d ago), licensed MIT. It adds 199 tokens to every session and 1,243 once invoked, about $0.0010 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.