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. Just start working.
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 multi-step 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.
Next Steps
Section titled “Next Steps”- Agent Reference - Full docs for all 8 agents
- Workflow Patterns - Orchestration and pipeline patterns