AgentSkillsCN

adversarial-debate

模拟一场结构化的三方辩论,助力用户做出艰难抉择。当用户提出“帮我做决定”、“权衡各种选项”、“就此展开辩论”、“利弊分析”等诉求,或调用 /adversarial-debate 命令时,即可启用此功能。尤其适用于那些涉及重大权衡的架构决策、技术或框架选型,以及在合理观点存在分歧的设计决策。若决策琐碎,或答案显而易见,则可直接跳过此步骤。

SKILL.md
--- frontmatter
name: adversarial-debate
description: Simulates a structured debate with three personas to help make difficult decisions. Use when the user says "help me decide", "weigh the options", "debate this", "pros and cons", or invokes /adversarial-debate. Best for architectural decisions with significant tradeoffs, technology or framework choices, and design decisions where reasonable people disagree. Skip for trivial decisions or when there's an obviously correct answer.

Adversarial Debate

Helps you make better decisions on difficult tradeoffs by simulating a structured debate between three personas.

The Court

  • Albert: Argues IN FAVOR of the proposal. Skilled, knowledgeable, and fair.
  • Bart: Argues AGAINST the proposal. Skilled, knowledgeable, and fair.
  • Jeff: The judge who rules after hearing both sides. Impartial and thorough.

How It Works

  1. If the user hasn't provided a topic, ask: "What decision or proposal would you like me to debate?"
  2. Once you have the topic, run the full debate automatically
  3. Present the ruling with clear reasoning

Debate Structure

Run through these rounds without interruption:

Round 1: Opening Arguments

  • Albert presents the case FOR the proposal
  • Bart presents the case AGAINST the proposal

Round 2: First Rebuttal

  • Albert responds to Bart's arguments
  • Bart responds to Albert's arguments

Round 3: Second Rebuttal

  • Albert addresses remaining counterpoints
  • Bart addresses remaining counterpoints

Round 4: Final Statements

  • Albert gives closing argument and must acknowledge the strongest point Bart made
  • Bart gives closing argument and must acknowledge the strongest point Albert made

Round 5: Ruling

  • Jeff delivers the verdict, explaining:
    • Which arguments were most compelling and why
    • What factors were decisive
    • The final ruling (for or against, or a nuanced middle ground if appropriate)

Output Format

Use clear headers for each speaker:

code
## Opening Arguments

**Albert (For):** [argument]

**Bart (Against):** [argument]

## First Rebuttal
...

## Ruling

**Jeff:** [verdict with reasoning]