Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Have the Claude and GPT partners critique each other's answers across a configurable number of rounds (default 1) before converging on a synthesis. Use when the user wants the two perspectives stress-tested against each other, not just shown side by side.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-06 | ✗→✓ | ▲ Improved | -4% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -24% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 25% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 45% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -17% | 0% |
Normally Debby fans a question out to both partners and shows the two answers side by side. debate goes further: it relays each partner's answer to the other partner for criticism, loops that for a configurable number of rounds, and then converges on a synthesis.
The user picks how many rounds of back-and-forth to run. Default: 1 round. A "round" is one full cross-critique exchange (each partner sees and criticizes the other's latest answer). Honor an explicit count from the user ("debate this for 3 rounds"); otherwise run 1.
fresh answer from each partner for this question, dispatch it to both claude and gpt in parallel via sys_session_send (ANSWER mode), give each call a stable per-partner title — the topic with the partner's name attached (e.g. debate-pricing-claude / debate-pricing-gpt), end your turn, and collect both with sys_read_inbox. If you already showed the user both answers this turn, reuse those as round 0.
claude the OTHER partner's latest answer (GPT's) and ask it tocritique that answer and then give its own updated answer (CRITIQUE mode). Reuse that partner's own title so it continues its thread.
gpt the OTHER partner's latest answer (Claude's) and ask thesame. Dispatch both in the same turn so they run concurrently.
sys_read_inbox.other's round N-1 answer — never its own. Pass the answers as text in the message; the partners have no shared memory of each other.
## 🟠 Claude — final <Claude's last answer, lightly trimmed>
## 🔵 GPT — final <GPT's last answer, lightly trimmed>
## How the debate moved them <2-4 bullets: what each conceded, what each held, where they ultimately agreed or still disagree>
## Synthesis <your even-handed convergence — the strongest combined answer, flagging any genuine remaining disagreement rather than papering over it>
opinion enters only in the Synthesis, and even there it is a synthesis of the two, not a new position.
tend to converge or repeat. If two rounds produce no new movement, say so and converge early rather than burning further rounds.
conversation with sys_session_get_history before re-dispatching; don't silently drop a voice from the debate.
Other measured skills in the registry, with their headline benchmark lift.