Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-pause-work
gsd-pause-work
GitHub用于在开发中途暂停时创建上下文交接文件,保存工作阶段、进度及决策等完整状态,支持跨会话恢复。
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


