Debate Run banner
urav06 urav06

Debate Run

Development community

Description

--- description: Run debate exchanges between proposition and opposition argument-hint: [slug] [num-exchanges] --- # Run Debate List available debates by checking for directories with debate.md files. ## Arguments - `$1`: Debate slug (optional if only 1 debate exists) - `$2`: Number of exchanges (optional, will ask if not provided) ## Behavior ### Determine Debate Slug **If `$1` provided:** - Validate it exists - Use it **If no `$1`:** - List debates from context above - If 0: "No debate

Installation

Installs to ~/.claude/commands/urav06-dialectic-debate-run.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/urav06/dialectic/HEAD/.claude/commands/debate-run.md -o ~/.claude/commands/urav06-dialectic-debate-run.md

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

Full documentation available on GitHub

View Source Repository