gsd-pause-work

Generate a resumable `.continue-here.md` handoff file and commit WIP state.

Updated May 21, 2026
One-click install
npx skills add https://github.com/jedmamosto/m-and-ms --skill gsd-pause-work-jedmamosto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-pause-work
Source: https://github.com/jedmamosto/m-and-ms/tree/main/.agents/skills/gsd-pause-work
Command: npx skills add https://github.com/jedmamosto/m-and-ms --skill gsd-pause-work-jedmamosto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents you from losing progress when you need to pause a multi-phase work session mid-stream, by capturing the current phase and a complete, resumable snapshot of what’s been done and what remains.

Core Features & Use Cases

  • Mid-phase state capture: Detects the current phase from recent workflow files and gathers detailed progress signals.
  • Complete handoff creation: Writes a .continue-here.md handoff file including position, completed vs remaining work, decisions, and blockers.
  • WIP commit + resume readiness: Creates a Git WIP commit and prints clear instructions to resume from the handoff.

Quick Start

Run gsd-pause-work to generate a .continue-here.md handoff file and commit your work state so you can resume later without rework.

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 work mid-phase without losing my progress and context?

To pause work without losing context, you can generate a resumable handoff file that captures your current phase, completed tasks, decisions, and blockers. This creates a complete snapshot so you can resume later without rework.

What's the best way to save work state and create a handoff file before switching tasks?

The best way to save work state is generating a handoff file like `.continue-here.md` that records your position, remaining work, decisions, and blockers, then performing a Git WIP commit to secure progress before switching tasks.

How does a WIP Git commit help with resuming interrupted work sessions?

A WIP Git commit secures your incomplete work state in version control alongside the generated handoff file. When you return, the commit preserves your code changes while the handoff file provides clear resume instructions and context.

Can I capture mid-phase state tracking and blockers for a multi-phase workflow?

Yes, mid-phase state capture detects the current phase from recent workflow files and gathers detailed progress signals. It records completed versus remaining work, decisions made, and blockers encountered into a complete handoff file.

Do I need Git to use context preservation and workflow pause automation?

Git is used to create a WIP commit that secures your code changes during the workflow pause. The core context preservation happens by writing the `.continue-here.md` handoff file, which captures your phase tracking and resume instructions.

When should I not use a handoff file for pausing work?

A handoff file is unnecessary for simple, single-phase tasks that can be completed in one sitting or for work with no tracked decisions and blockers. It is designed specifically for pausing complex, multi-phase workflows mid-stream.