debate
FeaturedHave the Claude and GPT partners critique each other's answers across a configurable number of rounds (default 1) before converging on a synthesis. Use when the user wants the two perspectives stress-tested against each other, not just shown side by side.
Install
Quality Score: 89/100
Skill Content
Details
- Author
- omnigent-ai
- Repository
- omnigent-ai/omnigent
- Created
- 3 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
debate
Have the Claude and GPT partners critique each other's answers across a configurable number of rounds (default 1) before converging on a synthesis. Use when the user wants the two perspectives stress-tested against each other, not just shown side by side.
council
Fan out a question to Claude and GPT-5.6-sol in parallel, run up to 3 rounds of adversarial debate where each model challenges the other's weakest argument and updates its position, assess convergence after each round with a dedicated subagent, then synthesize and deliver a final answer weighted by argument quality — not consensus.
claude-discuss
Iterative non-code discussion between the local agent and Claude Code CLI on any open-ended topic: diet, fitness, writing, decisions, strategy, study plans, life choices, brainstorming. Orchestrates an automatic back-and-forth debate where both agents critique, propose alternatives, and iterate on the user's idea until reaching consensus. Claude Code runs READ-ONLY (headless plan mode), forms its own opinions, and normally does not navigate the filesystem unless the user provides file paths. Use when the user says discuss with claude, iterate with claude, consult claude, debate with claude, ask claude for a second opinion, get claude's take, or brainstorm with claude, including pasting or describing a plan, draft, idea, decision, or proposal and wanting a critical iterative review. Does NOT trigger on code review, plan review of implementation plans, architecture discussions, or any technical software-engineering analysis; use claude-review for those.