Skip to main content
ClaudeWave
Skill491 repo starsupdated 24d ago

gsd:update-checkpoint

Update checkpoint with new information

Install in Claude Code
Copy
git clone --depth 1 https://github.com/allgpt-co/QuickVoice /tmp/gsd-update-checkpoint && cp -r /tmp/gsd-update-checkpoint/.claude/skills/gsd/commands/update-checkpoint ~/.claude/skills/gsd-update-checkpoint
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# GSD Update Checkpoint

Updates an existing checkpoint with new information.

## When to Use

- Adding progress to checkpoint
- Updating task status
- Modifying checkpoint details

## Process

1. Load existing checkpoint
2. Update with new information
3. Save checkpoint
4. Notify user of changes

## Success Criteria

Checkpoint updated with new information.