F225 软层:当系统发来 context_management_hint(warn),判断该 handoff、继续/压缩、还是冲刺。 Use when: 收到 context_management_hint(warn) 系统信号;或自己感觉这一程话题漂移很大想换张干净桌子。 Not for: 没收到 warn 信号时主动焦虑 context%(你内省不准,等系统信号);把活交给别的猫(那是 cross-cat-handoff)。 Output: handoff(封印自己 spawn 干净的自己)/ 继续 / 冲刺到断点 的判断 + 必要时调 propose_session_handoff。
71
87%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
系统发来 context_management_hint(warn) = 你进了 warn 区(离 auto-seal 还有一段)。
系统知道何时该想(context% 是你的盲区,它替你盯);干什么由你判——别一看 warn 就反射 handoff,也别无脑等压缩。
compress ≠ 坏事。干一半连贯的活、还没压过 → 压缩反而保住 in-flight 线索;这时硬 handoff 会把半成品工作态丢给一个写不全五件套的"干净自己",更糟。
compressionCount > 0 ⇒ 你已经跑很久了,警惕自己低估漂移(Ragdoll尤其爱把树硬串成线)。fillConfidence:exact_token 信那个 %;approx_token/bytes_health 当弱信号;unavailable 别看 %、纯靠①②自检。| 干净断点 | 干一半(中途) | |
|---|---|---|
| 脏/已压多轮 | handoff — 换干净桌子只带要紧纸条 | 冲刺模式:聚焦完成到最近断点再 handoff(warn→auto-seal 的窗口=预算) |
| 干净/没怎么压 | 续(也没必要折腾) | 压缩/续 — 保 in-flight 线索 |
cat_cafe_propose_session_handoff,手写五件套(做完了啥 / 正在做啥 / 下一步 / 关键决策与坑 / 别碰啥)。这是给"干净的自己"的纸条,不是给别的猫——交给别的猫是 cross-cat-handoff。提案要人来 gate,你不自己封。反模式:一 warn 就 handoff(丢半成品线索)/ 一 warn 就清空重来(那是焦虑不是判断)。判据永远是"线还是树 + 有没有干净断点",不是 context% 数字本身。
80782c5
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.