gsd-resume-work

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

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/novatech2210-cmd/ImidusApp --skill gsd-resume-work-novatech2210-cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-resume-work
Source: https://github.com/novatech2210-cmd/ImidusApp/tree/main/.codex/skills/gsd-resume-work
Command: npx skills add https://github.com/novatech2210-cmd/ImidusApp --skill gsd-resume-work-novatech2210-cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restoring a disrupted project session can be error-prone without preserved context. This Skill restores full project continuity by loading or reconstructing STATE.md, detecting checkpoints, and routing to the appropriate next action via the resume-project workflow.

Core Features & Use Cases

  • Restore project context from the previous session by loading STATE.md or reconstructing it from available data.
  • Detect checkpoints and incomplete work (PLAN without SUMMARY) to present an accurate status and suggested next steps.
  • Route to the next command based on context awareness and CONTEXT.md checks, ensuring session continuity across sessions.

Quick Start

Invoke the resume-project workflow to load STATE.md, detect checkpoints, and route to the next action.

Frequently Asked Questions about gsd-resume-work

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

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

To resume work and restore context from a previous session, invoke the resume-project workflow to load or reconstruct STATE.md, detect incomplete checkpoints, and route to the appropriate next action.

What is the best way to detect incomplete work and checkpoints in a state management workflow?

Session continuity relies on detecting checkpoint files like .continue-here and identifying incomplete work, such as a PLAN without a SUMMARY, to accurately present project status and suggest next steps.

Can I reconstruct project state if my STATE.md file is missing or corrupted?

Yes, you can reconstruct project state by deriving context from available data and checking CONTEXT.md, allowing the session continuity workflow to route you to the next action even without a valid STATE.md.

Does the checkpoint detection process work with existing state management files in my project?

Yes, checkpoint detection works with existing state management files by locating .continue-here checkpoints and verifying CONTEXT.md alongside STATE.md to determine the exact resumption point.

Why does my project session fail to present the correct status when I try to resume?

Project session status fails when STATE.md cannot be loaded or reconstructed, preventing the workflow from detecting incomplete work like a missing SUMMARY and failing to route to the next action.