df:resume-work

Restore project context from STATE.md and resume previous work.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/AO-Cyber-Systems/devflow-claude --skill df-resume-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: df:resume-work
Source: https://github.com/AO-Cyber-Systems/devflow-claude/tree/main/skills/df-resume-work
Command: npx skills add https://github.com/AO-Cyber-Systems/devflow-claude --skill df-resume-work

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restore complete project context and resume work from a previous session.

Core Features & Use Cases

  • Routes to the resume-project workflow which handles:
    • STATE.md loading (or reconstruction if missing)
    • Checkpoint detection (.continue-here files)
    • Incomplete work detection (JOB without SUMMARY)
    • Status presentation
    • Context-aware next action routing
    • Session continuity updates
  • Use cases include returning users who want to continue where they left off or start a new session with restored context.

Quick Start

Ask to resume the last session to restore full context and continue work.

Frequently Asked Questions about df:resume-work

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I restore complete project context and resume work from a previous session?

To restore complete project context and resume work, you can trigger this Skill to locate or reconstruct STATE.md, detect checkpoints, identify incomplete work, and present your current status for context-aware routing. It handles session continuity updates automatically.

What happens if my STATE.md file is missing when I try to resume a session?

If your STATE.md file is missing when resuming a session, the workflow attempts to reconstruct it automatically. It then detects checkpoints via .continue-here files and identifies incomplete work like jobs without summaries to restore your context.

Can I start a new session with restored context after an interruption?

Yes, you can start a new session with restored context after interruptions. The workflow detects incomplete work, applies context-aware next action routing, and maintains session continuity by loading available checkpoints and project state.

How does checkpoint detection work for session management?

Checkpoint detection works by looking for .continue-here files to identify exactly where you left off. It pairs this with incomplete work detection, finding any JOB without a SUMMARY, to present a clear status and route your next action.

Do I need any dependencies to manage state and resume workflows?

No dependencies are required to manage state and resume workflows. The Skill operates independently to locate STATE.md, detect checkpoints, identify incomplete work, and present status for context-aware routing.