"I believe playing the piano is also a form of orchestration." The harmony of polyphony — multiple voices — and homophony — a single melodic line. Each voice sings its most beautiful song from its own place, yet when combined, they create one grand, beautiful melody. I believe this structure is no different from AI agents.
A Commander-led agent loop for OpenCode: plan, implement, and verify — until the work is actually done.
The Commander delegates to Planner, Worker, and Reviewer agents and drives a persisted mission loop until verification passes.
Local-first mission state under .opencode/ — no external service required.
| Area | Capability | Detail |
|---|---|---|
| Agents | Commander-led | Planner · Worker · Reviewer delegation |
| Tooling | Native Rust | Pooled grep / glob / ast / lsp / diff |
| Memory | Local-first | Markdown notes + Obsidian canvas |
| Completion | Runtime-verified | Evidence gates + self-review + escalation |