Backnotprop Plannotator
backnotprop-plannotator is a Claude Code plugin for the Ship phase that lets you visually annotate agent plans and code diffs, share reviews, and send one-click feedback back to the agent.
Review Claude Code agent implementation plans and diffs in a visual UI, then push structured feedback back into the session with one click.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install backnotprop-plannotator@backnotprop/plannotatorBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:backnotprop/plannotator") and the paste-ready config with skillselion.get_install_config("plugin:backnotprop/plannotator").
What it does
backnotprop-plannotator is a Claude Code plugin that turns opaque agent plans and patches into something you can actually judge: an interactive surface to annotate plans, mark up diffs, and share a review link with your team. Solo builders use it when a session has proposed a large plan or sprawling diff and you need human judgment before burning tokens on execution—especially when you want comments anchored to specific lines or sections rather than a vague chat reply. It integrates via hooks so review can sit in your normal agent loop instead of copying patches into another tool. After review, you can send consolidated feedback to the agent in one action, which shortens the iterate-and-fix cycle compared to re-pasting screenshots or prose instructions. It is not a planner itself; it is the visual review and collaboration layer on top of whatever agent already produced the plan or diff.
Highlights
- Visual annotation for agent plans and code diffs with hooks that integrate into Claude Code workflows
- One-click feedback from annotations back to the coding agent
- Shareable review sessions for solo builders looping in collaborators or stakeholders
- Interactive refinement loop to refine plans before implementation runs
- Single-plugin bundle (plannotator) focused on collaboration around agent plans
Why builders use it
Agent-generated plans and diffs are hard to scan in the terminal, so you approve or reject work without precise, shareable comments.
You get a visual review workflow where annotated feedback returns to the agent quickly and teammates can align on the same plan or diff.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 3.9k stars, 0 votes.
FAQ
Who is backnotprop-plannotator for?
It is for Claude Code users—often solo founders with occasional collaborators—who want to review agent plans and patches visually before continuing implementation.
When should I use backnotprop-plannotator?
Use it when an agent proposes a multi-step plan or a large diff and you need anchored comments, team visibility, or a clear approve/revise decision before the next run.
How do I add backnotprop-plannotator to my agent?
Install the backnotprop/plannotator Claude Code plugin from the marketplace or repo, enable its hooks in your Claude Code setup, and open plans or diffs through the plugin’s review UI when the agent pauses for feedback.
Comments
Share how you use backnotprop-plannotator, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.