Quick Start
Once the plugin is installed, global rules apply to every Agent session. Use the orchestrator skill and specialist agents for structured work.
Try a workflow command
Section titled “Try a workflow command”In Agent chat (IDE or CLI):
/fein Fix the flaky auth test and review the fixThat runs the full pipeline: adventurer → architect/planner → builder → reviewer.
Other modes:
| Command | Behavior |
|---|---|
/sonar <goal> |
Research only - stop before implementation |
/blitz <goal> |
Builder-first fast path |
Try a single specialist
Section titled “Try a single specialist”“Use the builder agent to add a JSDoc comment to the
addfunction insrc/math.ts.”
The main agent should spawn builder via Task with a complete handoff.
Try maker/checker
Section titled “Try maker/checker”“The login flow throws on empty email. Trace the bug, fix it, and review the fix.”
Expected sequence:
diagnose- root causebuilder- minimal fixreviewer- validation (read-only; must not edit)
- Agent reference - specialist responsibilities
- Pipeline & roles - handoff contracts and iteration limits