checkpoint

Capture and restore git state, decisions, and remaining tasks across branches.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/kunalrawat425/conductor-playground --skill checkpoint-kunalrawat425
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checkpoint
Source: https://github.com/kunalrawat425/conductor-playground/tree/main/.claude/skills/gstack.bak/checkpoint
Command: npx skills add https://github.com/kunalrawat425/conductor-playground --skill checkpoint-kunalrawat425

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. Proactively suggest checkpoints when a session is ending or you’re switching context, preventing lost progress.

Core Features & Use Cases

  • Snapshot current branch, changes, and decisions to a checkpoint.
  • Resume from the last checkpoint to restore context, status, and next steps across branches or sessions.
  • Integrate with Conductor workflow to reduce handoff friction and rework.

Quick Start

Run a checkpoint save to capture your current state, then resume later to continue from that point.

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 state and decisions before switching branches?

To save your git state, you can create a checkpoint that captures your current branch, changes, and decisions. This snapshot records your working state so you can resume exactly where you left off across sessions.

What is a working state checkpoint and how does it help with session handoffs?

A working state checkpoint is a snapshot of your current git branch, changes, and remaining tasks. It enables seamless continuation and reliable handoffs between Conductor workspaces by recording decisions and progress.

Can I resume work from a previous checkpoint after a context switch?

Yes, you can resume from the last checkpoint to restore context, status, and next steps. This allows you to pick up exactly where you left off, even across different branches or Conductor sessions.

Do I need a Bash-based workflow to reliably snapshot my working context?

Yes, a Bash-based workflow is required to snapshot and restore context reliably. This environment allows the system to accurately capture your git state and decisions for seamless continuation.

When should I create a checkpoint to prevent losing progress?

You should create a checkpoint when a session is ending or you are switching context. The system can proactively suggest checkpoints at these moments to prevent lost progress and reduce rework.