Skip to content

Commands & Interaction

The research product is meant to be driven from the Orchestrator session inside Claude Code.

Core Commands

CommandPurpose
/research init <name> <description>Initialize a research project in the current directory
/research statusShow current stage and gate configuration
``/research gate <stage> <humanauto
``/research gate all <humanauto
/handoffWrite resumable session context to .omr/research/HANDOFF.md
autopilotAdvance across research stages
ralphLoop inside the current stage until completion criteria are met
ultraworkRun independent research tasks in parallel

Gate Semantics

GateMeaning
humanwait for explicit approval
autocontinue automatically
defaultuse the repo's default gate for that stage

Typical Session Pattern

text
1. /research init
2. describe the research direction
3. run autopilot
4. adjust gates when needed
5. use ralph or ultrawork for focused stage work
6. use /handoff before ending the session

Notes

  • autopilot controls stage-to-stage progression
  • ralph controls within-stage retry / fix loops
  • ultrawork controls parallel independent work
  • these three are orthogonal and can be combined

AutoResearch — Multi-agent Deep Learning Research System