Review your agent's plan in a flowchart before it writes code
When to use: You've been burned by an agent confidently writing 800 lines of wrong code — you want a gate.
Prerequisites
- Claude Code or equivalent agent — claude.ai/code
Flow
-
InstallRun
claude mcp add overture-mcp -- npx overture-mcpto wire it into Claude Code.✓ Copied→ Overture web UI reachable at shown URL -
Ask for a feature; plan opens in canvasImplement an auth middleware. Before coding, use overture to produce a plan graph.✓ Copied→ Nodes for each step appear in the Overture UI
-
Approve or redirect nodesNode 3 looks wrong — reject it with a comment 'use existing middleware at ./lib/auth.ts instead'✓ Copied→ Plan regenerates; agent only codes after you press approve
Outcome: Agent writes code you actually asked for — you caught the wrong assumption at step 3, not commit 3.
Pitfalls
- Canvas becomes noisy on huge features — Break feature into sub-plans; Overture supports multi-project tabs