pause-safely

Installation
SKILL.md

Pause safely

Leave a checkpoint a cold-start lead can trust.

  1. Stop starting new work. Let safe in-flight actions reach a clear boundary; do not interrupt an atomic write or merge halfway through.
  2. Read live state rather than guessing. Record active worktrees, dirty files, agent panes or task IDs, current status, open human gates, and processes that must not be touched.
  3. Reconcile claims. Mark what is verified, unverified, blocked, or merely reported by an agent.
  4. Write the temporary resume note in a scratch location outside the repository. Include intent, user decisions, progress, current state, exact next action, key paths, checks, gotchas, and how to recover each active worker.
  5. Point to existing briefs and decision logs instead of copying large reports into the note.
  6. Tell the user where the note lives and whether any agents continue running.

Never store secrets or unrelated transcript content in the checkpoint.

Installs
3
Repository
moontory/skills
GitHub Stars
1
First Seen
Aug 20, 2026
pause-safely — moontory/skills