nexus_council
Assemble AI agents from multiple providers to deliberate in rounds—discuss, debate, or research with tools—and receive a final decision from Opus.
Instructions
Convene a multi-model council where AI agents deliberate in rounds and Opus makes the final decision. DISCUSSION: Models build on each other collaboratively. DEBATE: Models challenge each other adversarially. RESEARCH: Models investigate with tools (file read, web search) and cross-reference findings. All participants respond in parallel each round, seeing all prior contributions. Use this for architecture decisions, code reviews, security audits, complex analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | discussion=collaborative exploration, debate=adversarial argumentation (models challenge each other), research=tool-augmented investigation (models use file/web tools) | |
| topic | Yes | The question, motion, or research topic for the council | |
| rounds | No | Number of deliberation rounds (default: 3, max: 5) | |
| max_time_ms | No | Total timeout in ms (default: 600000 = 10 min) | |
| participants | Yes | List of participants (2-8). Each brings a different perspective/role. |