gsd-pause-work
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese<objective>
Create `.continue-here.md` handoff file to preserve complete work state across sessions.
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 </objective>
<execution_context>
@{{PLATFORM_ROOT}}/get-shit-done/workflows/pause-work.md
</execution_context>
<context>
State and phase progress are gathered in-workflow with targeted reads.
</context>
<process>
**Follow the pause-work workflow** from `@{{PLATFORM_ROOT}}/get-shit-done/workflows/pause-work.md`.
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
<objective>
创建`.continue-here.md`交接文件,以在不同会话间保存完整的工作状态。
该功能关联至暂停工作的工作流,该工作流负责处理:
- 从近期文件中检测当前阶段
- 收集完整状态(位置、已完成工作、剩余工作、决策、障碍)
- 创建包含所有上下文板块的交接文件
- 以WIP(进行中)状态提交Git
- 恢复工作的说明 </objective>
<execution_context>
@{{PLATFORM_ROOT}}/get-shit-done/workflows/pause-work.md
</execution_context>
<context>
工作流中会通过针对性读取来收集状态和阶段进度。
</context>
<process>
**遵循`@{{PLATFORM_ROOT}}/get-shit-done/workflows/pause-work.md`中的暂停工作工作流**。
该工作流处理所有逻辑,包括:
- 阶段目录检测
- 结合用户澄清收集状态
- 写入带时间戳的交接文件
- Git提交
- 提供包含恢复工作说明的确认信息