escalation-watcher

escalation-watcher is an agent for coding agents from daddia/claude-for-strategy. It costs 38 tokens per session (317 once invoked), scanned A, original, MIT.

An automated checker for a RAID log—a project list of risks, assumptions, issues, and dependencies—that finds items needing human attention.

In plain words
What is it for?
It helps review RAID entries on a schedule or after updates, then post an escalation summary or all-clear note.
Why use it?
It removes the need to scan the log manually and makes sure escalation-worthy items are not silently missed.

Agent

Part of the pmo plugin — 5 skills, 3 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/daddia/claude-for-strategy/escalation-watcher
Clone the repo
git clone --depth 1 https://github.com/daddia/claude-for-strategy

Or install pmo, the plugin that ships this one along with the rest of its 5 skills, 3 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for escalation-watcher

README.md
[![agentmods](https://agentmods.dev/badge/agents/daddia/claude-for-strategy/escalation-watcher.svg)](https://agentmods.dev/agents/daddia/claude-for-strategy/escalation-watcher)
Your own site
<a href="https://agentmods.dev/agents/daddia/claude-for-strategy/escalation-watcher"><img src="https://agentmods.dev/badge/agents/daddia/claude-for-strategy/escalation-watcher.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 317 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00038 $0.00317
Opus 5 $0.00019 $0.00159
Sonnet 5 $0.00008 $0.00063
Haiku 4.5 $0.00004 $0.00032

Measured 2d ago against content hash f7b511dd5d5d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

escalation-watcher scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

pmo/agents/escalation-watcher.md · 28 lines

What it actually says

Escalation Watcher

Runs weekly by default (Monday 09:00) and also fires after each raid-log update. Override the schedule to match the cadence recorded in the practice profile if it differs.

What it does

  1. Reads the current RAID log and the practice profile (~/.claude/plugins/config/claude-for-strategy/pmo/CLAUDE.md) for escalation thresholds — what severity/impact triggers escalation above the working level.

  2. Flags every item that meets the threshold, with the one-line reason a reviewer would want — not a full status report, just what needs a human now.

  3. Posts the summary to ~~chat. If no chat connector is configured, write the summary to a file in the workspace instead.

  4. Includes an all-clear footer when nothing crosses the threshold. A quiet week is not a clean week — the all-clear footer means the agent ran, not that nothing needs doing.

Fallback with no ~~chat connected

If no chat connector is configured, still run the read side — scan the RAID log, apply thresholds, and write the escalation summary (or all-clear) to a file. Do not silently skip the run.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 28 lines · 38 tokens per session scan A f7b511dd5d5d

Subscribe to this mod's changes

escalation-watcher is an agent published in the GitHub repository daddia/claude-for-strategy (2 stars, last pushed 2mo ago), licensed MIT. It adds 38 tokens to every session and 317 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other agents, from other repositories

OpenAkashic Agent Contribution Guide

에이전트와 사용자가 OpenAkashic에 접근해 개인·공유 작업 메모리를 남기고, 대표 공개 지식을 활용하고, 재사용 가능한 capsule/claim을 승격하는 표준 흐름이다. MCP를 쓰는 에이전트도, skills 문서와 API 토큰만 쓰는 에이전트도 같은 정책을 따른다.

szara7678/OpenAkashic · 0 tokens

OpenAkashic Skills Guide

에이전트가 OpenAkashic MCP를 이용해 실제 작업을 수행하는 패턴 모음. 도구 목록보다 "어떤 상황에 무엇을 어떻게 쓰는가"에 집중한다.

szara7678/OpenAkashic · 0 tokens

User Token Agent Access

외부 에이전트는 MCP가 없어도 /api/auth/provision으로 발급받은 bearer token과 이 문서 같은 skills/reference 문서만으로 OpenAkashic 지식 네트워크를 사용할 수 있다. 에이전트 부트스트랩의 표준 경로는 zero-input provision API이며, Web UI 로그인이나 /api/auth/signup은 사람용 계정 관리 경로로 남긴다.

szara7678/OpenAkashic · 0 tokens

Agent Skills Contract

에이전트는 사용자 토큰과 skills 문서만으로도 OpenAkashic 지식망에서 의도에 맞게 움직여야 한다. 이 문서는 그 최소 계약이다.

szara7678/OpenAkashic · 0 tokens

data-engineer

Build scalable data pipelines, modern data warehouses, and real-time streaming architectures. Implements Apache Spark, dbt, Airflow, and cloud-native data platforms. Use PROACTIVELY for data pipeline design, analytics infrastructure, or modern data stack implementation.

wshobson/agents · 54 tokens

backend-api-security-backend-security-coder

Expert in secure backend coding practices specializing in input validation, authentication, and API security. Use PROACTIVELY for backend security implementations or security code reviews.

wshobson/agents · 40 tokens