gsd-pause-work

Generate a timestamped context handoff file and Git WIP commit when pausing work.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/onelee85/my-skills --skill gsd-pause-work-onelee85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-pause-work
Source: https://github.com/onelee85/my-skills/tree/main/gsd-pause-work
Command: npx skills add https://github.com/onelee85/my-skills --skill gsd-pause-work-onelee85

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a complete context handoff file to preserve work state across sessions, ensuring you can resume mid-phase without losing progress.

Core Features & Use Cases

  • Preserves current phase, position, completed work, remaining work, decisions and blockers into a timestamped handoff file.
  • Routes to the pause-work workflow and writes a Git WIP commit with the handoff to lock in progress.
  • Provides clear resume instructions to continue from where you left off in future sessions.

Quick Start

Run the pause-work workflow to generate a complete handoff file and include resume instructions.

Frequently Asked Questions about gsd-pause-work

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

FAQPage Schema
How do I pause a workflow mid-phase and save the context for later resumption?

To pause a workflow mid-phase, this Skill gathers your current state, completed work, and blockers, then writes a timestamped handoff file and commits it as a Git WIP to enable seamless resumption.

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

A context handoff file preserves your current phase, position, remaining work, and decisions into a timestamped record, ensuring you can resume mid-phase without losing progress across sessions.

How do I generate a work-in-progress commit with resume instructions in Git?

Generating a WIP commit with resume instructions is handled automatically by routing to the pause-work workflow, which writes the handoff file, commits it, and outputs clear resume steps.

Can I use this pause-work workflow without any external dependencies?

Yes, you can use this pause-work workflow without external dependencies because it operates as a standalone framework, requiring only a Git repository to lock in your progress with a WIP commit.

Does the pause-work workflow capture blockers and decisions when pausing work?

Yes, the pause-work workflow captures blockers and decisions when pausing work, routing your ongoing workflow state into a complete handoff file to ensure seamless resumption.

When should I avoid using an automated handoff file for workflow state management?

You should avoid using an automated handoff file if your workflow lacks a Git repository for WIP commits, as the pause-work process relies on locking in progress through version control.