mcpbeat

Gsd Pause Work

coco-research/gsd-pause-work

Create context handoff when pausing work mid-phase

261 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
196
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/coco-research/coco --skill gsd-pause-work

The instruction itself

as written by the author

<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
  • Resume instructions

</objective>

<execution_context>

@$HOME/.claude/get-shit-done/workflows/pause-work.md

</execution_context>

<context>

State and phase progress are gathered in-workflow with targeted reads.

</context>

<process>

Follow the pause-work workflow from @$HOME/.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

</process>

How to use it

Copy the folder

Take coco-research/gsd-pause-work from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.