Pause Work banner
eric-moreno eric-moreno

Pause Work

Development community

Description

--- name: gad:pause-work description: Create context handoff when pausing work mid-phase allowed-tools: - Read - Write - Bash --- <objective> Create `.continue-here.md` handoff file to preserve complete work state across sessions. 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 - Resum

Installation

Installs to ~/.claude/skills/eric-moreno-get-analysis-done-pause-work/SKILL.md

Terminal
mkdir -p ~/.claude/skills/eric-moreno-get-analysis-done-pause-work && curl -fsSL https://raw.githubusercontent.com/eric-moreno/get-analysis-done/HEAD/commands/pause-work.md -o ~/.claude/skills/eric-moreno-get-analysis-done-pause-work/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository