wise-workflow-status

Solid

Show workflow runs on the wise engine. With no argument, list every run with its status, workflow, start time, cwd and live children. With a run ULID, show that run; when it is gated, show the gate and offer to answer it. Invoked as `/wise-workflow-status` (bare alias) or `/wise:wise-workflow-status` (canonical). Use when the user says "list workflow runs", "show workflow status", "status of my workflow", "which runs are paused", "inspect run <ulid>", or types `/wise-workflow-status`.

AI & Automation 4 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
23
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /wise-workflow-status 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. `wise_status` comes from the managed `wise-engine` MCP server. On `DAEMON_UNAVAILABLE`, follow host-control diagnostics before retrying. ## No argument `wise_status {}` returns `RunSummary[]`, newest activity first. Render one table: run id | workflow | status | started | cwd | children. The children column lists each live child as `<step> turn <n> <tool>`, or `-`. Empty list: `No engine runs yet.` If legacy history is requested, get the canonical root with `python3 "${WISE_PLUGIN_ROOT}/scripts/wise-helpers.py" runs-root`, then use that helper's `list-runs <root>` command. It reports v1 entries as read-only legacy notices; they cannot resume. Keep all history files unchanged. ## With a run id `wise_status {run_id}` returns one `RunSummary`. Print run id, workflow, status, s...

Details

Author
e1024kb
Repository
e1024kb/wise-claude
Created
3 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category