gsd-resume-work

Restore project context from STATE.md and resume at .continue-here checkpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restoring project work across sessions by reconstructing state, checkpoints, and context so you can resume where you left off without starting over.

Core Features & Use Cases

  • State restoration from STATE.md to recover project context
  • Checkpoint detection via .continue-here files to resume at the right point
  • Incomplete work detection to identify and complete pending plans
  • Context-aware routing to appropriate next actions and teams
  • Session continuity updates to maintain persistent context across sessions

Quick Start

Run the resume-project workflow to load the latest state and continue from the last checkpoint.

Frequently Asked Questions about gsd-resume-work

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

FAQPage Schema
How do I restore project context and resume work from a previous session?

Session continuity for ongoing projects is maintained by persisting context in a state file and updating it across sessions. This ensures persistent context is available for automatic session restoration when you return to incomplete work.

How do I resume an incomplete project from the last checkpoint?

You can resume incomplete work by running a workflow that detects checkpoint files and loads the latest state. This identifies pending plans and routes you to the appropriate next command to complete the pending tasks.

What files do I need to set up before restoring project state?

Restoring project state requires a STATE.md file to recover project context and .continue-here checkpoint files to guide recovery. If STATE.md is missing, the system can reconstruct it before routing to the next action.

What is the best way to maintain session continuity across ongoing projects?

Session continuity for ongoing projects is maintained by persisting context in a state file and updating it across sessions. This ensures persistent context is available for automatic session restoration when you return to incomplete work.