Skip to main content
ClaudeWave
Skill490 estrellas del repoactualizado yesterday

gsd:update-checkpoint

Update checkpoint with new information

Instalar en Claude Code
Copiar
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
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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.