跳到主要内容
知仓学习社ZHICANG

pause-and-resume

>-

不碰外部(只输出文字)无严重或高危命中dongshuyan/compass-skills

它会碰到什么

扫了多少1 个文本文件,3 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Pause and Resume

Keep this workflow in the current session. Store its state in the pause

response; do not create files, commits, or new tasks solely to checkpoint it.

Pause

  1. Stop expanding the task. Do not begin another subtask, retry, or optional

check.

  1. Let an already-started atomic action finish only when interruption would

leave inconsistent state. Otherwise stop at the nearest safe boundary. Use

only the smallest necessary read-only check or already-authorized cleanup to

record an accurate, safe state.

  1. Preserve facts, not guesses. Distinguish completed, in progress, blocked,

and unknown work. Record exact non-sensitive paths, parameters, job IDs, and

receipts when they are needed to continue. Never expose secrets.

  1. If work continues independently, record its handle, observed status, and

how to reconcile it. Do not cancel, restart, or dispatch it again merely to

pause.

  1. End the turn with the compact checkpoint below, in the user's language.

Keep the marker exact, omit irrelevant detail, and state explicitly when

there is no known non-repeatable effect.

PAUSE_CHECKPOINT: ACTIVE
- Goal and done condition:
- Completed:
- Current stopping point:
- Remaining work:
- First action on resume:
- Do not repeat:
- Constraints and settled decisions:
- Live state, running work, and facts to recheck:

Finish with the equivalent of: Paused. When you return, say "continue". Then

stop. Do not perform the first resume action in the pause turn.

If there is no unfinished task, say so and stop without emitting an active

checkpoint.

Resume

When the user later asks to continue the paused work:

  1. Use the newest unconsumed PAUSE_CHECKPOINT: ACTIVE in this session. A

checkpoint is consumed once substantive work has resumed from it. If none

exists, interpret the request from the immediate conversation normally.

  1. Apply later user instructions over the checkpoint. Recheck only mutable or

high-risk state that could have changed while paused, especially files,

worktree state, running jobs, and external side effects.

  1. Reconcile recorded in-flight work before starting replacements. Never repeat

an item under Do not repeat unless current evidence proves it did not occur

and repeating it is authorized.

  1. Resume directly from First action on resume, then continue the recorded

remaining work. Do not ask the user to restate known context or produce a new

plan unless material drift makes a decision necessary.

This workflow cannot recover a killed process, missing conversation, or a

different session; use a handoff or persistent checkpoint workflow for those

cases.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 729
本站分层T2
该仓技能数9
原文件路径skills/pause-and-resume/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 9 个技能