Plan Review Triggers

Blocks inline multi-file plans and routes them through a local browser annotation UI instead.

Tested · Didn't pass

Test report

Verdict
Tested · Didn't pass
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 5963e04

This is a hard workflow gate, not a content skill: copying just the SKILL.md folder (the catalog's normal install) leaves it instructing Claude to call an ExitPlanMode hook and a /annotate-plan command that don't exist without the full open-plan-annotator plugin and its compiled runtime binary installed via /plugin marketplace add.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 4/10
  • Docs & honesty 3/5

What Plan Review Triggers does

A hard trigger-rule skill bundled with the open-plan-annotator plugin: any response with 3+ file paths, 2+ tradeoffs, or a 'Plan:'/'Steps:' section must go through EnterPlanMode/ExitPlanMode or /annotate-plan rather than being pasted inline. Only functions with the full plugin (ExitPlanMode hook + compiled local runtime) installed via the Claude Code plugin marketplace, not from copying the SKILL.md folder alone.

How to install Plan Review Triggers

git clone https://github.com/ndom91/open-plan-annotator
cd open-plan-annotator
mkdir -p ~/.claude/skills
cp -r skills/plan-review-triggers ~/.claude/skills/plan-review-triggers

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Plan Review Triggers

  • /plan-review-triggers Blocks inline multi-file plans and routes them through a local browser annotation UI instead.

It also activates on plain-language prompts like these:

  • Lay out the multi-file plan for this feature before you touch anything
  • Give me the tradeoffs and steps for this change before implementing
  • Draft the implementation plan for review before writing any code

Frequently asked questions

Is the Plan Review Triggers skill free?
Yes. The skill itself is free from ndom91/open-plan-annotator. SkillProof publishes the install command and an independent test verdict at no cost.
Does Plan Review Triggers work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Didn't pass. This is a hard workflow gate, not a content skill: copying just the SKILL.md folder (the catalog's normal install) leaves it instructing Claude to call an ExitPlanMode hook and a /annotate-plan command that don't exist without the full open-plan-annotator plugin and its compiled runtime binary installed via /plugin marketplace add.
How do I install Plan Review Triggers?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Plan Review Triggers with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.