Skip to content

/cs-goal

Slash Command Source

The goal is one sentence for one agent. It selects the phase and the loop shape.

$ARGUMENTS

Run goal_state.py under agent-launcher/skills/agent-launcher-orchestrator/scripts/:

  • set "<goal>"goal_state.py init --goal "<goal>" (or set --goal if it exists).
  • statusgoal_state.py status (prints goal, agent_name, phase, phases_done, loop).
  • advancegoal_state.py advance (moves to the next phase).
  • phase <name>goal_state.py set --phase <name> (interview | stage-launch | grade-iterate | run-without-you | wrap-up | done).

Enable auto-surfacing each session with export AGENT_LAUNCHER_SESSION=1 (the opt-in SessionStart hook). Two jobs → two goals in two ./my-agent-*/ folders.