checkpoint

Save git state, decisions, and remaining work to a checkpoint for later resumption.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/agwacom/avad-marketplace --skill checkpoint-agwacom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checkpoint
Source: https://github.com/agwacom/avad-marketplace/tree/main/plugins/avad/skills/avad-checkpoint
Command: npx skills add https://github.com/agwacom/avad-marketplace --skill checkpoint-agwacom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save and resume your working state across Conductor handoffs, branches, and sessions by capturing git state, decisions, and remaining work so you can pick up exactly where you left off.

Core Features & Use Cases

  • Save git state, decisions, and remaining work to a checkpoint for later resumption.
  • Resume from a checkpoint to restore context and progress across contexts.
  • Proactively manage session handoffs between branches and workspaces.

Quick Start

Save your progress 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 state and working context before switching branches?

You can save your git state and working context by creating a checkpoint that captures your current decisions and remaining work, allowing you to resume exactly where you left off after switching branches.

What is the best way to resume work after a session handoff between workspaces?

Resuming work after a session handoff involves restoring a previously saved checkpoint, which rehydrates your complete context including git state, decisions, and remaining tasks for seamless progression.

Can I capture and restore my working context across different sessions without losing progress?

Yes, you can capture and restore your full working context across sessions by saving a checkpoint that deterministically records your git state and remaining work, then resuming from it later.

How do I recover my working context and remaining tasks after taking a break?

To recover your working context after a break, use a checkpoint to save your progress before leaving and restore it upon returning, ensuring reliable context rehydration and no lost decisions.

Does session management for git state work when handing off Conductor workspaces?

Yes, session management works for Conductor workspace handoffs by proactively saving and restoring your complete working state, ensuring deterministic context capture and seamless progression across different workspaces.

What limitations should I consider when saving and restoring my full working state?

When saving and restoring your working state, ensure your checkpoint captures the complete git state and decisions, as incomplete state capture may result in unreliable context rehydration when resuming your session.