gsd-resume-work

Restore STATE.md and checkpoint markers to resume interrupted project workflows.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/ArtRiv/game-topicos-especiais --skill gsd-resume-work-artriv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-resume-work
Source: https://github.com/ArtRiv/game-topicos-especiais/tree/main/.github/skills/gsd-resume-work
Command: npx skills add https://github.com/ArtRiv/game-topicos-especiais --skill gsd-resume-work-artriv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of losing momentum between work sessions by restoring project state, checkpoints, and context so you can continue exactly where you left off.

Core Features & Use Cases

  • State restoration: Loads or reconstructs STATE.md to recover the operational baseline for the session.
  • Checkpoint-aware resumption: Detects .continue-here checkpoint markers to resume at the right step.
  • Progress integrity checks: Flags incomplete work scenarios (for example, a PLAN without SUMMARY) to prevent silent omissions.
  • Context-aware next action routing: Chooses the most appropriate next command by checking CONTEXT.md before suggesting plan-vs-discuss style actions.
  • Use case: You previously ran a multi-step project workflow, then stopped mid-stream; use this skill to automatically rehydrate state and continue with the correct next step without re-explaining everything.

Quick Start

Ask the assistant to run the gsd-resume-work skill to restore state and continue the previous project session with full context.

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 a project workflow with full context after stopping mid-stream?

To resume a project workflow with full context, you need a state restoration process that loads saved STATE.md files and checkpoint markers to recover the operational baseline and continue exactly where you left off.

What is checkpoint detection for multi-step repository workflows?

Checkpoint detection for multi-step repository workflows is the process of identifying .continue-here markers to resume interrupted work at the correct step without losing prior progress or context.

How does context-aware routing determine the next action in a project session?

Context-aware routing determines the next action by checking CONTEXT.md to choose the most appropriate command, suggesting either plan or discuss style actions based on the restored session state.

Why does project state restoration flag incomplete work scenarios like a PLAN without a SUMMARY?

Project state restoration flags incomplete work scenarios like a PLAN without a SUMMARY to perform progress integrity checks, preventing silent omissions and ensuring no unfinished steps are skipped during session resumption.

Do I need a STATE.md file to restore an interrupted project session?

You need a STATE.md file or related session artifacts to restore an interrupted project session, because the system loads or reconstructs this baseline to rehydrate state and validate previous workflow progress.

When should I not use checkpoint-based state restoration for project workflows?

You should not use checkpoint-based state restoration for single-step tasks or workflows that do not rely on context files, because the system requires multi-step repository checkpoints and state artifacts to function reliably.