From statewright
Starts, stops, or manages statewright workflows via a bash script and MCP tool integration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/statewright:statewright[command][workflow]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
!`bash ${CLAUDE_SKILL_DIR}/run.sh $ARGUMENTS`
!bash ${CLAUDE_SKILL_DIR}/run.sh $ARGUMENTS
IMPORTANT: If the output above says a workflow was found, you MUST call the statewright_load_workflow MCP tool with that workflow name to activate it. This is the ONLY way to start enforcement. Do this immediately without asking.
npx claudepluginhub statewright/statewright --plugin statewrightRelays interactive workflow execution via memento-workflow MCP server: starts workflows, shows status lines, handles ask_user and prompt actions, submits results in a continuous loop until done.
Drives a config-driven state machine for dev workflows: reads state.md, executes stages inline or via subagents, transitions via update-status.sh. Requires an existing state.md bootstrap.
Builds and debugs Cloudflare Workflows for durable, long-running execution with multi-step workflows, retries, state persistence, and event handling.