home / skills / ctsstc / get-shit-done-skills / continuation-format

continuation-format skill

/.kilocode/skills/gsd/references/continuation-format

npx playbooks add skill ctsstc/get-shit-done-skills --skill continuation-format

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

Files (1)
SKILL.md
710 B
---
name: gsd:reference:continuation-format
description: Continuation format reference for GSD sessions
version: 1.0.0
triggers: [continuation, session, context]
tools: [Bash, Glob, Grep, Write]
---

# GSD Continuation Format Reference

Guide for continuing GSD sessions.

## Session Continuation

When continuing a session:
- Load previous state
- Review checkpoint
- Restore context
- Continue work

## State Preservation

Key state to preserve:
- Current phase status
- Task progress
- Open questions
- Recent changes

## Best Practices

- Document before pausing
- Save state properly
- Review before resuming
- Confirm context restored

## Success Criteria

Session continues seamlessly from saved state.