deliberation · git:20260601.52dd6fe · 2026-06-01 · sha256 c07f257a1c3b89ac

deliberation git:20260601.52dd6feA

Immutable. This exact content is served forever at /api/v1/blob/c07f257a1c3b89ac.

---
description: Use deliberation MCP experts for review and second opinions
alwaysApply: true
---

The deliberation MCP server gives you GPT, Gemini, Grok, and OpenRouter as
expert subagents. Call its tools when a task warrants outside input:

- Plan or architecture review: call `consensus` or the `architect` /
  `plan-reviewer` tool.
- Security review of auth, untrusted input, or a new endpoint: call
  `security-analyst`.
- A second opinion, or after a fix has failed twice: call `ask-all` or a single
  `ask-gpt` / `ask-gemini` / `ask-grok` tool.

Pass full context in the `prompt` - the experts do not share your session.
Read the result, then apply your own judgment. Skip delegation for simple edits
and first-attempt fixes.