deliberate_council
Runs a multi-model council deliberation by gathering an architectural blueprint and an adversarial critique concurrently, returning both perspectives for synthesis into a final decision.
Instructions
Runs a full multi-model LLM Council deliberation. Concurrently queries the Architect (OpenAI gpt-5.6-sol) for a structural blueprint and the Contrarian (DeepSeek-V4 Pro) for adversarial critique and edge cases. Returns both perspectives for the Host Agent (Chairman) to synthesize and execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Relevant context, codebase conventions, interface definitions, or constraints. | |
| problem | Yes | The core engineering task, architectural question, design choice, or bug to solve. | |
| architectModel | No | Optional override for the Architect model (default: gpt-5.6-sol). | |
| architectEffort | No | Reasoning effort for the Architect (default: medium). Use 'high' for complex cross-cutting concerns. | |
| contrarianModel | No | Optional override for the Contrarian model (default: deepseek-v4-pro). | |
| contrarianEffort | No | Reasoning effort for the Contrarian (default: high). Maximum depth adversarial stress-testing. |