stelow-router
Installation
SKILL.md
Router
The router is the workflow control plane. It runs once per stage transition. It does not implement any stage logic itself; it only moves state forward and loads the next stage skill.
Contract
Input:
state.md(workflow state withcurrent_stageset)- The previous skill's
## Hand-off (workflow mode)block STELOW_WORKFLOW=1+STELOW_STATE=<path-to-state.md>markers
Output:
state.mdadvanced (viascripts/stelow advance <next-candidate>)- The next stage's
SKILL.mdloaded for the next agent turn - A new
## Hand-off (router)block appended tostate.md