/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>Phases
Section titled “Phases”| Phase | What It Does |
|---|---|
research | Runs the research phase for the current unit |
plan | Generates or regenerates the plan |
execute | Executes the current task |
complete | Marks the current unit as complete |
reassess | Triggers roadmap reassessment after a slice |
uat | Runs user acceptance testing for the current slice |
replan | Replans the current slice after a blocker |
When to Use
Section titled “When to Use”- 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