Muse:Debate banner
doanchienthangdev doanchienthangdev

Muse:Debate

Development community

Description

--- description: Run a 3-round adversarial debate between two personas on a question. Round 1 is opening statements, Round 2 is cross-examination, Round 3 is a framework-voice synthesis noting agreement + disagreement + the question for the user. Requires both personas to have ## Debate positions sections (gracefully degrades if one is missing, with asymmetry flagged in Round 3). Rejects self-debate. Persists to ~/.muse/debates/<timestamp>-<pA>-vs-<pB>-<slug>.md. allowed-tools: Read, Glob, Bash,

Installation

Installs to ~/.claude/skills/doanchienthangdev-muse-muse-debate/SKILL.md

Terminal
mkdir -p ~/.claude/skills/doanchienthangdev-muse-muse-debate && curl -fsSL https://raw.githubusercontent.com/doanchienthangdev/muse/HEAD/commands/muse:debate.md -o ~/.claude/skills/doanchienthangdev-muse-muse-debate/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository