gsd-resume-work

Load STATE.md and detect .continue-here checkpoints to resume project workflows.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/ev3rlit/magam-canonical-archive --skill gsd-resume-work-ev3rlit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-resume-work
Source: https://github.com/ev3rlit/magam-canonical-archive/tree/main/.codex/skills/gsd-resume-work
Command: npx skills add https://github.com/ev3rlit/magam-canonical-archive --skill gsd-resume-work-ev3rlit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Projects often stall when a session ends or a handoff occurs because important context is lost. This skill restores working state by loading the previous session context and reconstructing missing state files, enabling seamless continuation.

Core Features & Use Cases

  • State restoration: loads STATE.md from the project or reconstructs it when missing.
  • Checkpoint & progress tracking: detects .continue-here checkpoints and identifies incomplete work.
  • Context-aware routing: presents a guided path to resume work and routes to the next command based on current context.
  • Status visualization: provides a clear view of what remains and what was completed for quick decision-making.
  • Workflow integration: tailored for resume-project workflows and related project governance.

Quick Start

Invoke the gsd-resume-work skill to restore your last project context and continue from the latest checkpoint.

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 after losing context from a previous session?

To resume work after losing context, this skill loads STATE.md from your workspace or reconstructs it when missing, restoring your previous session context for seamless continuation.

What is checkpoint-based progress tracking and how does it help with project continuation?

Checkpoint-based progress tracking detects `.continue-here` markers in your workspace to identify incomplete work, enabling context-aware routing to the exact next command needed for project continuation.

How do I restore project state when the state file is missing from my workspace?

When the state file is missing, this skill reconstructs the project state by analyzing your workspace, detecting incomplete work, and presenting a clear status of what remains to be done.

Can I use this context restoration workflow for project handoffs between team members?

Yes, this workflow supports project handoffs by restoring working state through STATE.md loading and checkpoint detection, ensuring the receiving team member gets full context of what was completed and what remains.

What's the best way to visualize project status and remaining work before continuing?

The best way to visualize project status is through the skill's status presentation feature, which provides a clear view of completed work and remaining tasks for quick decision-making before routing to the next command.