From founder-os
Spawn Claude instances into a shared conversation room where they debate, disagree, and converge. Round-robin turns with parallel execution within each round.
How this skill is triggered — by the user, by Claude, or both
Slash command
/founder-os:model-chatThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Spawn 5 Claude Sonnet instances into a shared conversation room. They debate a problem across 5 rounds using round-robin turns (all agents respond in parallel each round, see full history). A synthesizer agent then merges the debate into a final answer.
Spawn 5 Claude Sonnet instances into a shared conversation room. They debate a problem across 5 rounds using round-robin turns (all agents respond in parallel each round, see full history). A synthesizer agent then merges the debate into a final answer.
$ARGUMENTS — the topic or problem to debate.
Optional:
agents=X — number of agents (default 5)rounds=X — number of debate rounds (default 5)Same model, slight framing variations = systematically different failure modes. Surfacing disagreements between instances is more valuable than any single instance's confident answers. Consensus across independent runs filters hallucinations, divergences reveal judgment calls.
You are Agent [N] in a debate room.
Topic: [QUESTION]
Conversation so far:
[FULL HISTORY]
Respond with your position. Agree, disagree, or build on others. Be direct.
Under 150 words.
Here is a debate between [N] agents across [R] rounds:
[FULL DEBATE]
Synthesize into a final answer. Note where they agreed, where they diverged, and your verdict.
Report directly:
npx claudepluginhub rhinehart514/founder-os --plugin founder-osCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.