gsd-pause-work

Create a .continue-here.md handoff file and Git WIP commit for paused work.

1|Updated May 24, 2026
One-click install
npx skills add https://github.com/tinner-deinno/innova-skills-lib --skill gsd-pause-work-tinner-deinno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-pause-work
Source: https://github.com/tinner-deinno/innova-skills-lib/tree/main/core/gsd/gsd-pause-work
Command: npx skills add https://github.com/tinner-deinno/innova-skills-lib --skill gsd-pause-work-tinner-deinno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of losing context and progress when you have to pause work mid-phase, forcing you to re-figure out what you were doing and what remains.

Core Features & Use Cases

  • Phase-aware context handoff: Detects the current phase based on recent files so the resume is aligned with where you left off.
  • Complete state capture: Gathers position, completed work, remaining work, decisions, and blockers to prevent knowledge gaps.
  • WIP commit + resume-ready handoff: Writes a .continue-here.md handoff file with timestamped sections and creates a Git commit so you can reliably resume across sessions.

Quick Start

Ask an AI to run the pause workflow to create a .continue-here.md handoff and commit your current work state as WIP.

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-in-progress state when pausing a coding session?

To preserve work-in-progress state, this Skill creates a context handoff file with completed work, remaining tasks, and blockers, then commits your work as a Git WIP commit. This ensures full continuity when you resume later.

What is a context handoff file for resuming iterative project workflows?

A context handoff file is a timestamped `.continue-here.md` document that captures your current phase, position, decisions, and blockers. It enables seamless resumption of iterative project workflows across separate sessions.

How do I create a WIP git commit before stepping away from my project?

You can create a WIP git commit by asking an AI to run the pause workflow. The Skill gathers your end-to-end state, writes the handoff file, and automatically creates the WIP commit before providing resume instructions.

Can I use phase tracking to align my resume with where I left off?

Yes, phase tracking detects your current phase based on recent files to align the resume with where you left off. This prevents knowledge gaps and ensures the handoff matches your exact position in the project workflow.

Does this workflow automation tool require any dependencies to run?

No dependencies are required. The Skill operates independently to detect phases from recent files, gather state, write the `.continue-here.md` handoff, and create a Git WIP commit for state preservation.

What's the best way to prevent losing context when switching between development phases?

The best way to prevent losing context is generating a complete state handoff with timestamped sections covering completed work, remaining tasks, and blockers, paired with a Git WIP commit to secure progress before pausing.