Claude-skill-registry gsd:create-checkpoint

Create phase checkpoint for user approval

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/create-checkpoint" ~/.claude/skills/majiayu000-claude-skill-registry-gsd-create-checkpoint && rm -rf "$T"
manifest: skills/data/create-checkpoint/SKILL.md
source content

GSD Create Checkpoint

Creates structured checkpoints for user interaction and approval.

When to Use

  • Between waves
  • Before major changes
  • At phase boundaries
  • When user input is needed

Process

  1. Document current state
  2. Summarize completed work
  3. List pending tasks
  4. Request user feedback
  5. Update based on input

Success Criteria

Checkpoint created with user approval.