gsd-resume-work

Restore project context and resume workflows from saved checkpoints.

4|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/electroheadfx/efx-mux --skill gsd-resume-work-electroheadfx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-resume-work
Source: https://github.com/electroheadfx/efx-mux/tree/main/.codex/skills/gsd-resume-work
Command: npx skills add https://github.com/electroheadfx/efx-mux --skill gsd-resume-work-electroheadfx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly recover a stalled or interrupted project session by reconstructing context, detecting checkpoints, and identifying what work remains.

Core Features & Use Cases

  • Context restoration: Loads or reconstructs project state so you can continue without manually piecing together prior progress.
  • Checkpoint detection: Finds continuation markers and incomplete work artifacts to determine the correct resumption point.
  • Workflow routing: Guides the next action based on whether the project needs status review, plan continuation, or missing-context recovery.
  • Use case: After reopening a long-running development project, use this Skill to resume from the last meaningful state instead of starting over.

Quick Start

Ask the assistant to resume the project from the previous session and restore the latest available 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 restore project context and resume a previous development session?

Checkpoint detection works by scanning your development project for saved state markers, unfinished planning artifacts, and continuation markers. It uses these files to identify the exact resumption point and route your next workflow action.

What is the best way to recover an interrupted workflow and find continuation markers?

The best way to recover an interrupted workflow is to read session state markers and workflow files. This process identifies incomplete work artifacts and routes you directly to the correct next step, whether that is status review or plan continuation.

When do I need context reconstruction for a stalled development project?

You need context reconstruction for a stalled development project when you reopen a long-running session and must continue without manually piecing together prior progress. It is required for maintaining continuity and recovering missing context across sessions.

Does workflow routing work without manually saving project state files?

Workflow routing requires reading existing session state markers and workflow files to function correctly. Without these saved planning artifacts, the Skill cannot detect your previous checkpoint or determine the correct recovery path.