Review your agent's plan in a flowchart before it writes code
Quando usar: You've been burned by an agent confidently writing 800 lines of wrong code — you want a gate.
Pré-requisitos
- Claude Code or equivalent agent — claude.ai/code
Fluxo
-
InstallRun
claude mcp add overture-mcp -- npx overture-mcpto wire it into Claude Code.✓ Copiado→ 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.✓ Copiado→ 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'✓ Copiado→ Plan regenerates; agent only codes after you press approve
Resultado: Agent writes code you actually asked for — you caught the wrong assumption at step 3, not commit 3.
Armadilhas
- Canvas becomes noisy on huge features — Break feature into sub-plans; Overture supports multi-project tabs