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


