How to trigger a plan review
There are two ways to send a plan to Monocle: From the agent — automatically or on demand: The agent uses the/review-plan or /review-plan-wait skill. You can also invoke these skills yourself from within a conversation at any time.
From the CLI — manually: Run monocle review send-artifact directly. Useful for sending arbitrary content without going through the agent:
--id flag ensures that subsequent submissions replace the previous version rather than creating a new entry.
The two plan skills
- /review-plan
- /review-plan-wait
Finds the active plan file and submits it to Monocle for review. Does not block — the agent continues working while you review.Use this when you want visibility into the agent’s plan without gating its progress. The plan appears in Monocle’s sidebar and you can leave comments, which the agent retrieves on its next Or provide a path:
/get-feedback call.To invoke it from within a conversation, ask your agent:Iterating on plans
When the agent resubmits an updated plan, Monocle shows a diff between plan versions so you can see exactly what changed. This makes it easy to verify that the agent addressed your feedback without re-reading the entire plan. Each resubmission with the same--id replaces the previous version. Monocle tracks the history and renders the delta.
Focus mode
Plans can be long. PressF to toggle focus mode, which hides the sidebar and enables line wrapping for distraction-free reading. Press F again to return to the normal layout.
You can enable focus mode automatically whenever a plan is being reviewed by setting auto_focus_mode in your config:
Markdown rendering
Plans and changed.md files render with full markdown styling — headings, bold, italic, lists, and code blocks are all displayed with formatting. You’re not reading raw markup.
Automatic plan review
By default, your agent decides on its own whether to submit plans. To make it submit plans automatically, add instructions to your project’s agent configuration file (e.g.CLAUDE.md, AGENTS.md):
Monocle’s skills are available to your agent, but the agent decides when to use them on its own. The instructions above tell the agent to use them automatically whenever Monocle is running.
The review loop
How the full review cycle works end-to-end.
Agent integration
Register Monocle with Claude Code, OpenCode, Codex CLI, or Gemini CLI.