gsd-pause-work

Capture phase state, progress, tasks, decisions, and blockers into a .continue-here.md handoff file.

4|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/electroheadfx/efx-mux --skill gsd-pause-work-electroheadfx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-pause-work
Source: https://github.com/electroheadfx/efx-mux/tree/main/.codex/skills/gsd-pause-work
Command: npx skills add https://github.com/electroheadfx/efx-mux --skill gsd-pause-work-electroheadfx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill creates a reliable handoff when work must stop mid-phase, preserving the current state so the next session can continue without losing decisions, progress, or blockers.

Core Features & Use Cases

  • Context gathering: Detects the current phase and collects what has been completed, what remains, and what is blocking progress.
  • Handoff creation: Writes a structured .continue-here.md file with the full working context needed to resume later.
  • Session continuity: Supports WIP git commits and clear resume instructions so interrupted workflows can restart safely.
  • Use case: A developer needs to stop in the middle of a planning or implementation phase and wants the assistant to preserve the exact working state for tomorrow.

Quick Start

Ask the assistant to pause the current GSD workflow and create a complete handoff for resuming later.

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 context when pausing a development workflow mid-phase?

To preserve context when pausing a development workflow, the Skill gathers current phase state, completed progress, remaining tasks, and blockers, then writes a structured `.continue-here.md` file. This ensures full session continuity for resuming work later.

What is the best way to create a work handoff before stopping an interrupted coding session?

The best way to create a work handoff is by capturing structured context including decisions and blockers. The Skill generates a handoff file and supports WIP git commits, allowing interrupted development workflows to restart safely without losing progress.

Can I use WIP git commits to save progress without losing decisions during a pause?

Yes, you can use WIP git commits to save progress during a pause. The Skill applies work-in-progress commit support alongside structured context capture, ensuring your decisions and completed tasks remain intact across session boundaries.

Does context preservation for paused work require specific dependencies or frameworks?

No specific dependencies or frameworks are required for context preservation. The Skill operates independently to detect your current phase and collect progress data, generating a markdown handoff file that works across any development environment.

When do I need to generate a resume file for session continuity?

You need to generate a resume file for session continuity whenever work must stop mid-phase during planning, implementation, or reporting. This structured handoff captures your exact working state so the next session can continue immediately.

What limitations exist when relying on a markdown handoff file for workflow continuity?

A limitation of relying on a markdown handoff file is that it captures state only at the moment of pausing. It does not automatically track changes made after generation, so any subsequent manual edits to the codebase will not be reflected in the resume instructions.