From polymath-flows
Resume a paused flows-lite workflow run from the last completed step using bin/polymath-flow resume.
How this skill is triggered — by the user, by Claude, or both
Slash command
/polymath-flows:resume-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> Resume a paused workflow. Pause causes include user interrupt, step failure, or a failed `mustPass` check.
Resume a paused workflow. Pause causes include user interrupt, step failure, or a failed
mustPasscheck.
/polymath-flows:resume-workflow [<run_id>].polymath-core SessionStart hook surfaced one or more paused workflows.mustPass failure paused a previous run.run_id. If omitted, list paused runs and ask the user which to resume.If no run_id was supplied, run:
${CLAUDE_PLUGIN_ROOT}/bin/polymath-flow list --status paused
Surface the table and ask the user to pick one. If none are paused, say so and stop.
Resume the chosen run:
${CLAUDE_PLUGIN_ROOT}/bin/polymath-flow resume <run_id>
The executable flips status from paused to active and prints the next step JSON.
Continue the loop exactly as run-workflow does: announce step → perform work → write artifacts → complete → assert at the end.
state.json's pause_reason).run-workflow.mustPass check failed, the user must fix the underlying artifact (e.g. create the missing PRD file) before resuming.next always points to the right place; trust it.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