From oh-my-agent
Gracefully stops active OMA autonomous workflow, summarizes completed work, open tasks, blockers, and generates structured recovery plan with checkpoint update.
How this command is triggered — by the user, by Claude, or both
Slash command
/oh-my-agent:stopThe summary Claude sees in its command listing — used to decide when to auto-load this command
停止活动 oma 自主工作流。 上下文: $ARGUMENTS 协议: 1. 从上下文或 `.oma/state/*`(如果可用)确定活动模式/生命周期状态。 2. 将工作流标记为已停止(不丢弃进度)。 3. 总结已完成的工作、开放的待办事项、阻塞和下一个安全恢复步骤。 4. 如果文件系统工具可用,更新 `.oma/state/checkpoint.md`。 输出格式: ## 生命周期 - 状态:已停止 - 活动模式: ## 进度快照 - 已完成: - 进行中: - 开放: ## 恢复计划 1. ... 2. ... 3. ...
停止活动 oma 自主工作流。
上下文: $ARGUMENTS
协议:
.oma/state/*(如果可用)确定活动模式/生命周期状态。.oma/state/checkpoint.md。输出格式:
npx claudepluginhub sswym/oh-my-agent --plugin oh-my-agent/pause-workSaves a handoff file by executing the learnship pause-work workflow end-to-end, enabling pause and resume of work mid-phase.
/pausePauses the orchestrator gracefully after the current task completes by creating a pause flag file, updating project state, and displaying confirmation with resume instructions.
/stopTerminates an active Hypo-Workflow pipeline, cleaning up resources and aborting in-progress tasks.
/stopToggles pause/resume of the current vibe session. Updates session and status JSON files, invokes explainer, and outputs structured confirmation with progress details.
/stopStops the heartbeat daemon by running `bun run ${CLAUDE_PLUGIN_ROOT}/src/index.ts --stop` and reports the output to the user.