Package Exports
- opencode-orchestrator
Readme
OpenCode Orchestrator 🎯
Autonomous Multi-Agent Plugin for OpenCode
Why?
Tested GLM-4, got disappointed. Built this to make mid-tier models work like premium ones through structured orchestration.
Key Features
- 🎯 Autonomous Loop — Commander runs until the mission is complete
- 🔍 Environment Scan — Analyzes Infra, Stack, and Domain before coding
- 🔨 Smart Implementation — Matches existing codebase patterns
- 🛡️ Rigorous Audit — Proves success with builds/tests/logs
- 💾 Persistent Context — Saves session state to disk
- 🏗️ Parallel Agents — Run multiple agents concurrently
- ⏳ Background Tasks — Non-blocking command execution
Installation
npm install -g opencode-orchestratorRestart OpenCode after installation.
Usage
🚀 Select Commander via Tab Key (Recommended)
Press Tab in OpenCode → Select Commander → Type your mission!
Commander agent selection interface in OpenCode (TUI)
Execution of Commander agent on Windows environment
"Fix the login bug in the docker-compose environment"📋 Use /task Command
/task "Implement user authentication with JWT"💡 Tip:
/taskmakes Commander run 2x longer for complex tasks.
The 5 Agents
| Agent | Role | Responsibility |
|---|---|---|
| Commander 🎯 | Orchestrator | Autonomous mission control |
| Architect 🏗️ | Planner | Task decomposition |
| Builder 🔨 | Developer | Full-stack implementation |
| Inspector 🔍 | Quality | Audit & auto-fix |
| Recorder 💾 | Context | Progress tracking |
Uninstall
npm uninstall -g opencode-orchestratorDocumentation
License
MIT License. LICENSE
Reliability over slop. Environment over assumptions.