Skip to main content
ClaudeWave
Skill490 estrellas del repoactualizado yesterday

gsd:workflow:checkpoint

Workflow for managing checkpoints

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/allgpt-co/QuickVoice /tmp/gsd-workflow-checkpoint && cp -r /tmp/gsd-workflow-checkpoint/.claude/skills/gsd/workflows/checkpoint ~/.claude/skills/gsd-workflow-checkpoint
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# GSD Checkpoint Workflow

Workflow for creating and managing checkpoints.

## When to Use

- Between waves
- Phase boundaries
- User interaction points

## Phases

1. Create checkpoint
2. Document progress
3. Request approval
4. Continue or complete

## Entry Points

- `gsd:create-checkpoint` - Create new checkpoint
- `gsd:update-checkpoint` - Update checkpoint
- `gsd:complete-checkpoint` - Complete checkpoint
- `gsd:continue-phase` - Continue from checkpoint

## Success Criteria

Checkpoint approved and phase continues.