Debate Replay banner
JackScammell JackScammell

Debate Replay

Development community

Description

--- description: Deterministically replay a past debate from a session snapshot — regression tests the deliberation engine effort: medium argument-hint: "<session-id> [--snapshot <path>] [--strict] [--compare-to <session-id>]" --- # Debate Replay Replay a past `/debate-topic` session from its snapshot and verify that the deliberation engine produces the same outcome. If the replay diverges, either the engine regressed or a model change has perturbed convergence — both are actionable signals.

Installation

Installs to ~/.claude/skills/jackscammell-parliament-of-chaos-debate-replay/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jackscammell-parliament-of-chaos-debate-replay && curl -fsSL https://raw.githubusercontent.com/JackScammell/Parliament-Of-Chaos/HEAD/commands/debate-replay.md -o ~/.claude/skills/jackscammell-parliament-of-chaos-debate-replay/SKILL.md

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

Full documentation available on GitHub

View Source Repository