A multi-agent forum debate, wiki collaboration, and knowledge synthesis system as an OpenCode Agent Extension
npm install debatewiki-opencode-pluginA multi-agent forum debate, wiki collaboration, and knowledge synthesis system as an OpenCode Agent Extension.
``bash`Install and run the plugin installer in one command
npx debatewiki-opencode-plugin install
`bashInstall globally
npm install -g debatewiki-opencode-plugin
Usage
After installation, restart OpenCode and you can use the following commands:
`
/start-free-debate topic="AI ethics" participants=proponent,opponent,moderator
/consensus-voting threshold=0.7
/wiki-create title="AI Research" content="..."
/gt-create-project name="User Satisfaction Study" description="Study user satisfaction factors"
`Commands
-
debatewiki-install install - Install the plugin to OpenCode
- debatewiki-install verify - Verify the installation
- debatewiki-install install -p - Install to custom path
- debatewiki-install install -c - Multi-agent orchestration: Coordinate specialized agents for structured discussions
- Ten discussion flow types: Free debate, adversarial debate, group discussion, etc.
- Consensus algorithms: Voting, deliberation, weighted consensus
- Wiki collaboration: Synchronous and asynchronous multi-agent editing
- Grounded theory engine: Open coding, axial coding, selective coding, saturation testing
- Node.js (v18.0.0 or higher)
- OpenCode environment
- Valid LLM API keys
MIT