gsd-resume-work

Restore interrupted project state from STATE.md and .continue-here checkpoints.

1|Updated May 24, 2026
One-click install
npx skills add https://github.com/tinner-deinno/innova-skills-lib --skill gsd-resume-work-tinner-deinno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-resume-work
Source: https://github.com/tinner-deinno/innova-skills-lib/tree/main/core/gsd/gsd-resume-work
Command: npx skills add https://github.com/tinner-deinno/innova-skills-lib --skill gsd-resume-work-tinner-deinno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restoring an interrupted project workflow without losing context, plans, checkpoints, or next-step intent.

Core Features & Use Cases

  • State recovery and reconstruction: Loads STATE.md when present or reconstructs it when missing, so the session can continue coherently.
  • Checkpoint and continuation detection: Detects .continue-here style checkpoints to pick up exactly where progress stopped.
  • Incomplete work triage: Identifies unfinished work patterns (e.g., PLAN without SUMMARY) and routes you to the correct next action.
  • Context-aware routing and status presentation: Summarizes current state and routes to the next workflow step for seamless continuation.

Quick Start

Ask the system to run gsd-resume-work to restore your previous session state and continue with the appropriate 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 restore an interrupted project workflow without losing context?

To restore an interrupted project workflow, you can run a resume process that locates or reconstructs STATE.md, detects .continue-here checkpoints, and routes you to the correct next action for seamless context restoration.

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

If STATE.md is missing, the context restoration process reconstructs your project state automatically by detecting continuation markers and checking for incomplete PLAN and SUMMARY pairs to resume work coherently.

How do I pick up exactly where my coding progress stopped after a session break?

You pick up where progress stopped by detecting .continue-here style checkpoints that mark your last action. The system triages incomplete work patterns and presents a status view for exact continuation.

How does incomplete work triage handle unfinished project plans?

Incomplete work triage identifies unfinished patterns like a PLAN file without a matching SUMMARY. It then routes you directly to the appropriate resume-project workflow step to complete the pending work.

Can I use this context restoration approach for both code and productivity workflows?

Yes, this context restoration applies to both code and productivity workflows. It handles state recovery, checkpoint detection, and workflow routing across project types where prior planning may be incomplete.

Why does my project fail to continue coherently after a session break?

Projects fail to continue coherently because critical context, plans, and next-step intent are lost during session breaks. Locating or reconstructing state and detecting continuation markers solves this failure-to-continue problem.