← ClaudeAtlas

plannotatorlisted

Interactive plan and diff review for AI coding agents. Visual browser UI for annotating agent plans — approve or request changes with structured feedback. Supports code review, image annotation, and auto-save to Obsidian/Bear Notes.
aiskillstore/marketplace · ★ 329 · Code & Development · score 82
Install: claude install-skill aiskillstore/marketplace
# plannotator — Interactive Plan & Diff Review > Keyword: `plan` | Source: https://github.com/backnotprop/plannotator > > Annotate and review AI coding agent plans visually, share with your team, send feedback with one click. > Works with **Claude Code**, **OpenCode**, **Gemini CLI**, and **Codex CLI**. ## When to use this skill - You want to review an AI agent's implementation plan BEFORE it starts coding - You want to annotate a git diff after the agent makes changes - You need a feedback loop: visually mark up what to change, then send structured feedback back - You want to share plan reviews with teammates via a link - You want to auto-save approved plans to Obsidian or Bear Notes --- ## Scripts (Automated Patterns) All patterns have a corresponding script in `scripts/`. Run them directly or let the agent call them. | Script | Pattern | Usage | |--------|---------|-------| | `scripts/install.sh` | CLI Install | One-command install; `--all` sets up every AI tool | | `scripts/setup-hook.sh` | Claude Code Hook | Configure Claude Code ExitPlanMode hook | | `scripts/setup-gemini-hook.sh` | Gemini CLI Hook | Configure Gemini CLI ExitPlanMode hook + GEMINI.md | | `scripts/setup-codex-hook.sh` | Codex CLI Setup | Configure Codex CLI developer_instructions + prompt | | `scripts/setup-opencode-plugin.sh` | OpenCode Plugin | Register plugin + slash commands | | `scripts/check-status.sh` | Status Check | Verify all integrations and configuration | | `scripts/configure-remote.s