# flow-resume > Resume interrupted flow:work session from last checkpoint. Reads flow-progress.txt to restore context and continue work. - Author: Gitmaxd - Repository: Gitmaxd/flowfactory - Version: 20251231165227 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Gitmaxd/flowfactory - Web: https://mule.run/skillshub/@@Gitmaxd/flowfactory~flow-resume:20251231165227 --- --- 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](workflow.md) and follow each step in order. ## Output - Restored session context - Continuation of `/flow:work` from last checkpoint