Skip to main content
ClaudeWave
Skill491 repo starsupdated 24d ago

gsd:workflow:checkpoint

Workflow for managing checkpoints

Install in Claude Code
Copy
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
Then start a new Claude Code session; the skill loads automatically.

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.