@mazac-fox/opencode-conductorOpinionated multi-agent planning, delegation, review, and documentation workflow plugin for OpenCode.
0
10
3 in 7 days
21.7
Multi-signal model
3 months ago
2026-05-21
Install and configure
opencode.jsonWrites to this project's opencode.json — applies to this repository only.
opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@mazac-fox/opencode-conductor@0.1.0"]
}Writes to ~/.config/opencode/opencode.json — applies to every project.
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@mazac-fox/opencode-conductor@0.1.0"]
}If you want to modify the plugin locally, install it into the project and reference the local path.
shell
pnpm add -D @mazac-fox/opencode-conductoropencode loads npm dependencies through its embedded runtime on startup and caches them locally — no manual global install needed.
Doctrine and orchestration for the OpenCode plugin fleet: plans, runs, progress, journals, audits, lifecycle artifacts, spine, and workflow tools—integrated with peers via artifacts and contracts, not shell-outs.
What it is
- Writes under
.opencode/(plans, status, progress, journal, handoff, lifecycle, spine). explore_fast: CursoragentCLI exploration + content-addressed cache (seesrc/explore-fast.ts).conflict_context: dispatcher to Engram’s native tool when the host supports it.
Tool names and count are contract-tested (src/plugin-contract.test.ts; runtime smoke asserts the count). Third-party/community plugins are Fleet- and operator-owned, not maintained here.
Quick start
bun add @mazac-fox/opencode-conductor
Or local dev:
{
"plugin": ["file:///path/to/opencode-conductor/src/index.ts"]
}
Development
bun run check
bun run smoke:runtime
Optional: bun run smoke:explore-fast, bun run smoke:commit (env-gated). Details: AGENTS.md.
Fleet position
| Owns | Does not own |
|---|---|
| Plans/runs/lifecycle artifacts, workflow tools | Memory (Engram), graph truth (Codemem), locks (Concord), canonical IDs (opencode-fleet-contracts), wrap layer (opencode-host-adapter) |
License
MIT