From workflow-kit
Use to open the full live dashboard — Rich TUI in the terminal or web dashboard at localhost:7860. Also triggers when the user says "show live progress", "open workflow dashboard", "watch the dispatcher", or "monitor in browser". Pass --web for browser mode.
How this skill is triggered — by the user, by Claude, or both
Slash command
/workflow-kit:monitor [--web][--web]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launch the live monitoring dashboard. TUI by default, web with `--web`.
Launch the live monitoring dashboard. TUI by default, web with --web.
cat workflow/dispatcher.pid 2>/dev/null | xargs -I{} kill -0 {} 2>/dev/null && echo "running" || echo "stopped"
If stopped: warn "Dispatcher not running — dashboard shows current state only. Start with /workflow-kit:execute."
--web or user says "browser" / "web dashboard" → Web modepython -m workflow_kit monitor
Rich terminal dashboard: task queue, in-review panel, live log, footer command bar.
Commands: /pause, /resume, /skip <id>, /retry <id>, /quit
python -m workflow_kit dashboard &
Tell user: "Dashboard at http://localhost:<dashboard_port from workflow.yaml, default 7860>"
Features: task cards with reviewer status, live log stream, goals viewer, pause/resume/retry buttons.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub le-xuan-thang/workflow-kit --plugin workflow-kit