gsd-pause-work

Create a structured handoff file and commit WIP when pausing work mid-phase.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates context handoff by creating a complete handoff file when pausing work mid-phase, ensuring no state is lost across sessions.

Core Features & Use Cases

  • Detects the current phase, gathers complete state (position, completed work, remaining tasks, decisions, blockers), and creates a structured handoff file for later resumption.
  • Writes the handoff with all context sections and commits it as a Work In Progress, enabling clean handoffs and auditable history.
  • Provides clear resume instructions and guidelines to continue from the exact point paused, reducing rework and context-switching.

Quick Start

Run the pause-work workflow to generate the .continue-here.md handoff file and commit it as a WIP, then resume when ready.

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 work mid-phase in a multi-phase session?

To preserve context when pausing work, this Skill detects the current phase and gathers completed work, remaining tasks, decisions, and blockers into a structured handoff file committed as a WIP for later resumption.

What is the best way to automate context handoff and state management before switching tasks?

Automating context handoff is best handled by generating a complete handoff file with all state sections and committing it as a Work In Progress, ensuring no state is lost across sessions.

How do I resume a paused workflow from the exact point I left off?

To resume a paused workflow, follow the generated resume instructions in the handoff file, which provides clear guidelines to continue from the exact point paused and reduces rework.

Can I use a git commit to save a work in progress state without losing decisions and blockers?

Yes, you can use a git commit to save a work in progress state; this Skill writes all decisions and blockers into a handoff file and commits it as a WIP for auditable history.

Does this pause-work workflow apply to single-phase tasks or only multi-phase sessions?

The pause-work workflow applies specifically to multi-phase sessions requiring preservation of state, and is not designed for single-phase tasks without complex state or restart guidance needs.