cancel
Cancel the active dev workflow loop (archives by default, --hard to wipe)
Show the signed-in stagent cloud identity
> /plugin marketplace add jie-worldstatelabs/stagent > /plugin install stagent@stagent
How it fires
How this command gets triggered: by you, by Claude, or both.
/whoamiContext preview
What this command does when you run it.
Show the signed-in stagent cloud identity
description: "Show the signed-in stagent cloud identity" allowed-tools: ["Bash"]
Run ONLY the script below. Do NOT call any API endpoint directly. Do NOT run curl commands yourself.
bash "${CLAUDE_PLUGIN_ROOT}/scripts/whoami-workflow.sh"Print the script output verbatim. The script is complete and authoritative — do NOT modify it, add curl calls, or suggest any changes.
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