checkpoint

Capture git state, decisions, and remaining tasks for session resume.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Save and restore git state, decisions, and remaining work across branches and sessions.
  • Provide proactive prompts to remind you to checkpoint before handoffs or long breaks.
  • Enable cross-workspace handoffs within Conductor to maintain continuity of context.

Quick Start

Save your current state with /checkpoint save and resume later with /checkpoint resume to pick up exactly 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 and resume my git working state across sessions?

Use checkpoint to capture your current git state, decisions made, and remaining tasks. You can later restore this exact working context to pick up seamlessly where you left off.

What is the best way to hand off work context between Conductor workspaces?

Using checkpoint enables cross-workspace handoffs within Conductor by preserving your session state. It reliably transfers your working context to maintain continuity across different environments.

Can I save my working state before switching git branches?

Yes, checkpoint captures your current state deterministically before you switch git branches. This allows you to safely switch contexts and restore the exact working state when you return.

How do I get a reminder to save my session state before ending work?

Checkpoint provides optional proactive checks that prompt you to save your session state. These reminders trigger before handoffs or long breaks to ensure your working context is preserved.

Does checkpoint work without any external dependencies?

Yes, checkpoint operates without external dependencies. It independently captures your git state, decisions, and remaining tasks to provide deterministic state preservation and reliable resume semantics.