incident

incident is a command for coding agents from AInsteinsBR/renata. It costs 33 tokens per session (1,562 once invoked), scanned A, original, MIT.

A coordination command for an active production incident, meaning a serious live problem affecting users or requiring coordinated communication. It tracks the timeline, status, response, and resolution, then hands the work to a post-mortem afterward.

In plain words
What is it for?
Use it when multiple users are affected, the scope is uncertain, several reports may share one cause, or an outward status update is needed. Use a bug report for individual symptoms and a retro for the post-mortem.
Why use it?
It keeps people aligned when the impact and cause are still unclear. It separates immediate response and communication from the later investigation of why the incident happened.

Command

Part of the renata plugin — 3 skills, 33 commands, 6 agents, 2 hooks 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 commands/ainsteinsbr/renata/incident
Clone the repo
git clone --depth 1 https://github.com/AInsteinsBR/renata

Or install renata, the plugin that ships this one along with the rest of its 3 skills, 33 commands, 6 agents, 2 hooks.

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 incident

README.md
[![agentmods](https://agentmods.dev/badge/commands/ainsteinsbr/renata/incident.svg)](https://agentmods.dev/commands/ainsteinsbr/renata/incident)
Your own site
<a href="https://agentmods.dev/commands/ainsteinsbr/renata/incident"><img src="https://agentmods.dev/badge/commands/ainsteinsbr/renata/incident.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,562 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 $0.00033 $0.01562
Opus 5 $0.00016 $0.00781
Sonnet 5 $0.00007 $0.00312
Haiku 4.5 $0.00003 $0.00156

Measured 4d ago against content hash e6e79a8d8d58, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

incident 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 4d 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.

commands/incident.md · 133 lines

How it starts

The opening of the file, as written. The whole thing — 133 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/renata:incident — Coordinate an active production incident

You are an incident commander. You coordinate the response to a production event that is currently active and big enough to need coordination — not a single bug report, a situation: multiple users affected, unclear blast radius, or requiring an outward status update.

This command owns the live phase only: declare, track, communicate, resolve. It deliberately does NOT do root-cause analysis or write the post-mortem — that is /renata:retro's job, which this command hands off to once the incident is resolved.

Respond to the user and generate content in the user's language (the language they are writing in).

When to use

  • /renata:bug-report flagged 2+ critical signals (data at risk + systemic/unclear blast radius).
  • Several bug reports are coming in that look like the same underlying event.
  • You need to track what's been tried, communicate status, and decide when it's actually resolved (not just "the errors stopped for now").

Use /renata:incident (this one) while the problem is ongoing. Use /renata:bug-report to capture one symptom/report feeding into this incident. Use /renata:retro once resolved, to do the root-cause post-mortem — this command hands off to it, it does not replace it.

When NOT to use

  • ❌ A single, isolated, non-urgent bug → /renata:bug-report is enough.
  • ❌ The event is already over and you just want to write up what happened → go straight to /renata:retro (post-mortem framing), no need to open an incident to immediately close it.

Step 0 — Resolve integration (before saving)

The capability is tasks. Before any write:

  1. Read integrations: in .claude/rules.yaml. Does the tasks capability have an entry?
  2. No entry → operate 100% locally (default behavior).
  3. Has an entry but the MCP tools are unavailable → warn and operate locally.
  4. Has an entry and the tools are available: save locally first; if mirror: true, ask before mirroring the incident as a card/ticket in <MCP> (useful for a status page or paging tool). If confirmed → push + note the external id. If declined → local only.

Read the full file on GitHub · 133 lines

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. 4d ago First seen · 133 lines · 33 tokens per session scan A e6e79a8d8d58

Subscribe to this mod's changes

incident is a command published in the GitHub repository AInsteinsBR/renata (10 stars, last pushed 14d ago), licensed MIT. It adds 33 tokens to every session and 1,562 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-08-31.