Skip to content

Quick Start

Once you’ve installed the plugin, all agents and rules are loaded automatically in every session - no extra commands, no manual setup.

Launch OpenCode as usual. The plugin wires itself in. Just start working.

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.