cancel
Cancel the active dev workflow loop (archives by default, --hard to wipe)
Create a new workflow suite (published to hub by default), or edit an existing one with --flow=<path>
> /plugin marketplace add jie-worldstatelabs/stagent > /plugin install stagent@stagent
How it fires
How this command gets triggered: by you, by Claude, or both.
/createContext preview
What this command does when you run it.
Create a new workflow suite (published to hub by default), or edit an existing one with --flow=<path>
description: "Create a new workflow suite (published to hub by default), or edit an existing one with --flow=<path>" argument-hint: "[--mode=cloud|local] [--flow=<local-dir|cloud-url>] <brief description of the workflow / changes you want>" allowed-tools: Read, Write, Edit, Bash, Glob, Grep, Agent, AskUserQuestion
Create or edit a stagent. Runs as two-step orchestration:
Modes:
Task from user: `$ARGUMENTS`
Invoke `Skill("stagent:create")` and follow its instructions exactly. It sets up `CREATE_WORKFLOW_CONTEXT` and calls `setup-workflow.sh`; when it finishes the active workflow is running at the `planning` stage.
Invoke `Skill("stagent:stagent")` and follow its instructions exactly. It picks up the dispatched session, runs the planning interview, and continues through the retry loop to the terminal.
Do NOT invoke any other skill before, during, or after these two.
When the workflow completes, you'll see the target directory path in the writer report (default `~/.config/stagent/workflows/<suffix>/`) and — if `--mode=cloud` — a template URL from the publish stage.
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
Pause the active dev workflow loop without clearing state — resume later with /stagent:continue