Skip to content

Quick Start

Once the plugin is installed, global rules apply to every Agent session. Use the orchestrator skill and specialist agents for structured work.

In Agent chat (IDE or CLI):

/fein Fix the flaky auth test and review the fix

That 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

“Use the builder agent to add a JSDoc comment to the add function in src/math.ts.”

The main agent should spawn builder via Task with a complete handoff.

“The login flow throws on empty email. Trace the bug, fix it, and review the fix.”

Expected sequence:

  1. diagnose — root cause
  2. builder — minimal fix
  3. reviewer — validation (read-only; must not edit)