kata-pause-work

Installation
SKILL.md

Enables seamless resumption in fresh session with full context restoration.

# Get current phase from STATE.md
CURRENT_PHASE=$(grep -oP 'Phase: \K[0-9]+' .planning/STATE.md 2>/dev/null | head -1)
PADDED=$(printf "%02d" "$CURRENT_PHASE" 2>/dev/null || echo "$CURRENT_PHASE")
PHASE_DIR=""
Related skills

More from gannonh/kata-orchestrator

Installs
2
GitHub Stars
89
First Seen
Mar 17, 2026