checkpoint

Save current git state, decisions, and remaining work as checkpoints.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/bizzybae/qstack --skill checkpoint-bizzybae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checkpoint
Source: https://github.com/bizzybae/qstack/tree/main/gstack-original/checkpoint
Command: npx skills add https://github.com/bizzybae/qstack --skill checkpoint-bizzybae

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Checkpoints let you save your current work state, including git state and decisions, so you can resume later without losing track.

Core Features & Use Cases

  • Save and resume checkpoints that capture the current branch, staged changes, and decisions made.
  • Resume exactly where you left off across Conductor workspace handoffs between branches.
  • Attach an optional title to each checkpoint for easy reference.

Quick Start

Use /checkpoint save [title] to capture your current state, then resume with /checkpoint resume [title] to continue from where you left off.

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 session to resume later?

You can save your git workflow session by creating a checkpoint that captures the current branch, staged changes, and decisions. This checkpoint artifact can be loaded later to reconstruct context and resume exactly where you left off.

What is a development checkpoint and when do I need one?

A development checkpoint is a saved snapshot of your current work state including git state and decisions. You need one when switching branches, handing off work, or pausing a session to avoid losing track of your progress.

Can I attach a title to a checkpoint for easy reference?

Yes, you can attach an optional title to each checkpoint for easy reference. Use the checkpoint save command with your desired title to label and organize your saved work states.

Does the checkpoint skill work for handing off work across branches?

Yes, the checkpoint skill is designed for workspace handoffs between branches. It captures your current branch state and decisions so you can resume exactly where you left off after switching contexts.

What's the best way to pause a development session without losing context?

The best way to pause a development session is to create a checkpoint that saves your git state, decisions, and remaining work. This artifact can be loaded later to reconstruct context and continue seamlessly.