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.mdsource 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
- Document current state
- Summarize completed work
- List pending tasks
- Request user feedback
- Update based on input
Success Criteria
Checkpoint created with user approval.