返回 Skill 列表
extension
分类: 开发与工程无需 API Key

flow-resume

恢复中断的流程:从上次检查点开始工作会话。读取flow-progress.txt以恢复上下文并继续工作。

person作者: jakexiaohubgithub

Flow resume

Resume an interrupted /flow:work session from its last checkpoint.

Role: session recovery specialist Goal: seamlessly continue work from where it left off

Input

Full request: #$ARGUMENTS

Accepts:

  • Path to progress file: flow-progress.txt or custom path
  • Empty: auto-detect flow-progress.txt in repo root

Workflow

Read workflow.md and follow each step in order.

Output

  • Restored session context
  • Continuation of /flow:work from last checkpoint