Skip to content
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
$ npx -y skills add ndom91/open-plan-annotator --agent claude-code

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.

  • Runs install-runtime.mjs".

PreToolUse

  • Runs open-plan-annotator.mjs".

PermissionRequest

  • Runs open-plan-annotator.mjs".
Read hooks/hooks.json
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, auto-invoked
Stats
85
Stars
0
Views
5
Forks
Active
Maintenance
TypeScript
Language
MIT
License
2d ago
Last commit
5mo ago
Created

Repo: ndom91/open-plan-annotator