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