pause-safely
Installation
SKILL.md
Pause safely
Leave a checkpoint a cold-start lead can trust.
- Stop starting new work. Let safe in-flight actions reach a clear boundary; do not interrupt an atomic write or merge halfway through.
- 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.
- Reconcile claims. Mark what is verified, unverified, blocked, or merely reported by an agent.
- 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.
- Point to existing briefs and decision logs instead of copying large reports into the note.
- Tell the user where the note lives and whether any agents continue running.
Never store secrets or unrelated transcript content in the checkpoint.