Skip to content

/gsd dispatch

Directly triggers a specific phase of the auto-mode pipeline. This is an advanced debugging command — in normal use, auto-mode determines which phase to run next automatically. Use dispatch when you need to re-run or skip to a particular phase.

/gsd dispatch <phase>
PhaseWhat It Does
researchRuns the research phase for the current unit
planGenerates or regenerates the plan
executeExecutes the current task
completeMarks the current unit as complete
reassessTriggers roadmap reassessment after a slice
uatRuns user acceptance testing for the current slice
replanReplans the current slice after a blocker
  • A phase failed and you want to retry it without restarting the full pipeline
  • You need to skip ahead (e.g., mark something complete that was finished manually)
  • Debugging auto-mode dispatch logic