Claude-skill-registry gsd:complete-checkpoint

Complete checkpoint and finalize phase

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/complete-checkpoint" ~/.claude/skills/majiayu000-claude-skill-registry-gsd-complete-checkpoint && rm -rf "$T"
manifest: skills/data/complete-checkpoint/SKILL.md
source content

GSD Complete Checkpoint

Completes a checkpoint and finalizes phase progress.

When to Use

  • When phase is complete
  • At final checkpoint
  • Before moving to next phase

Process

  1. Load checkpoint status
  2. Verify all tasks complete
  3. Finalize checkpoint documentation
  4. Prepare for next phase

Success Criteria

Checkpoint completed and phase finalized.