gsd-resume-work

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

264|11|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/rkz91/coco --skill gsd-resume-work-rkz91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-resume-work
Source: https://github.com/rkz91/coco/tree/main/systems/gsd/skills/gsd-resume-work
Command: npx skills add https://github.com/rkz91/coco --skill gsd-resume-work-rkz91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restoring productivity across AI sessions by reloading project state, reconstructing context, and resuming work from the last checkpoint.

Core Features & Use Cases

  • STATE.md loading or reconstruction to restore context across sessions
  • Checkpoint detection and incomplete-work detection to prevent lost progress
  • Context-aware routing and session continuity to guide next actions and decisions

Quick Start

Resume the last project session from prior state 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 restore project context and resume work from a previous session?

You restore project context and resume work by loading a STATE.md file. The workflow detects previous checkpoints, reconstructs the session state, and routes you to the appropriate next action based on your last saved progress.

What is state management for AI workflows and when do I need it?

State management for AI workflows preserves session continuity by tracking progress in a STATE.md file. You need it when resuming complex tasks across multiple sessions to prevent lost context and reconstruct prior work checkpoints.

How do I detect incomplete work and checkpoints from a prior session?

Detecting incomplete work and checkpoints involves reading the STATE.md file to identify unfinished tasks. The workflow handles checkpoint detection automatically, visualizing your status and routing you to pending actions.

Can I resume an AI project session without manually reloading context?

Yes, you can resume an AI project session without manual reloading by using the resume-project workflow. It handles state reconstruction and context-aware routing automatically, provided a prior state file exists.

What's the best way to maintain session continuity across AI coding tasks?

The best way to maintain session continuity is implementing state reconstruction with checkpoint handling. This approach preserves your workflow context by saving progress to a state file and routing you to the correct next step upon resumption.

Why does my AI session lose context when I resume work?

Your AI session loses context when resuming work because the prior state was not saved or reconstructed. Implementing checkpoint detection and loading a STATE.md file ensures your project context is fully restored.