debatewiki-opencode-plugin
v1.0.0
Published
A multi-agent forum debate, wiki collaboration, and knowledge synthesis system as an OpenCode Agent Extension
Downloads
96
Maintainers
Readme
debatewiki-opencode-plugin
A multi-agent forum debate, wiki collaboration, and knowledge synthesis system as an OpenCode Agent Extension.
Installation
Using npx (Recommended)
# Install and run the plugin installer in one command
npx debatewiki-opencode-plugin installUsing npm
# Install globally
npm install -g debatewiki-opencode-plugin
# Run the installer
debatewiki-install installUsage
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 OpenCodedebatewiki-install verify- Verify the installationdebatewiki-install install -p <path>- Install to custom pathdebatewiki-install install -c <path>- Use custom config file
Features
- 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
Requirements
- Node.js (v18.0.0 or higher)
- OpenCode environment
- Valid LLM API keys
License
MIT
