checkpoint

Capture decisions, learnings, and agent evaluations at project checkpoints.

2|Updated May 11, 2026
One-click install
npx skills add https://github.com/lozit/groundrules --skill checkpoint-lozit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checkpoint
Source: https://github.com/lozit/groundrules/tree/main/skills/checkpoint
Command: npx skills add https://github.com/lozit/groundrules --skill checkpoint-lozit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps project teams record decisions, learnings, and agent evaluations to prevent knowledge loss and maintain documentation integrity.

Core Features & Use Cases

  • Checkpoint Capture: Run on-demand to document decisions, learnings, and agent evaluations.
  • Automated Documentation: Routes outputs to ADR, LEARNINGS, or AGENT-EVALS based on user input.
  • Use Case: After a development milestone, use the checkpoint to summarize changes, record learnings, and ensure all decisions are documented.

Quick Start

Trigger the checkpoint-capture ritual for the current project.

Frequently Asked Questions about checkpoint

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

FAQPage Schema
How do I log architecture decision records and project learnings after a development milestone?

You can capture architecture decision records and project learnings by running an on-demand checkpoint that automatically routes inputs to ADR and LEARNINGS files, ensuring all milestone decisions are documented.

What is the best way to prevent knowledge loss during project transitions?

Preventing knowledge loss requires structured check-in captures that document decisions, learnings, and agent evaluations, maintaining a comprehensive repository of project history and context.

How do I create an ADR using existing git status and changelog data?

Create an ADR by triggering a checkpoint capture which analyzes git status and changelogs to inform the context, automatically routing the output to your architecture decision records.

Can I document agent evaluations alongside standard project documentation?

Yes, you can document agent evaluations alongside standard documentation; the checkpoint capture routes evaluation logs directly to an AGENT-EVALS file to maintain comprehensive records.

Does checkpoint capture require external dependencies to analyze project context?

No external dependencies are required; the checkpoint capture utilizes built-in scripts to analyze git status and changelogs for context without needing additional packages.