home / skills / ctsstc / get-shit-done-skills / update-checkpoint

update-checkpoint skill

/.kilocode/skills/gsd/commands/update-checkpoint

npx playbooks add skill ctsstc/get-shit-done-skills --skill update-checkpoint

Review the files below or copy the command above to add this skill to your agents.

Files (1)
SKILL.md
547 B
---
name: gsd:update-checkpoint
description: Update checkpoint with new information
version: 1.0.0
triggers: [update checkpoint, modify checkpoint]
tools: [Bash, Glob, Grep, Write]
---

# 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.