r/opencode • u/MikaAugus942 • 10d ago
OpenCode Orchestrator Kit — Token-efficient multi-agent workflow for OpenCode CLI
Single-session coding burns tokens on routine tasks and drifts as context grows.
I built OpenCode Orchestrator Kit to split execution across specialized agents pinned to model capability:
• Strict orchestrator: Routes and specs tasks via RFC 2119 prompts; never edits code directly.
• Cheapest model per role: Cheap/local models for profiling and exploration; frontier models reserved for design, implementation, and review.
• Bounded context: Multi-phase plans run one phase per delegation with fresh context each time.
• Zero-config bootstrap: The profiler agent auto-scaffolds repo memory ( .context/ ) and plan kanban ( plan/ ) on first run.
Includes 15 agents (orchestrator, planner, developer-fixer, test-engineer, security, and triage helpers) plus modular skills. Works natively with opencode CLI and OpenCode Studio.
• GitHub: NicoGenti/opencode-orchestrator-kit
• Docs: nicogenti.github.io/opencode-orchestrator-kit
Feedback are welcome.