ghe-checkpoint

Post a progress checkpoint to the active thread and sync memory.

4|Updated Dec 3, 2025
One-click install
npx skills add https://github.com/Emasoft/ghe-marketplace --skill ghe-checkpoint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ghe-checkpoint
Source: https://github.com/Emasoft/ghe-marketplace/tree/main/plugins/ghe/skills/ghe-checkpoint
Command: npx skills add https://github.com/Emasoft/ghe-marketplace --skill ghe-checkpoint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

POST a progress checkpoint to the CURRENTLY ACTIVE thread. Saves work state without changing phases. Precondition: an already-claimed in-progress thread.

Core Features & Use Cases

  • Work log & state snapshot: Capture milestones and current tasks
  • Blockers & next actions: Document blockers and suggested next steps
  • Memory sync: Update memory bank with checkpoint data

Quick Start

Post a checkpoint for the active thread to save milestones and blockers.

Frequently Asked Questions about ghe-checkpoint

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

FAQPage Schema
How do I save my work progress without moving to the next phase?

Post a progress checkpoint to your active thread. This captures your current work state, milestones, and blockers without changing the thread's phase, letting you document progress and pause work while staying in the in-progress state.

What should I include in a work checkpoint?

A checkpoint records milestones completed, current task status, identified blockers, and suggested next actions. This creates a work log snapshot that synchronizes with your memory bank, preserving context for later resumption.

Can I use checkpoints with different thread types?

Yes. Checkpoints route to the appropriate thread manager based on type—dev, test, or review—each handling the checkpoint and memory sync according to their specific settings and workflow.

What's the precondition for posting a checkpoint?

You must have an already-claimed in-progress thread. Checkpoints only apply to active threads; attempting to checkpoint without an active thread will fail the precondition check.

How does checkpoint memory synchronization work?

When you post a checkpoint, the Skill updates your memory bank with the checkpoint data per your configured settings, ensuring work state and context persist across sessions.