From hw
Pauses active Hypo-Workflow pipeline execution gracefully, preserving state for future resumption. Useful for temporarily halting workflow without data loss.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hw:stopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
📌 输出语言规则:
📌 输出语言规则: 读取 config.yaml → output.language
使用此技能暂停当前运行,同时保留可恢复状态。
.pipeline/state.yaml 并确认当前运行未完成。pipeline.status=stopped。current.phase,以便未来的恢复可以干净地恢复意图。.pipeline/log.yaml 追加一个停止事件。.pipeline/PROGRESS.md,在顶部元数据、当前状态块和时间线表中显示暂停状态。last_heartbeat。.pipeline/.lock 属于当前执行,则移除它。.pipeline/.lockreferences/commands-spec.md — stop behavior and flagsreferences/state-contract.md — stopped state semanticsreferences/progress-spec.md — progress summary updatesSKILL.md — full runtime referencenpx claudepluginhub hypoxanthineovo/hypo-workflow --plugin hwGracefully stops active autonomous workflows, preserves progress, summarizes status, and generates minimal recovery plans with handoffs. Useful for safe pauses on user cancel requests.
Resumes a saved Hypo-Workflow pipeline from `.pipeline/state.yaml`, continuing from the next uncompleted step without replaying finished work. Handles lock files, worker separation, and subagent authorization.
Stops a running MEGA-Code skill extraction pipeline by run ID or interactive selection. Useful for aborting stuck or unnecessary pipeline processes.