AgentSkillsCN

flow-resume

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

SKILL.md
--- frontmatter
name: flow-resume
description: Resume interrupted flow:work session from last checkpoint. Reads flow-progress.txt to restore context and continue work.

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