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.mdsource 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
- Load checkpoint status
- Verify all tasks complete
- Finalize checkpoint documentation
- Prepare for next phase
Success Criteria
Checkpoint completed and phase finalized.