resume-checkpoint

Commits in-progress work and writes a PROGRESS.md resumption note for interrupted sessions.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/alasdairnc/casedive --skill resume-checkpoint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume-checkpoint
Source: https://github.com/alasdairnc/casedive/tree/main/.claude/skills/resume-checkpoint
Command: npx skills add https://github.com/alasdairnc/casedive --skill resume-checkpoint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Checkpoint progress mid-session so usage-limit interruptions become a clean pause instead of a reset. Commits WIP, writes a resumption note, and prints the next step to pick up exactly where you left off.

Core Features & Use Cases

  • Checkpointing: commits in-progress work to prevent loss during long tasks.
  • Resumption notes: writes a PROGRESS.md with context for the next session.
  • Next-step prompt: prints a one-line resume prompt to continue smoothly.

Quick Start

Invoke /resume-checkpoint to commit in-progress work, generate a PROGRESS.md with a resumption note, and print the next-step prompt.

Frequently Asked Questions about resume-checkpoint

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

FAQPage Schema
What is a git checkpoint for session management?

To save WIP before hitting a usage limit, you can commit in-progress work and generate a resumption note. This preserves your current context by creating a PROGRESS.md file and printing a one-line prompt for the next session.

How do I save my WIP before hitting a usage limit?

To save WIP before hitting a usage limit, you can commit in-progress work and generate a resumption note. This preserves your current context by creating a PROGRESS.md file and printing a one-line prompt for the next session.

How do I resume a coding session after an interruption?

To resume a coding session after an interruption, read the PROGRESS.md file generated during the checkpoint. It contains a resumption note and a one-line next-step prompt to help you pick up exactly where you left off.

Can I use git to checkpoint progress during long-running tasks?

Yes, you can use git to checkpoint progress during long-running tasks by committing in-progress work. This creates a clean pause instead of a reset by writing a PROGRESS.md file with context for the next session.

What is the best way to preserve context when a session is at risk of timing out?

The best way to preserve context when a session is at risk of timing out is to commit WIP and write a resumption note. This generates a PROGRESS.md file and a next-step prompt to ensure a smooth continuation.