gsd-pause-work

Create a `.continue-here.md` context handoff and commit it as WIP.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/ArtRiv/game-topicos-especiais --skill gsd-pause-work-artriv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-pause-work
Source: https://github.com/ArtRiv/game-topicos-especiais/tree/main/.github/skills/gsd-pause-work
Command: npx skills add https://github.com/ArtRiv/game-topicos-especiais --skill gsd-pause-work-artriv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Work gets lost when you pause mid-phase, forcing you to reconstruct decisions, progress, and blockers from scratch.

Core Features & Use Cases

  • Mid-phase context handoff: Captures the current phase and a complete snapshot of what’s done and what remains.
  • Structured .continue-here.md creation: Writes a handoff file containing position, completed work, remaining work, decisions, and blockers so another session can pick up exactly where you left off.
  • WIP git commit + resume guidance: Commits the handoff as work-in-progress and provides instructions to continue.

Example use case: You’re halfway through a task phase and need to stop; this Skill packages your progress so you can resume with full continuity instead of redoing research and decisions.

Quick Start

Create a pause handoff by running the gsd-pause-work Skill in the middle of your current phase so it writes a .continue-here.md file and shows you how to resume.

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 project context and decisions?

To pause work mid-phase without losing context, generate a `.continue-here.md` file capturing completed work, remaining tasks, decisions, and blockers, then commit it as a WIP git commit to preserve state for the next session.

What is a context handoff file and when do I need one for workflow continuity?

A context handoff file is a structured snapshot that records your current phase position, progress, and blockers. You need one when pausing a task workflow mid-phase to ensure another session can resume cleanly without reconstructing prior decisions.

How do I create a work-in-progress git commit to save my current task state?

Create a WIP git commit by running the pause workflow to write a `.continue-here.md` file containing your position, completed work, remaining work, decisions, and blockers, then commit the handoff file directly to your repository.

Can I resume a paused workflow from a WIP commit without redoing research?

Yes, you can resume a paused workflow by reading the `.continue-here.md` file from the WIP commit, which provides explicit resume instructions and a complete state snapshot so you pick up exactly where you left off.

Does phase state preservation work if I have unresolved blockers when stopping work?

Yes, phase state preservation explicitly captures unresolved blockers within the `.continue-here.md` handoff file, ensuring that pausing work with open blockers still results in a consistent snapshot for future continuity.

What is the best way to preserve project continuity when switching between task sessions?

The best way to preserve project continuity is creating a structured context handoff that detects phase state from recent files, gathers decisions and blockers into a `.continue-here.md` file, and commits it as work-in-progress.