qsd-resume

Load the latest qsd checkpoint and reconstruct STATE.md, ROADMAP.md, and PLAN.md.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/thecomputer07/qsd --skill qsd-resume
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qsd-resume
Source: https://github.com/thecomputer07/qsd/tree/main/skills/qsd-resume
Command: npx skills add https://github.com/thecomputer07/qsd --skill qsd-resume

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rehydrates operational context from the latest qsd checkpoint to resume work after a reset.

Core Features & Use Cases

  • Restore the active session by loading the most recent checkpoint written by /qsd-save-checkpoint.
  • Read and apply the Resume Hints files (STATE.md, ROADMAP.md, PLAN.md) to reconstruct the current state and plan.
  • Validate checkpoint schema_version and print checkpoint content to confirm the current position before continuing.

Quick Start

Run the qsd-resume skill to load the latest checkpoint and rehydrate the active session from the Resume Hints files.

Frequently Asked Questions about qsd-resume

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I restore operational context after a session reset?

To restore operational context after a session reset, you can load the most recent qsd checkpoint. This process reads the LATEST.json pointer, loads the checkpoint body, and reconstructs your active state and plan from Resume Hints files.

What is checkpoint rehydration and how does it work?

Checkpoint rehydration is the process of restoring an active session by loading a previously saved state. It validates the checkpoint schema, consumes Resume Hints files to reconstruct STATE.md, ROADMAP.md, and PLAN.md, and resumes from the recorded Next Action.

How do I load a qsd checkpoint to resume work?

You load a qsd checkpoint by running the resume skill, which automatically reads the LATEST.json pointer to find the most recent save. It then validates the schema, prints the checkpoint content, and applies the hints to resume work.

Does qsd checkpoint validation check the schema version before restoring state?

Yes, qsd checkpoint validation explicitly checks the schema_version before restoring state. This ensures the checkpoint format is compatible and safe to apply before reconstructing your STATE.md, ROADMAP.md, and PLAN.md files.

Can I reconstruct STATE.md and PLAN.md files from a saved checkpoint?

Yes, you can reconstruct STATE.md and PLAN.md files from a saved checkpoint. The resume process consumes all available Resume Hints files to rebuild these documents, ensuring your operational context and roadmap are fully restored.