consult_contrarian
Stress-test code or designs with adversarial critique to reveal bugs, edge cases, race conditions, and over-engineering risks before implementation.
Instructions
Directly queries The Contrarian (DeepSeek-V4 Pro) for adversarial code review, bug-hunting, edge cases, race conditions, and over-engineering checks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Optional override for the Contrarian model (default: deepseek-v4-pro). | |
| effort | No | Reasoning effort level (default: high). Maximum depth for adversarial critique. | |
| prompt | Yes | The code snippet, proposed design, or logic to stress-test and critique. | |
| context | No | Surrounding system context, concurrency model, or requirements. |