gsd-pause-work

Capture current work state into a .continue-here.md handoff and commit as WIP.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/ev3rlit/magam-canonical-archive --skill gsd-pause-work-ev3rlit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-pause-work
Source: https://github.com/ev3rlit/magam-canonical-archive/tree/main/.codex/skills/gsd-pause-work
Command: npx skills add https://github.com/ev3rlit/magam-canonical-archive --skill gsd-pause-work-ev3rlit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pauses in ongoing work can fragment context. This skill automates capturing the current phase, state, decisions, blockers, and next steps, then writes a handoff artifact so teammates can resume seamlessly.

Core Features & Use Cases

  • Phase-aware state capture: Detects the current work phase and compiles relevant context.
  • Handoff artifact generation: Creates a portable .continue-here.md with all state sections, timestamps, and progress notes.
  • Git integration and resume guidance: Commits the handoff as a WIP and provides explicit resume instructions to restart later.

Quick Start

Run the pause-work workflow to capture current phase and state, generate a .continue-here.md handoff with context, commit it as WIP, and provide resume instructions.

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 git workflow context when pausing work mid-phase?

To save git workflow context when pausing work, this skill captures the current phase, state, and blockers, then generates a .continue-here.md handoff file and commits it as a WIP to preserve context continuity.

What is a context handoff artifact and when do I need one?

A context handoff artifact is a portable file like .continue-here.md that preserves work state, decisions, and next steps. You need one when pausing engineering workflows to ensure teammates can resume seamlessly without losing context.

How do I create explicit resume instructions for ongoing engineering work?

To create resume instructions for ongoing engineering work, this skill timestamps the captured state and progress notes within the generated .continue-here.md handoff, providing explicit guidance to restart development later.

Can I use this state management workflow without additional dependencies?

Yes, you can use this state management workflow without additional dependencies. It operates independently to detect the current work phase, compile relevant context, and commit the handoff artifact directly to git.

What's the best way to manage WIP commits for seamless work handoffs?

The best way to manage WIP commits for seamless handoffs is automating state capture into a .continue-here.md file and committing it directly, ensuring the current work phase and blockers are preserved in version control.