cancel
Cancel the active dev workflow loop (archives by default, --hard to wipe)
Start the dev workflow — inline planning, then autonomous execute→verify→review→QA loop
> /plugin marketplace add jie-worldstatelabs/stagent > /plugin install stagent@stagent
How it fires
How this command gets triggered: by you, by Claude, or both.
/startContext preview
What this command does when you run it.
Start the dev workflow — inline planning, then autonomous execute→verify→review→QA loop
description: "Start the dev workflow — inline planning, then autonomous execute→verify→review→QA loop" argument-hint: "[--mode=cloud|local] [--flow=<local-dir|cloud-url>] <task description>" allowed-tools: Read, Write, Edit, Bash, Glob, Grep, Agent, AskUserQuestion
Start a dev workflow. Two-skill chain:
Task from user: `$ARGUMENTS`
Invoke `Skill("stagent:stagent-setup")` and follow its instructions exactly. It returns after `setup-workflow.sh` has written `state.md`.
Invoke `Skill("stagent:stagent")` and follow its instructions exactly. It picks up the freshly-created `state.md`, runs the initial stage, and continues through transitions until terminal.
Do NOT invoke any other skill before, during, or after these two.
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
Cancel the active dev workflow loop (archives by default, --hard to wipe)
Resume a paused dev workflow, or take over a cloud session from another machine
Create a new workflow suite (published to hub by default), or edit an existing one with --flow=<path>
Pause the active dev workflow loop without clearing state — resume later with /stagent:continue