一键导入
deputy-escalation-criteria
When a deputy should emit a sensory event (Tier 1) vs request a wakeup (Tier 2), and when to do neither. Only meaningful in Phase 3+.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
When a deputy should emit a sensory event (Tier 1) vs request a wakeup (Tier 2), and when to do neither. Only meaningful in Phase 3+.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
How to orchestrate work across large documents and multi-agent delegations without burning token budgets. Reconnaissance-first, search-then-read, parallel-after-reconnaissance.
Decision criteria for delegating to the writer agent vs synthesising directly in your own response.
When and how to use the document library
How the Coder agent drives an OpenCode session via dispatch_coder — the engineering loop, when to dispatch, and how to verify the result is real (vs. claimed).
Maintain a personal index of interesting things, open questions, and follow-ups across sessions
When and how to render a promoted export to PDF via the export_pdf tool. Reads the writer's draft → export → PDF lifecycle and the operator-facing failure modes when the host is missing pandoc or tectonic.
| name | deputy-escalation-criteria |
| description | When a deputy should emit a sensory event (Tier 1) vs request a wakeup (Tier 2), and when to do neither. Only meaningful in Phase 3+. |
| agents | deputy |
This skill applies to Phase 3+ (escalation mode). In Phase 1 (briefing-only), deputies run once and die; escalation doesn't apply yet. Keep reading for when Phase 3 lands.
Escalation is the deputy's way of getting cog's attention. There are two tiers:
<events>
block on its next natural cycle. Agent keeps working during this time.Choose based on urgency and the signal tag.
| Tag | Meaning | Tier |
|---|---|---|
routine | Pattern seen before, high CBR similarity | None (don't escalate) |
high_novelty | Unfamiliar territory, low similarity | Tier 1 |
anomaly | Pattern is off — repeated failures, oscillating behaviour | Tier 1 (Tier 2 if high urgency) |
alarm | Safety-relevant signal — D' near threshold, output gate warning, rate limit hit | Tier 2 |
error | Tool call failed or exception you can't explain | Tier 2 |
unanswered | Agent asked via ask_deputy and you couldn't help | Tier 1 |
wtf | You genuinely can't reason about what's happening | Tier 2 |
silent | Briefing-only, nothing active | None |
Don't escalate routine matters. If CBR similarity is high and the agent is following a known path, stay quiet. Noise destroys the signal.
Do escalate:
alarm and wtf bypass the per-hierarchy limit (safety-relevant signals
must reach cog). The global scheduler budget still applies.What you saw: short factual description of the observation
Why it matters: the specific risk or insight
Suggested cog action: what cog might want to do (not prescriptive)
Evidence: cycle_ids, case_ids, or fact keys you're citing
Keep it tight — cog reads dozens of sensorium signals per cycle.
silent)If you're genuinely stuck — no CBR match, no fact coverage, no skill
applicable, and the agent seems confused — emit a wtf signal with a short
honest description. Don't fabricate relevance. An honest wtf is better than
a confident wrong answer.