maintain-workflow-context-save
Installation
SKILL.md
Context Save — 保存工作上下文
入口/出口
- 入口: 当前会话中的工作状态
- 出口:
.claude/checkpoints/下的 checkpoint 文件 - 指向: 恢复时 →
maintain-workflow-context-restore;继续工作流 →build-workflow-execute、verify-workflow-review、ship-workflow-ship等 - 前置加载: CANON.md、
maintain-workflow-context-restore(下游消费方) - 输出路径:
.claude/checkpoints/YYYYMMDD-HHMMSS-{title-slug}.md→ 恢复时由maintain-workflow-context-restore消费
与自动 feature state 的边界
docs/features/<feature>/state.json 由 hooks 自动维护,用于阶段级恢复:当前 feature、当前阶段、最后阶段文档、下一步命令。
/save 不负责基础阶段连续性。它负责保存 state.json 无法表达的内容:为什么选 A 不选 B、重要取舍、注意事项、阻塞原因、非显而易见的剩余工作。