Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-pause-work
gsd-pause-work
GitHub用于在中途暂停工作时创建上下文交接文件,保存完整的工作状态以便跨会话恢复。支持阶段检测、状态收集、生成交接文档及Git提交,并可通过--report参数生成会话报告。
触发场景
用户需要暂停当前工作流
用户希望保存当前进度以便稍后继续
用户请求生成会话报告
安装
npx skills add AjayIrkal23/agentic-mercy-10x --skill gsd-pause-work -g -y
SKILL.md
Frontmatter
{
"name": "gsd-pause-work",
"description": "Create context handoff when pausing work mid-phase",
"allowed-tools": [
"Read",
"Write",
"Bash"
],
"argument-hint": "[--report]"
}
Routes to the pause-work workflow which handles:
- Current phase detection from recent files
- Complete state gathering (position, completed work, remaining work, decisions, blockers)
- Handoff file creation with all context sections
- Git commit as WIP
- Resume instructions
<execution_context> @$HOME/.claude/get-shit-done/workflows/pause-work.md </execution_context>
Follow the pause-work workflow.
The workflow handles all logic including:
- Phase directory detection
- State gathering with user clarifications
- Handoff file writing with timestamp
- Git commit
- Confirmation with resume instructions
版本历史
- 581d130 当前 2026-07-19 09:10


