Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-pause-work
gsd-pause-work
GitHub在暂停工作阶段时创建上下文交接文件,保留完整工作状态以便跨会话恢复。自动检测当前阶段、收集进度与阻塞项,生成交接文档并执行Git提交。
Trigger Scenarios
用户需要暂停当前任务
中断开发流程以保存状态
Install
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
Version History
- 581d130 Current 2026-07-19 09:10


