Agent Skills
› jjongguet/oh-my-product
› cancel
cancel
GitHub用于安全停止活跃工作流或离开检查点,执行优雅关闭并保留可恢复上下文。总结已完成、进行中和剩余部分,提供具体停止命令及后续恢复建议。
Trigger Scenarios
用户希望停止当前活跃的工作流
需要保存进度并安全退出
Install
npx skills add jjongguet/oh-my-product --skill cancel -g -y
SKILL.md
Frontmatter
{
"name": "cancel",
"aliases": [
"\/cancel",
"stop work",
"abort",
"halt"
],
"description": "Safely stop active work, note what was interrupted, and preserve resumable context.",
"primaryRole": "coordinator"
}
Cancel Skill (oh-my-product)
Use this skill when the user wants to stop an active workflow or leave a safe checkpoint.
What it does
- prefers graceful shutdown over abrupt interruption
- summarizes what completed, what is in progress, and what remains reusable
- points to concrete stop commands when available
Primary commands
omp team cancel --team <name>omp team shutdown --team <name>omp skill handoffomp skill status
Output
Return:
- current objective
- what was cancelled
- persisted state or artifact locations
- recommended next step for resuming later
Version History
- 4f49e99 Current 2026-07-25 06:33


