Quick Start
Once you’ve installed the plugin, all agents and rules are loaded automatically in every session - no extra commands, no manual setup.
Start a Session
Section titled “Start a Session”Launch OpenCode as usual. The plugin wires itself in.
Delegate to a Specialist
Section titled “Delegate to a Specialist”Call any of the 7 specialists directly:
@adventurer Explore the auth module and trace the login flow.For unfamiliar, multi-file, or high-risk work, hand it to the orchestrator:
@orchestrator I need to add rate limiting to the API. Plan and implement it.The orchestrator breaks the task down, delegates to the right specialists, and integrates the results.
The orchestrator routes work through thinker → worker → verifier roles. Use fein for full pipeline, sonar for research only, or blitz for fast implementation. See the Agent Reference for details.
For longer autonomous runs, the ecosystem also documents an optional pairing: the independent OpenCode Goal Plugin adds Codex-style long-running goal mode to OpenCode itself. It complements the orchestrator’s continuation policy; Maestria neither requires nor activates it.
Next Steps
Section titled “Next Steps”- Agent Reference - Full docs for all 8 agents
- Workflow Patterns - Orchestration and pipeline patterns