Stats
Actions
Tags
From polymath-flows
List active, paused, and completed flows-lite workflow runs from the local plugin data directory.
How this skill is triggered — by the user, by Claude, or both
Slash command
/polymath-flows:list-workflowsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> Show every flows-lite workflow run on this machine, grouped by status.
Show every flows-lite workflow run on this machine, grouped by status.
Call the executable:
${CLAUDE_PLUGIN_ROOT}/bin/polymath-flow list
To filter:
${CLAUDE_PLUGIN_ROOT}/bin/polymath-flow list --status paused
${CLAUDE_PLUGIN_ROOT}/bin/polymath-flow list --status active
${CLAUDE_PLUGIN_ROOT}/bin/polymath-flow list --status completed
Render the table grouped by status. Active first, paused next, completed last (most recent 5 only).
Active:
- 2026-05-23T14-22-shipFeature-rate-limit-login shipFeature
Paused:
- 2026-05-21T09-10-shipFeature-resilient-retries shipFeature — mustPass: pr-draft-exists
Completed (recent):
- 2026-05-20T11-04-shipFeature-feature-flags shipFeature
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 mohammadbafkar/polymath --plugin polymath-flows