Stats
Actions
Tags
From 00-orchestrator
Explicit approval for a run sitting in awaiting_plan_approval. Power-user shorthand for the natural-language 'approve' reply. Requires <run_id> argument.
How this skill is triggered — by the user, by Claude, or both
Slash command
/00-orchestrator:approveThe 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', mode=mode WHERE run_id='$ARGUMENTS' AND status='awaiting_plan_approval'; SELECT changes();"
SELECT changes() returns 1, report: "Run $ARGUMENTS approved — supervisor will resume execution on next prompt."0, report: "Run $ARGUMENTS was not in awaiting_plan_approval state — no change made. Use /orchestrator:status to inspect current state."npx claudepluginhub jpk0512/ryu-next --plugin 00-orchestratorCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.