gsd-pause-work

Create a timestamped context handoff file and commit work as WIP.

8|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/D0NMEGA/donnyclaude --skill gsd-pause-work-d0nmega
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-pause-work
Source: https://github.com/D0NMEGA/donnyclaude/tree/main/packages/skills/gsd-pause-work
Command: npx skills add https://github.com/D0NMEGA/donnyclaude --skill gsd-pause-work-d0nmega

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a context handoff file to preserve complete work state across sessions.

Core Features & Use Cases

  • Handoff file creation with all context (phase, state, decisions, blockers)
  • Phase-detection from recent work artifacts
  • Git commit as WIP and resume instructions

Quick Start

Run the pause-work workflow to generate a context handoff and pause the current phase.

Frequently Asked Questions about gsd-pause-work

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

FAQPage Schema
How do I preserve work state when pausing a multi-step workflow mid-session?

To preserve work state when pausing, you can generate a context handoff file that captures your current phase, completed work, remaining tasks, decisions, and blockers. This file provides a complete snapshot for seamless resumption later.

What is a context handoff file and how does it help with state management?

A context handoff file is a timestamped record of your work state, including phase, position, and blockers. It serves as a state-management artifact that allows you to pause complex workflows and resume them with full context intact.

How do I create a WIP git commit with resume instructions for paused work?

You can create a WIP git commit with resume instructions by running a pause-work workflow that automatically gathers state data, writes a timestamped handoff file, and commits the work-in-progress to your git repository.

Does this pause workflow detect my current phase automatically from recent artifacts?

Yes, the pause workflow detects your current phase from recent work artifacts. It automatically gathers state data based on this detection to ensure the generated handoff file accurately reflects your ongoing progress.

Can I use this handoff process for any ongoing multi-step task or only specific platforms?

The handoff process applies to any ongoing multi-step workflow where you need to pause and resume later. It is platform-agnostic and focuses on capturing context, decisions, and blockers regardless of the specific environment.

What is the best way to resume work after creating a context handoff file?

The best way to resume work is to follow the clear resume instructions provided within the generated context handoff file. These instructions detail your remaining tasks and blockers so you can immediately continue the paused workflow.