deliberation
v3.14.2GPT, Gemini, Grok, and OpenRouter as expert subagents - second opinions, cross-model consensus, and review.
By Anton Babenko137 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 9 skill or MCP entries
- Source updated
- Aug 28, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add deliberation-2@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/antonbabenko/deliberationClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/deliberation/.
Plugin files
├── .codex-plugin/plugin.json├── skills/architect/SKILL.md├── skills/code-reviewer/SKILL.md├── skills/debugger/SKILL.md├── skills/deliberation/SKILL.md├── skills/plan-reviewer/SKILL.md├── skills/researcher/SKILL.md├── skills/scope-analyst/SKILL.md├── skills/security-analyst/SKILL.md└── .mcp.json
Included Skills8
System design, tradeoffs, and complex technical decisions.
Find bugs, security holes, and maintainability issues in a diff or file.
Rank root-cause hypotheses and propose the smallest safe fix.
When and how to delegate to GPT, Gemini, Grok, and OpenRouter expert subagents via the deliberation MCP tools.
Validate that a work plan is executable before work starts.
Research external libraries, APIs, and best practices, with evidence.
Catch ambiguities and hidden requirements before planning.
Threat-model and find vulnerabilities, with practical remediation.
MCP servers1
- command
- npx
- args
- -y @antonbabenko/deliberation-mcp
Plugin manifests1
{
"name": "deliberation",
"version": "3.14.2",
"description": "GPT, Gemini, Grok, and OpenRouter as expert subagents - second opinions, cross-model consensus, and review.",
"author": {
"name": "Anton Babenko",
"url": "https://github.com/antonbabenko"
},
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Deliberation",
"developerName": "Anton Babenko",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Write"
],
"shortDescription": "GPT, Gemini, Grok, and OpenRouter as expert subagents - second opinions, cross-model consensus, and review.",
"longDescription": "Seven expert subagents (Architect, Plan Reviewer, Scope Analyst, Code Reviewer, Security Analyst, Researcher, Debugger) backed by GPT, Gemini, Grok, and OpenRouter, plus ask-all fan-out and arbiter-mediated consensus. Advisory or implementation.",
"websiteURL": "https://github.com/antonbabenko/deliberation"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[deliberation on Agent Plugins Marketplace](https://pluginsmp.com/plugins/deliberation-2)