Agent Plugins Marketplace
All plugins

debate-conductor

v0.5.21

Codex conducts Generator-vs-Critic debates with external CLI adapters and live transcript artifacts.

CodexClaude Code

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

Installs for the current user
codex plugin marketplace add pandas-studio/agent-team-plugins
codex plugin marketplace upgrade pandas-studio
codex plugin add debate-conductor@pandas-studio

Paste 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-marketplacedebate-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-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is debate-conductor/.

Plugin files

debate-conductor/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

debate-conductor/.codex-plugin/plugin.json
{
  "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."
    ]
  }
}
debate-conductor/.claude-plugin/plugin.json
{
  "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/"
}

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)