Claude-skill-registry gsd:reference:checkpoints

Checkpoint reference guide for GSD

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

GSD Checkpoints Reference

Guide for creating and managing checkpoints.

Checkpoint Types

  • Wave checkpoints
  • Phase checkpoints
  • Milestone checkpoints
  • Project checkpoints

Checkpoint Contents

  • Completed work summary
  • Pending work list
  • Blockers and risks
  • User decisions needed

Best Practices

  • Create checkpoints at natural breaks
  • Be thorough in documentation
  • Request clear decisions
  • Follow up on feedback

Success Criteria

Checkpoint approved and work continues.