critic-defender-judge
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/critic-defender-judgeClassic adversarial triangle: one agent attacks, one defends, one judges.
SKILL.md
.github/skills/critic-defender-judgeView on GitHub ↗
--- name: critic-defender-judge description: "Strategy: Classic triangular debate — Critic attacks, Defender responds, Judge adjudicates. Based on Irving AI Safety via Debate with Toulmin argumentation structure." type: strategy used-by: [multiagent-debate] tactics: [dialectical-escalation, evidence-tournament] --- # Critic-Defender-Judge Strategy Classic adversarial triangle: one agent attacks, one defends, one judges. ## Method 1. **debate-architect** designs attack vectors based on artifact type 2. **debate-critic** generates structured attacks using Toulmin model 3. **debate-defender** responds with counter-evidence and rebuttals 4. **debate-judge** evaluates exchange quality and produces round verdict 5. Repeat with escalating pressure (dialectical-escalation tactic) ## Budget Table | Parameter | S | M | L | |---|---|---|---| | Debate rounds | 4 | 8 | 12 | | Participating agents | 3 | 5 | 8 | | Coverage dimensions | 3 | 5 | 7 | | External evidence searches | 2 | 5 | 10 | ## Orchestration ``` debate-architect → [for each round]: debate-critic → debate-defender → debate-judge → confidence-calibration → (escalate or terminate) → debate-transcript-analysis → verdict-synthesis ``` ## Subagents - debate-architect (structure design) - debate-critic (attack generation) - debate-defender (defense generation) - debate-judge (round adjudication) - confidence-calibration (escalation decision) - evidence-scout (when evidence-tournament tactic active)
More from yogsoth-ai/de-anthropocentric-research-engine
- abductive-hypothesis-generationStrategy: 面对异常的最佳解释推理
- ablation-brainstormRemove components one by one, observe system changes to reveal hidden dependencies and generate ideas from structural gaps.
- ablation-component-mappingMap system architecture to ablatable units for ablation studies
- ablation-designDesign ablation studies to isolate component contributions in ML systems
- ablation-executionRemove components one by one from a system, record the response/impact of each removal.
- abp-vulnerability-classificationClassify assumptions on 2 axes — load-bearing (how much conclusion depends on it) × vulnerable (how likely to be false). Focuses attention on High-Load × High-Vulnerable quadrant.
- abstraction-extractionExtract abstract principles from concrete domain cases. Strips domain-specific details to reveal transferable mechanisms.
- abstraction-ladderPerform bisociation at multiple abstraction levels
- abstraction-ladderingMove between concrete and abstract framings — 3 levels up (Why?) and 3 levels down (How?) to find the most productive research level.
- abstraction-to-designAbstract biological principle to design principle. Bridge from biology to engineering.