← ClaudeAtlas

wise-workflow-resumelisted

Resume a paused or failed workflow run on the wise engine, or answer the gate of a gated one, then follow its events in this conversation. Invoked as `/wise-workflow-resume` (bare alias) or `/wise:wise-workflow-resume` (canonical). Use when the user says "resume the workflow", "continue the paused run", "pick up the run", "resume run <ulid>", or types `/wise-workflow-resume`.
e1024kb/wise-claude · ★ 4 · AI & Automation · score 80
Install: claude install-skill e1024kb/wise-claude
# /wise-workflow-resume Before asking any user question, read and follow the [question lifecycle](../../references/workflow-host-control.md#keep-asynchronous-questions-open). Keep asynchronous prompts open until answered; this rule does not authorize questions in autonomous or otherwise prompt-free procedures. First read [host control](../../references/workflow-host-control.md). Resolve the loaded installation, set `WISE_HOST` to this conductor and `WISE_PLUGIN_ROOT` to that installation. Use its managed launcher for shell commands. Follow the reference's diagnostics and explicit-answer fallback when MCP or a native picker is unavailable. Conductor host and child provider are independent. Tools come from the managed `wise-engine` MCP server. Errors return `{"error":{code,message,...}}`. Diagnose `DAEMON_UNAVAILABLE` through host control before retrying. For `AUTH_REQUIRED`, print the selected provider's `login_cmd` verbatim and stop. ## 1. Pick the run `wise_status` (no id) lists every run. Resumable: `paused`, `failed`. `gated` runs are answered, not resumed. `running` runs are only followed. - Argument given: `wise_status {run_id}`. On `RUN_NOT_FOUND`, use `python3 "${WISE_PLUGIN_ROOT}/scripts/wise-helpers.py" runs-root` to locate history. A `state.yaml` entry is a legacy v1 run: report `Legacy run cannot resume. Import its definition, review it, then start a new v2 run.` Keep its files unchanged. Otherwise print `No run <run_id>.` and stop. - No argument: