gsd-resume-work

Resume a project session by loading context and routing actions through the resume-project workflow.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/roycolumbia-code/claude-global-config --skill gsd-resume-work-roycolumbia-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-resume-work
Source: https://github.com/roycolumbia-code/claude-global-config/tree/main/skills/_audit-disabled-20260706-1136/gsd-resume-work
Command: npx skills add https://github.com/roycolumbia-code/claude-global-config --skill gsd-resume-work-roycolumbia-code

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill resolves the challenge of picking up where you left off in a project, ensuring full context restoration and uninterrupted workflow.

Core Features & Use Cases

  • Context Restoration: Automatically loads or reconstructs missing STATE.md, detects checkpoints, identifies incomplete work, and presents status.
  • Workflow Routing: Directs context-aware next actions through the resume-project.md workflow.
  • Execution: Executes the workflow end-to-end.

Quick Start

Resume the last project session with the command: 'resume-project'.

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 project work from a previous session with full context restoration?

To resume project work with full context restoration, use the 'resume-project' command. The Skill automatically loads or reconstructs missing STATE.md files, detects checkpoints, identifies incomplete work, and routes next actions through the resume-project workflow.

What is project continuity and how does state management handle session checkpoints?

Project continuity is the ability to pick up work from the last session without losing track. State management handles this by detecting checkpoints and automatically reconstructing missing context to ensure uninterrupted workflow routing.

Do I need specific files to restore context and resume a project?

Yes, restoring context to resume a project requires .continue-here files and PLAN-SUMMARY consistency. These files maintain state and allow the workflow routing to detect checkpoints and identify incomplete work accurately.

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

If your STATE.md file is missing, the context restoration process automatically reconstructs it. The system detects existing checkpoints, identifies incomplete work, and presents the current status before routing next actions.

What's the best way to automate workflow routing after restoring project context?

The best way to automate workflow routing after context restoration is triggering the 'resume-project' command. It directs context-aware next actions through the resume-project workflow and executes the entire process end-to-end.

Are there limitations to context restoration when project state files are inconsistent?

Yes, context restoration is limited when project state files lack consistency. The system requires PLAN-SUMMARY consistency and proper .continue-here files to maintain state; otherwise, workflow routing and checkpoint detection may fail.