gsd-resume-work

Restore project state and resume workflows from checkpoint files.

1|Updated Sep 6, 2015
One-click install
npx skills add https://github.com/deerawan/dotfiles --skill gsd-resume-work-deerawan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-resume-work
Source: https://github.com/deerawan/dotfiles/tree/main/claude/skills/gsd-resume-work
Command: npx skills add https://github.com/deerawan/dotfiles --skill gsd-resume-work-deerawan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of losing progress between sessions by restoring the right project state and continuing where you left off with appropriate context.

Core Features & Use Cases

  • State restoration: Loads or reconstructs STATE.md to regain full working context even if it is missing.
  • Checkpoint recovery: Detects .continue-here files to resume precisely at the last known step.
  • Safe workflow routing: Identifies incomplete work (e.g., PLAN without SUMMARY) and routes to the next context-aware action for clear status and continuation.

Quick Start

Use gsd-resume-work to resume the previous project workflow with restored state and checkpoint-aware next actions.

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 state after losing progress between work sessions?

Resume work by loading or reconstructing STATE.md to regain full working context even if the file is missing. This restores your previous session's workflow state so you can continue where you left off with proper context.

What is a checkpoint file and how does it help resume incomplete work?

A checkpoint file like .continue-here marks the last known step in your project workflow. Detecting this file lets you resume precisely at that checkpoint, ensuring incomplete work is continued accurately without losing your place in the plan.

How do I detect incomplete work when a project plan has no summary?

To detect incomplete work, identify tasks that have a PLAN without a SUMMARY. This indicates unfinished tasks, allowing the system to route the next context-aware action to the resume-project workflow for clear status and continuation.

Can I route the next context-aware action to a specific project workflow?

Yes, you can route the next context-aware action to the resume-project workflow. By detecting checkpoint files and determining incomplete work, the system automatically routes your next action to ensure clear status and proper continuation of the project.

What is the best way to restart work with proper context after an interruption?

The best way to restart work with proper context after an interruption is to use a session resume mechanism. It reconstructs the previous session's workflow state, detects checkpoint files, identifies incomplete plans, and presents a clear status to route your next action.