Back to skills
extension
Category: Development & EngineeringNo API key required

flow-resume

Resume interrupted flow: work session from last checkpoint. Reads flow-progress.txt to restore context and continue work.

personAuthor: 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