mirror of
https://github.com/glittercowboy/get-shit-done
synced 2026-04-25 17:25:23 +02:00
Completes Phase 1 thin orchestrator extraction. Token savings: ~8,500 chars across 4 commands Ported from: get-shit-done-v2@95b6214
963 B
963 B
name, description, allowed-tools
| name | description | allowed-tools | |||
|---|---|---|---|---|---|
| gsd:pause-work | Create context handoff when pausing work mid-phase |
|
Routes to the pause-work workflow which handles:
- Current phase detection from recent files
- Complete state gathering (position, completed work, remaining work, decisions, blockers)
- Handoff file creation with all context sections
- Git commit as WIP
- Resume instructions
<execution_context> @.planning/STATE.md @~/.claude/get-shit-done/workflows/pause-work.md </execution_context>
**Follow the pause-work workflow** from `@~/.claude/get-shit-done/workflows/pause-work.md`.The workflow handles all logic including:
- Phase directory detection
- State gathering with user clarifications
- Handoff file writing with timestamp
- Git commit
- Confirmation with resume instructions