Stats
Actions
Tags
From 00-orchestrator
Resume a run from awaiting_package after the user has run /package and confirmed the boundary cleared. Requires <run_id> argument.
How this skill is triggered — by the user, by Claude, or both
Slash command
/00-orchestrator:resumeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run this Bash command:
Run this Bash command:
sqlite3 "${CLAUDE_PLUGIN_DATA}/state.sqlite" "UPDATE runs SET status='executing' WHERE run_id='$ARGUMENTS' AND status='awaiting_package'; SELECT changes();"
If 1, the run is now executing. If 0, the run was not in awaiting_package state.
npx claudepluginhub jpk0512/ryu-next --plugin 00-orchestratorBuilds a throwaway prototype to answer a design question about UI appearance or state/logic behavior. Guides you through two branches: interactive terminal app for logic validation, or multiple UI variations for visual exploration.