/cs-launch¶
Route through the agent-launcher-orchestrator skill.
$ARGUMENTS
Steps¶
- If
$ARGUMENTSis a goal and no./my-agent/goal.jsonexists, set it:python3 agent-launcher/skills/agent-launcher-orchestrator/scripts/goal_state.py init --goal "$ARGUMENTS". - Route from the current phase:
python3 agent-launcher/skills/agent-launcher-orchestrator/scripts/goal_router.py --out-dir ./my-agent— act on exit 0 (route) / 3 (ask the printed question) / 4 (refuse; get one sentence). - Compile the loop:
python3 agent-launcher/skills/agent-launcher-orchestrator/scripts/loop_compiler.py --out-dir ./my-agent. - Invoke the routed phase skill; on completion,
goal_state.py advanceand print a ≤100-word digest (phase done, artifact paths, loop shape, one next step).
Refusals¶
- No goal set → run
/cs:goal set "..."first. - Under-3-word goal → get one sentence naming the one job.
- Never touch the network or the API key.