When Workflows generates a plan, phase file, or other markdown artifact, you can review it interactively before the agent moves on. The review UI renders the document in your browser, lets you highlight text and leave inline comments, and pipes your feedback back to the agent as structured markdown.Documentation Index
Fetch the complete documentation index at: https://docs.joggr.ai/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Joggr CLI installed — complete Install the CLI first
- A markdown file to review — typically a plan or phase file generated by
/gg-planor other Workflows steps
1. Open the review
Run/gg-review:
2. Add annotations
Select a passage of text you want to comment on. A comment input appears — write your feedback for that specific range and save it.
3. Choose a decision

| Decision | When to use |
|---|---|
| Approve | The document is good — no changes needed |
| Request changes | The agent must address your annotations before continuing |
4. Submit
Hit submit. The review server persists your annotations, the CLI prints formatted markdown to stdout, and the agent picks up your feedback automatically.
Troubleshooting
Browser doesn't open
Browser doesn't open
Copy the URL from the terminal and paste it manually. This happens on headless environments
or when no default browser is set.
Review server exits before I submit
Review server exits before I submit
Don’t close the terminal running the review. The server must stay alive until you submit in the
browser. If you closed it accidentally, re-run
/gg-review on the same file.Agent doesn't respond to my feedback
Agent doesn't respond to my feedback
Make sure you submitted the review (not just added annotations). The agent only receives
feedback after you click submit and choose a decision.
Next: Build a Feature — full end-to-end workflow including review checkpoints.