gsd-resume-work

Load STATE.md, detect checkpoints, and route to the next actionable plan.

8|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/D0NMEGA/donnyclaude --skill gsd-resume-work-d0nmega
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-resume-work
Source: https://github.com/D0NMEGA/donnyclaude/tree/main/packages/skills/gsd-resume-work
Command: npx skills add https://github.com/D0NMEGA/donnyclaude --skill gsd-resume-work-d0nmega

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resume project work with full context restoration, enabling seamless continuation from paused Claude Code sessions without loss of prior state, decisions, or context.

Core Features & Use Cases

  • Context restoration: loads prior STATE.md, detects checkpoints, and reconstructs incomplete work to present clear next steps.
  • Context-aware routing: directs you to the appropriate next action in the resume-project workflow when resuming a session.
  • Session continuity: maintains session history and updates continuity metadata for reliable multi-step tasks across restarts.

Quick Start

Ask Claude to resume your project from the paused session using the resume-project workflow.

Frequently Asked Questions about gsd-resume-work

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resume Claude Code sessions without losing prior context and state?

To resume Claude Code sessions without losing context, you need state management that loads prior STATE.md files and detects checkpoints to reconstruct incomplete work. This Skill coordinates with the resume-project workflow to provide deterministic context recovery and surface clear next actionable steps automatically.

How does checkpoint detection work for restoring paused project workflows?

Checkpoint detection for restoring paused project workflows works by loading the existing STATE.md file and reconstructing incomplete work from saved session history. The mechanism identifies where the previous session paused and uses context-aware routing to direct you to the appropriate next action in your workflow.

What's the best way to maintain session continuity across multiple Claude Code restarts?

The best way to maintain session continuity across multiple Claude Code restarts is to use a workflow that updates continuity metadata after each step. This Skill ensures reliable multi-step task progression by preserving session history and updating state files during deterministic context recovery.

Do I need a STATE.md file to restore context from a paused coding session?

Yes, you need a STATE.md file to restore context from a paused coding session. The context restoration process depends on loading this state management file to detect checkpoints, reconstruct incomplete work, and present the next actionable plan for your project workflow.

How do I route to the next actionable task when resuming a paused project?

To route to the next actionable task when resuming a paused project, this Skill uses context-aware routing after loading your STATE.md and detecting checkpoints. It coordinates with the resume-project workflow located at ~/.claude/get-shit-done/workflows/resume-project.md to surface the next deterministic step.