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