doc-checkpoint

Compare git diffs against CLAUDE.md, MEMORY.md, roadmap.yml, and ecosystem.json to generate documentation update checklists.

1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hjemmesidekongen/ai --skill doc-checkpoint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-checkpoint
Source: https://github.com/hjemmesidekongen/ai/tree/main/plugins/kronen/skills/doc-checkpoint
Command: npx skills add https://github.com/hjemmesidekongen/ai --skill doc-checkpoint

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that your project's documentation remains accurate and up-to-date by automatically checking for discrepancies after changes are made.

Core Features & Use Cases

  • Documentation Audit: Compares changed files against key documentation files (CLAUDE.md, MEMORY.md, roadmap.yml, ecosystem.json).
  • Checklist Generation: Produces a prioritized list of necessary documentation updates.
  • Use Case: After adding a new command to your project, this Skill will verify if the command is correctly registered in ecosystem.json and if CLAUDE.md has been updated to reflect the new capability.

Quick Start

Run the doc-checkpoint skill to verify documentation consistency after a code change.

Frequently Asked Questions about doc-checkpoint

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

FAQPage Schema
How do I check if my project documentation is still in sync after code changes?

You can validate documentation consistency by running a checkpoint process that compares git diffs against CLAUDE.md, MEMORY.md, roadmap.yml, and ecosystem.json to generate a structured checklist of required updates.

What is documentation consistency validation in software engineering?

Documentation consistency validation is the process of auditing project files after task completion to ensure behavioral rules and component registrations like skills, commands, hooks, and agents accurately reflect the latest code changes.

How do I generate a checklist for required documentation updates?

You generate a required documentation update checklist by comparing changed files against CLAUDE.md, MEMORY.md, roadmap.yml, and ecosystem.json to flag missing registrations and stale roadmap entries.

Does doc-checkpoint work with roadmap.yml and ecosystem.json files?

Yes, the validation process directly compares git diffs against roadmap.yml and ecosystem.json to verify component registrations are correct and flags stale roadmap or behavioral rule documentation.

When do I need to validate documentation consistency across project files?

You need to validate documentation consistency after task completion to ensure new commands are correctly registered in ecosystem.json and capabilities are properly reflected in CLAUDE.md.

Why does my ecosystem.json have missing command registrations after a code update?

Missing command registrations occur when ecosystem.json is not updated alongside code changes, requiring a documentation audit to compare git diffs and produce a prioritized checklist of necessary updates.