gsd-pause-work

Generate a .continue-here.md handoff file and commit WIP changes when pausing work.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/MINT-IA/MINT --skill gsd-pause-work-mint-ia
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsd-pause-work
Source: https://github.com/MINT-IA/MINT/tree/main/.claude/skills/gsd-pause-work
Command: npx skills add https://github.com/MINT-IA/MINT --skill gsd-pause-work-mint-ia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pausing a multi-step task can break context and stall progress. This Skill automates creating a context handoff to preserve complete work state when pausing mid-phase, enabling a smooth resume later.

Core Features & Use Cases

  • Handoff file generation that captures current phase, state, decisions, blockers, and completed work.
  • Automatic git WIP commit and clear resume instructions.
  • Works with other pause-work workflows to project teams and developers for seamless continuation.

Quick Start

Run the pause-work workflow to generate a .continue-here.md handoff file with the complete session state.

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-phase?▼

To preserve work state when pausing a multi-step workflow mid-phase, generate a context handoff file that captures the current phase, decisions, blockers, and completed work. This enables seamless continuation across sessions.

What is a git WIP commit and how does it help with context handoff?▼

A git WIP commit captures work-in-progress changes alongside a generated handoff file to preserve complete session state. It provides explicit resume instructions for seamless continuation across sessions.

How do I generate resume instructions for ongoing development tasks?▼

Generate resume instructions by running a pause-work workflow that detects the current phase and gathers state. It outputs a .continue-here.md handoff file with explicit instructions for seamless continuation.

Does this pause-workflow approach work for multi-step tasks with phase progression?▼

Yes, this pause-workflow approach applies to multi-step tasks by detecting phase progression and capturing decisions, blockers, and completed work. It generates a handoff file to enable seamless continuation across sessions.

What is the best way to handle context preservation for project handoffs across sessions?▼

The best way to handle context preservation for project handoffs is to automate state extraction into a handoff file and commit a WIP change. This captures the current phase and blockers, enabling seamless continuation across sessions.