Set up PlanBridge for inline agent plan review
Replace tedious terminal plan review with browser-based inline comments for coding agents
About this automation
PlanBridge is a CLI tool that intercepts agent plan generation via standard hooks, opens a local browser window with rendered markdown, and lets you leave inline comments on specific text. Your structured feedback is piped back to the agent for plan revision. This eliminates the friction of scrolling through terminal output and dumping all feedback into a single chat input.
How to implement
Install PlanBridge CLI: /bin/sh -c "$(curl -fsSL https://downloads.contextbridge.ai/cli/install.sh)"
For Claude Code: tool automatically hooks into ExitPlanMode plugin hook
For Codex: tool automatically hooks into Stop hook entry
When agent creates a plan, local browser window opens with rendered markdown
Highlight specific text in the plan and add inline comments exactly where needed
Request changes or approve the plan
Structured, anchored feedback pipes back to agent for revision
Agent revises plan or starts coding if approved
For non-hook content, use /planbridge:open (Codex: $planbridge-open) skill to iterate