gsd-pause-work

Capture project state and pending tasks into a markdown handoff file with a WIP git commit.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of losing mental context and project state when you are forced to pause work mid-phase, ensuring a seamless transition back to the task later.

Core Features & Use Cases

  • Context Handoff: Automatically gathers current phase progress, pending decisions, and blockers into a structured handoff file.
  • State Preservation: Creates a .continue-here.md file and performs a WIP git commit to lock in your progress.
  • Use Case: If you are interrupted while working on a complex feature, use this Skill to capture your current train of thought, open files, and remaining sub-tasks so you can resume exactly where you left off without re-orienting.

Quick Start

Invoke the pause work skill by typing $gsd-pause-work to generate a context handoff file and commit your current progress.

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, this Skill captures project state, pending tasks, and decision logs into a persistent markdown file while performing a WIP git commit to lock in progress.

What is the best way to save my current progress and open files before switching tasks in git?

The best way to save progress before switching tasks is generating a structured context handoff file that records your current phase progress, open files, and remaining sub-tasks, paired with a WIP git commit.

How does a context handoff file help with task resumption?

A context handoff file helps with task resumption by capturing your mental context, pending decisions, and blockers into a structured markdown file, allowing you to resume exactly where you left off without re-orienting.

Do I need to manually commit my work before creating a context handoff?

You do not need to manually commit your work before creating a context handoff, because this Skill automatically performs a WIP git commit to lock in your current progress while generating the handoff file.

Can I use this pause work skill with agent-based state management systems?

Yes, you can use this skill with agent-based state management, because it facilitates seamless task resumption by integrating directly with GSD workflow protocols and agent-based state management.

When should I avoid using an automated WIP commit for pausing work?

You should avoid using an automated WIP commit for pausing work if your repository strictly prohibits incomplete or work-in-progress commits, as this Skill automatically locks in your current state via a WIP git commit.