Skip to content

/cs-stage-launch

Slash Command Source

Run the stage-launch skill.

$ARGUMENTS

Steps

  1. python3 agent-launcher/skills/stage-launch/scripts/payload_generator.py --sheet ./my-agent/build-sheet.json --out-dir ./my-agent
  2. python3 agent-launcher/skills/stage-launch/scripts/launch_script_writer.py --out-dir ./my-agent
  3. python3 agent-launcher/skills/stage-launch/scripts/payload_validator.py --dir ./my-agent — FAIL blocks (especially a key_leak finding).
  4. Minimal key step (in the founder's shell, never chat): [ -n "$ANTHROPIC_API_KEY" ] && echo present || echo "export ANTHROPIC_API_KEY=... first".
  5. export ANTHROPIC_API_KEY=... && ./my-agent/launch.sh — watch the first poll, mark checkpoints with Console links, then goal_state.py set --phase grade-iterate.

Hard rules

  • The key never enters chat, a file, a payload, or a log.
  • Sequential launch; watch the first poll foreground. Re-running launch.sh resumes.