Skip to content
    ↑↓ select↵ openesc close
    English中文
    jackmazac

    Conductor

    v0.1.0Agent Orchestration
    @mazac-fox/opencode-conductor

    Opinionated multi-agent planning, delegation, review, and documentation workflow plugin for OpenCode.

    GitHub stars

    0

    Monthly installs

    10

    3 in 7 days

    Composite scoreSCORE

    21.7

    Multi-signal model

    Last commit

    3 months ago

    2026-05-21

    Install and configure

    opencode.json

    Writes 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"]
    }

    opencode 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: Cursor agent CLI exploration + content-addressed cache (see src/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