gsd-pause-work

Capture session state into a timestamped .continue-here.md and commit WIP.

Updated Aug 15, 2025
One-click install
npx skills add https://github.com/gesmith0606/nfl_data_engineering --skill gsd-pause-work-gesmith0606
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-pause-work
Source: https://github.com/gesmith0606/nfl_data_engineering/tree/main/.claude/skills/gsd-pause-work
Command: npx skills add https://github.com/gesmith0606/nfl_data_engineering --skill gsd-pause-work-gesmith0606

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pausing work mid-phase often loses context, decisions, and the exact state needed to resume efficiently; this Skill creates a single handoff document that preserves position, completed and remaining work, decisions, and blockers so you can pause and resume without friction.

Core Features & Use Cases

  • Automatic Phase Detection: Determine the current phase from recent files and project structure.
  • State Gathering: Collect position, completed tasks, remaining work, decisions made, and blockers with optional user clarifications.
  • Handoff Creation & Preservation: Write a timestamped .continue-here.md containing all context sections and perform a WIP git commit to preserve the in-progress state.
  • Resume Guidance: Include clear next steps and resume instructions so another session can pick up immediately.

Quick Start

Create a .continue-here.md handoff for the current project that captures current phase, completed tasks, remaining work, decisions, blockers, and commits it as a WIP so I can pause and resume 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 save my session state before pausing work in git?

To save your session state before pausing work, you can generate a timestamped .continue-here.md handoff file and commit it as a WIP in git. This preserves your current phase, completed tasks, remaining work, decisions, and blockers for frictionless resumption.

What is the best way to create a handoff document for in-progress development?

The best way to create a handoff document is to automatically detect the current phase from recent files and project structure, gather state details, and write a timestamped .continue-here.md file. This preserves exact position and context for resuming mid-phase work efficiently.

How do I write a resume guide for unfinished code tasks?

You can write a resume guide by capturing clear next steps and resume instructions in a .continue-here.md file. Including completed work, remaining tasks, and blockers ensures another session can pick up the unfinished code tasks immediately.

Does pausing work with a WIP commit affect my git workflow?

Pausing work with a WIP commit integrates smoothly into a standard git workflow by preserving your in-progress state safely. The commit acts as a save point alongside the handoff document, preventing accidental loss of uncommitted changes while pausing.

Can I use a handoff file for research and content tasks, not just code?

Yes, you can use a handoff file for research and content tasks. The skill applies to any in-progress task requiring phase detection and state capture, gathering position, decisions, and remaining work to document exactly where to resume.