From hw
Gracefully stop Hypo-Workflow when the user wants to pause execution without aborting the pipeline.
npx claudepluginhub hypoxanthineovo/hypo-workflow --plugin hwThis skill uses the workspace's default tool permissions.
📌 输出语言规则:
Resume Hypo-Workflow execution from the saved state when the user wants to continue an interrupted or stopped pipeline.
Gracefully stops active autonomous workflows, preserves progress, summarizes status, and generates minimal recovery plans with handoffs. Useful for safe pauses on user cancel requests.
Stops running Output SDK workflows via `npx output workflow stop`. Use to cancel unnecessary, stuck, long-running, or erroneous executions.
Share bugs, ideas, or general feedback.
📌 输出语言规则: 读取 config.yaml → output.language
Use this skill to pause the current run while preserving resumable state.
.pipeline/state.yaml and confirm the current run is unfinished.pipeline.status=stopped.current.phase so a future resume can restore intent cleanly..pipeline/log.yaml..pipeline/PROGRESS.md to show the paused status in the top metadata, current status block, and timeline table.last_heartbeat..pipeline/.lock if it belongs to the current execution..pipeline/.lock behind after a successful stopreferences/commands-spec.md — stop behavior and flagsreferences/state-contract.md — stopped state semanticsreferences/progress-spec.md — progress summary updatesSKILL.md — full runtime reference