/start
Start the dev workflow — inline planning, then autonomous execute→verify→review→QA loop
$ npx -y skills add jie-worldstatelabs/stagent --agent claude-codeShips with stagent. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/start
Context preview
What this command does when you run it.
Start the dev workflow — inline planning, then autonomous execute→verify→review→QA loop
A Claude Code plugin that runs config-driven development workflows as a state machine. You declare stages, transitions, and inputs in a single workflow.json; the plugin's hooks and scripts drive the loop.
Repo: jie-worldstatelabs/stagent
Other commands on stagent.
- /cancel
Cancel the active dev workflow loop (archives by default, --hard to wipe)
Open command - /continue
Resume a paused dev workflow, or take over a cloud session from another machine
Open command - /create
Create a new workflow suite (published to hub by default), or edit an existing one with --flow=<path>
Open command - /interrupt
Pause the active dev workflow loop without clearing state — resume later with /stagent:continue
Open command - /login
Sign in to the stagent cloud server
Open command - /logout
Sign out — remove the local stagent cloud token
Open command

