gsd-resume-work

Restore project context from STATE.md and resume interrupted work.

4|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/lgwanai/openforce --skill gsd-resume-work-lgwanai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-resume-work
Source: https://github.com/lgwanai/openforce/tree/main/skills/gsd-resume-work
Command: npx skills add https://github.com/lgwanai/openforce --skill gsd-resume-work-lgwanai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When a previous OpenForce session was interrupted, you often lose the project state and must re-explain everything from scratch; this Skill restores context and continues the work reliably.

Core Features & Use Cases

  • Seamless project state restoration: Loads STATE.md or reconstructs it if missing, so the next actions reflect prior progress.
  • Checkpoint- and progress-aware recovery: Detects checkpoint/continue indicators (e.g., .continue-here files) and identifies incomplete work such as a PLAN without a SUMMARY.
  • Context-aware routing to the right next step: Presents current status and routes execution to the appropriate continuation flow (resume-project workflow).

Quick Start

Use the gsd-resume-work Skill by running: openforce /gsd-resume-work.

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 interrupted work from a previous session?

Restoring project context and resuming interrupted work is done by loading STATE.md or reconstructing it if missing, detecting checkpoint markers, and routing to the appropriate continuation flow.

What is the best way to detect incomplete plans without summaries during state restoration?

Detecting incomplete plans without summaries is handled by identifying checkpoint and continue indicators, such as .continue-here files, to locate interrupted execution paths within the project workflow.

How does checkpoint detection work when recovering an interrupted project workflow?

Checkpoint detection works by scanning for .continue-here files and matching markers, allowing the system to identify incomplete work and present the current status before routing execution forward.

Do I need a STATE.md file to use project state restoration?

You do not need an existing STATE.md file to restore project state, as the resume-project workflow can reconstruct the missing context to ensure subsequent actions reflect prior progress.

Can I resume work if my previous session ended without a summary?

You can resume work without a summary because the state restoration process detects incomplete plans lacking summaries and routes execution to the appropriate context-aware continuation action.

What are the limitations of task routing for DAG execution recovery?

Task routing for DAG execution recovery requires end-to-end execution of the resume-project process and depends on checkpoint markers or STATE.md persistence to accurately reconstruct the prior workflow state.