Claude-relais – A plan/build/judge loop mixing Claude with Cursor
Splitting thinking and typing by having Claude plan and judge while Cursor 'types' is a neat, pragmatic trade-off — you keep expensive reasoning where it matters and push bulk work to cheap, fast agents. The repo actually enforces safety: destructive command gates, scoped file access, install and preflight scripts, and a PLAN→BUILD→JUDGE contract rather than a toy demo. The downside is obvious: it's niche (requires Claude + Cursor CLIs and accounts) and adds orchestration complexity compared with single-model flows.