Claude-skill-registry gsd:reference:continuation-format

Continuation format reference for GSD sessions

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

GSD Continuation Format Reference

Guide for continuing GSD sessions.

Session Continuation

When continuing a session:

  • Load previous state
  • Review checkpoint
  • Restore context
  • Continue work

State Preservation

Key state to preserve:

  • Current phase status
  • Task progress
  • Open questions
  • Recent changes

Best Practices

  • Document before pausing
  • Save state properly
  • Review before resuming
  • Confirm context restored

Success Criteria

Session continues seamlessly from saved state.