checkpoint

Save and resume git state, decisions, and remaining work checkpoints.

9|3|Updated Jan 29, 2022
One-click install
npx skills add https://github.com/I194/PMTools_2.0 --skill checkpoint-i194
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checkpoint
Source: https://github.com/I194/PMTools_2.0/tree/main/.claude/skills/gstack/checkpoint
Command: npx skills add https://github.com/I194/PMTools_2.0 --skill checkpoint-i194

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save and resume working state checkpoints by capturing git state, decisions made, and remaining work so you can pick up exactly where you left off — even across Conductor workspace handoffs between branches.

Core Features & Use Cases

  • Save checkpoints to record current context, decisions, and remaining tasks.
  • Resume work later with a single command, restoring branch, state, and plan.
  • Proactively remind you to checkpoint before long breaks or context switches.

Quick Start

Save a checkpoint with /checkpoint save and resume later with /checkpoint resume.

Frequently Asked Questions about checkpoint

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

FAQPage Schema
How do I save my git workflow state before switching branches?

You can resume a saved git session by running /checkpoint resume, which restores the captured branch, state, and next steps so you pick up exactly where you left off.

What does a checkpoint capture when pausing work in a git session?

A checkpoint captures the current git state, decisions made, and remaining work deterministically, ensuring you can reliably continue across sessions and workspace handoffs.

When should I save a checkpoint during my development workflow?

To resume a saved git session after a break, run /checkpoint resume to restore the recorded branch, state, and next steps, picking up exactly where you left off across workspace handoffs.

How do I resume a saved git session after a break?

To resume a saved git session after a break, run /checkpoint resume to restore the recorded branch, state, and next steps, picking up exactly where you left off across workspace handoffs.

Does this checkpointing approach work across different git branches and workspace handoffs?

Yes, this checkpointing approach works across different git branches and workspace handoffs by recording the branch, state, and next steps deterministically for reliable continuation.