debate-conductor
v0.5.21Codex conducts Generator-vs-Critic debates with external CLI adapters and live transcript artifacts.
By pandas-studioLicense: MIT2 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 22, 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 debate-conductor for Codex and Claude Code
codex plugin marketplace add pandas-studio/agent-team-plugins
codex plugin marketplace upgrade pandas-studio
codex plugin add debate-conductor@pandas-studioPaste and run these commands in a terminal with Codex. They add and refresh the pandas-studio catalog, then install this plugin.
Compatibility: the page URL and API slug “debate-conductor” remain stable.
- Codex:
debate-conductor@agent-plugin-marketplace→debate-conductor@pandas-studio
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/pandas-studio/agent-team-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is debate-conductor/.
Plugin files
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Plugin manifests2
{
"name": "debate-conductor",
"version": "0.5.21",
"description": "Codex conducts Generator-vs-Critic debates with external CLI adapters and live transcript artifacts.",
"author": {
"name": "pandas-studio"
},
"homepage": "https://github.com/pandas-studio/agent-team-plugins/tree/main/debate-conductor",
"repository": "https://github.com/pandas-studio/agent-team-plugins",
"license": "MIT",
"skills": "./codex-skills/",
"interface": {
"displayName": "debate-conductor",
"shortDescription": "Codex PM for adversarial CLI debates",
"longDescription": "Run bounded Generator-vs-Critic debates through local CLI adapters, with optional tmux live tails and persistent AGENTS.md routing policy.",
"developerName": "pandas-studio",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Use debate-conductor when this task benefits from a Generator-vs-Critic debate."
]
}
}{
"name": "debate-conductor",
"version": "0.5.21",
"description": "Claude conducts a Generator-vs-Critic adversarial debate over N rounds (or until convergence), with a configurable model registry (swap roles to any CLI). Three-pane tmux view: left=Claude PM, middle=Generator transcript, right=Critic transcript. Skills: bootstrap, run, continue, install-pm.",
"author": {
"name": "pandas-studio"
},
"homepage": "https://github.com/pandas-studio/agent-team-plugins/tree/main/debate-conductor",
"repository": "https://github.com/pandas-studio/agent-team-plugins",
"license": "MIT",
"skills": "./claude-skills/"
}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.
[debate-conductor on Agent Plugins Marketplace](https://pluginsmp.com/plugins/debate-conductor)