resume-from-checkpoint

Resume interrupted pipelines by loading the latest checkpoint from .claude/checkpoints.

15|6|Updated May 7, 2026
One-click install
npx skills add https://github.com/MinhThang1009/dotclaude --skill resume-from-checkpoint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume-from-checkpoint
Source: https://github.com/MinhThang1009/dotclaude/tree/main/plugins/subagent-system/skills/resume-from-checkpoint
Command: npx skills add https://github.com/MinhThang1009/dotclaude --skill resume-from-checkpoint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resumes an interrupted pipeline by loading the latest checkpoint and reconstructing the necessary state to continue execution.

Core Features & Use Cases

  • Resolve the latest checkpoint from [PROJECT_ROOT]/.claude/checkpoints and reconstruct the pipeline state.
  • Report the next phase to run along with the key context for the next agent (files modified, decisions, prerequisites) and check for unresolved alerts.
  • Require user confirmation before re-spawning agents to ensure a safe resume after a session restart or /compact.

Quick Start

Resume the active workflow by loading the latest checkpoint and re-spawning the next phase after user confirmation.

Frequently Asked Questions about resume-from-checkpoint

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

FAQPage Schema
How do I resume an interrupted pipeline from the last checkpoint?

To resume an interrupted pipeline, the skill reads the latest saved checkpoint from .claude/checkpoints, reconstructs the required state, reports the next phase, and prompts for user confirmation before re-spawning agents.

Can I restore pipeline state after a session restart or /compact command?

Yes, you can restore pipeline state after a session restart or /compact by loading the latest checkpoint, which identifies the next phase to run and retrieves key context like modified files and decisions for the next agent.

How does the checkpoint mechanism resolve the project root directory?

The checkpoint mechanism resolves the project root directory by reading the PIPELINE_CONFIG.md file when available, using it to locate the checkpoint storage path and reconstruct the execution state.

What context is recovered when resuming an interrupted automation workflow?

When resuming an interrupted automation workflow, the recovered context includes the next phase to run, files modified, prior decisions, prerequisites, and any unresolved alerts scanned before prompting for user confirmation.

Do I need to manually confirm before re-spawning agents after a pipeline crash?

Yes, user confirmation is required before re-spawning agents after a pipeline crash or unexpected session end, ensuring a safe resume by reviewing the reconstructed state and unresolved alerts before execution continues.

What happens if there are unresolved alerts when loading a pipeline checkpoint?

When loading a pipeline checkpoint, the skill scans for unresolved alerts and reports them alongside the next phase and key context, requiring user confirmation before proceeding to re-spawn the next agent.