checkpoint

Create checkpoints capturing Git state, decisions, and work in progress.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/BrandonLee28/brandon-brain --skill checkpoint-brandonlee28
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checkpoint
Source: https://github.com/BrandonLee28/brandon-brain/tree/main/.claude/skills/gstack/checkpoint
Command: npx skills add https://github.com/BrandonLee28/brandon-brain --skill checkpoint-brandonlee28

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Read, Write, Glob, Grep, AskUserQuestion, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The checkpoint Skill addresses the challenge of losing work progress by providing a method to save and resume your work state.

Core Features & Use Cases

  • Save Progress: Automatically save your current work state, including Git state, decisions, and remaining tasks.
  • Resume Work: Reclaim exactly where you left off, even across workspace handoffs.
  • Proactive Suggestions: Suggests checkpointing during session end, context switch, or long breaks to maintain workflow continuity.

Quick Start

Use the checkpoint command to save your current progress and ensure seamless continuation later.

Frequently Asked Questions about checkpoint

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

FAQPage Schema
How do I save my working state and resume work across context switches?

To save and resume your working state, you can create a checkpoint that captures your current Git state, decisions, and remaining tasks. This enables seamless continuation of your work session exactly where you left off after context switches.

What is the best way to maintain workflow continuity during long breaks?

The best way to maintain workflow continuity during long breaks is through proactive checkpointing. The system suggests saving your progress at session end or before long breaks, capturing Git state and tasks for seamless resumption later.

Does this progress saving method integrate with Git state tracking?

Yes, this progress saving method integrates directly with Git state tracking. It automatically captures your current Git state alongside decisions and work in progress to ensure a complete snapshot of your ongoing tasks.

Do I need Bash and file system access to automate work session checkpoints?

Yes, you need Bash and file system access to automate work session checkpoints. The operation requires Bash, Read, Write, Glob, and Grep commands to capture and store your working state, decisions, and remaining tasks.

When should I create a checkpoint for my ongoing development tasks?

You should create a checkpoint for your ongoing development tasks during session end, context switch, or long breaks. The system proactively suggests saving at these points to maintain workflow continuity and prevent progress loss.