From statewright
Manages statewright workflows via bash script, allowing start, stop, or run commands. Automatically loads matching workflow via MCP tool.
npx claudepluginhub statewright/statewright --plugin statewright[command][workflow]This skill is limited to using the following tools:
!`bash ${CLAUDE_SKILL_DIR}/run.sh $ARGUMENTS`
Relays 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.
Implements durable multi-step workflows on Cloudflare Workers with retries, state persistence, sleeps, event waiting, and NonRetryableError handling. Use for long-running tasks.
Creates, saves, and runs reusable multi-step workflows chaining /scc commands. Supports runtime parameterization, scheduling, background execution, and file-based step passing.
Share bugs, ideas, or general feedback.
!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.