@backnotprop/plannotator
A plan review UI for Claude Code that intercepts ExitPlanMode via hooks, letting users approve or request changes with annotated feedback. Also provides code review for git diffs and annotation of arb
Install
Add @backnotprop/plannotator to Claude Code with the PolySkill CLI: polyskill add @backnotprop/plannotator
Instructions
# Plannotator A plan review UI for Claude Code that intercepts `ExitPlanMode` via hooks, letting users approve or request changes with annotated feedback. Also provides code review for git diffs and annotation of arbitrary markdown files. ## Project Structure ``` plannotator/ ├── apps/ │ ├── hook/ # Claude Code plugin │ │ ├── .claude-plugin/plugin.json │ │ ├── commands/ # Slash commands (plannotator-review.md, plannotator-annotate.md) │ │ ├── hooks/hooks.json # PermissionRequest hook config │ │ ├── server/index.ts # Entry point (plan + review + annotate subcommands) │ │ └── dist/ # Built sing…
Keywords: github, code-review, git-diff, feedback-annotation, exit-plan-mode, collaborative-coding, ui-tools, developer-tools, code-annotation