원클릭으로
roundtable-debate
Structured multi-agent debate that preserves dissent with a mandatory devil's advocate and two-round cap
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Structured multi-agent debate that preserves dissent with a mandatory devil's advocate and two-round cap
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Pre-action boundary checking — validates agent tool calls against declared capabilities and task contracts
Auto-detect project context and optimize harness — deactivate unused agents/skills, suggest missing experts, generate project profile
Multi-LLM adversarial consensus loop — 3+ LLMs compete to find flaws in designs/specs until unanimous agreement is reached
Monitor Claude Code releases and auto-generate GitHub issues for each new version
Execute OpenAI Codex CLI prompts and return results
YAML-based DAG workflow engine with topological execution and failure strategies
| name | roundtable-debate |
| description | Structured multi-agent debate that preserves dissent with a mandatory devil's advocate and two-round cap |
| scope | core |
| user-invocable | true |
| argument-hint | <topic-or-document> [--rounds 1|2] [--decision required|advisory] |
| effort | high |
| version | 1.0.0 |
Run a bounded debate when convergence would hide useful disagreement. Unlike agora, which drives toward consensus, this workflow preserves minority positions and requires explicit justification before dismissing them.
Hard cap: two debate rounds. If the decision still depends on missing facts, stop and gather evidence instead of debating longer.
# Roundtable Debate Result
## Topic
{topic}
## Majority Recommendation
{recommendation}
## Protected Dissent
| Position | Advocate | Why It Was Not Dismissed |
|----------|----------|--------------------------|
| {position} | devil's advocate | {evidence or risk} |
## Decision
{adopt | defer | reject | gather-more-evidence}
| Workflow | Goal | Best For |
|---|---|---|
agora | adversarial consensus | release gates, spec approval |
roundtable-debate | dissent preservation | ambiguous strategy, architectural tradeoffs |
Use agora --anti-groupthink when you need consensus plus explicit dissent handling.