gsd-resume-work

Restore project context by loading STATE.md and resuming from .continue-here checkpoints.

Updated May 21, 2026
One-click install
npx skills add https://github.com/jedmamosto/m-and-ms --skill gsd-resume-work-jedmamosto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-resume-work
Source: https://github.com/jedmamosto/m-and-ms/tree/main/.agents/skills/gsd-resume-work
Command: npx skills add https://github.com/jedmamosto/m-and-ms --skill gsd-resume-work-jedmamosto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents lost momentum by restoring complete project context from a previous session so you can continue where you left off without re-triage or manual bookkeeping.

Core Features & Use Cases

  • State restoration: Loads STATE.md if present, or reconstructs it if missing to re-establish the correct working context.
  • Checkpoint detection: Finds and uses “.continue-here” checkpoint markers to jump back into the right phase of the workflow.
  • Incomplete work recovery: Detects unfinished plans (for example, a PLAN without a SUMMARY) and routes you to the next context-appropriate step.
  • Context-aware routing: Presents current status and automatically chooses the next action based on what is detected.

Quick Start

Run the gsd-resume-work skill to load or rebuild STATE.md, find the latest checkpoint, and continue the resume-project workflow end to end.

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 an interrupted workflow?

Resuming an interrupted workflow means loading or reconstructing the STATE.md file to restore full context, then detecting .continue-here checkpoints to automatically route you to the next appropriate step.

What happens if my STATE.md file is missing when I try to continue work?

If STATE.md is missing, the context restoration process automatically reconstructs the working state by detecting incomplete plans, such as a PLAN missing a SUMMARY, and routing you to the next context-appropriate action.

How does checkpoint detection work for project continuation?

Checkpoint detection works by scanning for .continue-here markers, which allow the state restoration process to jump back into the correct phase of the workflow and present your current status automatically.

How do I detect unfinished plans and route to the next workflow step?

Detecting unfinished plans involves checking for incomplete content, such as a PLAN without a SUMMARY, and using status-driven context routing to determine and execute the next context-appropriate step in the workflow.

Do I need any specific environment setup to execute the resume-project workflow?

Executing the resume-project workflow requires access to the execution context located at $HOME/.claude/get-shit-done/workflows/resume-project.md, and operates without any external dependencies.