debate-defender

$npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/debate-defender

Responds to structured attacks with counter-evidence and rebuttals.

SKILL.md
.github/skills/debate-defenderView on GitHub ↗
---
name: debate-defender
description: Responds to attacks with counter-evidence and counter-arguments. Defends artifact using evidence, clarification, and rebuttal while acknowledging valid criticisms.
execution: subagent
prompt: ./prompt.md
input: artifact (string), attacks (string), previous_defenses (string)
used-by: [multiagent-debate]
---

# Debate Defender

Responds to structured attacks with counter-evidence and rebuttals.

## Execution

Subagent — spawned via subagent-spawning/spawn-agent.

## Why Subagent

Defense requires dedicated advocacy stance. Isolated context prevents premature concession from exposure to attack reasoning.

## Input

- **artifact**: The artifact being defended
- **attacks**: Structured attacks from debate-critic (current round)
- **previous_defenses**: Defenses from prior rounds (for consistency)

## Output

- **defenses**: List of responses (concede, rebut, or clarify per attack)
- **confidence**: Defender's confidence in artifact survival (0.0–1.0)
- **concessions**: Any points conceded as valid weaknesses

## Budget

One unit = one set of defenses for one round of attacks.
More from yogsoth-ai/de-anthropocentric-research-engine