Development
Hook
Hooks
What open-plan-annotator runs automatically, and when. A hook is a command Claude Code fires at a fixed moment, without you asking for it.
Install
> /plugin marketplace add ndom91/open-plan-annotator > /plugin install open-plan-annotator@open-plan-annotator
Ships with open-plan-annotator. Installing the plugin gets these hooks.
What fires, and when
SessionStart
Fires once when a session begins, and again after a context compaction. It is where a plugin sets up its environment, or restores state the compaction dropped.
node "${CLAUDE_PLUGIN_ROOT}/scripts/install-runtime.mjs"node "${CLAUDE_PLUGIN_ROOT}/scripts/session-context.mjs"
PreToolUse
- Matches
ExitPlanModenode "${CLAUDE_PLUGIN_ROOT}/bin/open-plan-annotator.mjs"
PermissionRequest
- Matches
ExitPlanModenode "${CLAUDE_PLUGIN_ROOT}/bin/open-plan-annotator.mjs"
Ships withopen-plan-annotator
A fully local agentic coding plugin that intercepts plan mode and opens an annotation UI in your browser. Mark up the plan, send structured feedback to the agent, and receive a revised version — iterate as many times as you need until you're ready to approve.
Get the whole plugin
Stats
94
Stars
5
Forks
Active
Maintenance
TypeScript
Language
MIT
License
3d ago
Last commit
7mo ago
Created
Repo: ndom91/open-plan-annotator

