df:pause-work

Generate a .continue-here.md handoff file with timestamp and WIP commit.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a reliable handoff file (.continue-here.md) to preserve complete work state when pausing an objective, enabling smooth resumption.

Core Features & Use Cases

  • Automatically captures current objective, progress, blockers, and decisions into a dedicated handoff file.
  • Integrates with the existing pause-work workflow to ensure the right state is saved and ready for later continuation.
  • Supports deterministic timing and clear resume instructions for the next session.

Quick Start

Trigger the pause-work workflow to generate the handoff and prepare for resume.

Frequently Asked Questions about df:pause-work

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

FAQPage Schema
How do I preserve my work state when pausing a task across different sessions?▼

To preserve work state when pausing a task, generate a .continue-here.md handoff file that captures your current objective, progress, blockers, and decisions for reliable resumption.

What is the best way to create a context handoff for resuming work later?▼

The best way to create a context handoff is to use a deterministic workflow that saves current progress and resume instructions into a dedicated markdown file with a timestamp and an optional WIP Git commit.

How do I generate a handoff file with resume instructions?▼

You generate a handoff file by triggering the pause-work workflow, which automatically captures deterministic timing, clear resume instructions, and your complete work state into a .continue-here.md file.

Can I commit work in progress when pausing an objective?▼

Yes, you can commit work in progress when pausing an objective because the handoff generation process supports creating an optional Git commit as WIP alongside saving your state.

What information should a state preservation file include?▼

A state preservation file should include the current objective, progress made, blockers encountered, decisions made, and specific resume instructions to ensure reliable continuation in the next session.