Incident Public Statement Skill
A public statement is judged in seconds: does it acknowledge the problem, take responsibility, and tell people
what to do? This skill writes that statement — honest, human, and specific — avoiding both the legalese that
reads as evasion and the over-promising that creates the next problem. (Need the whole coordinated response,
not just the statement? Use pr-crisis-response.)
Working from a brief
Given a one-line incident description, produce the full statement anyway — infer the likely impact and next
steps, label assumptions, and clearly bracket only the genuinely incident-specific facts the user must confirm
before publishing (numbers, dates, scope). Never refuse for missing detail; flag legally sensitive claims for review.
Required Inputs
Ask for these only if they aren't already provided (else infer and label):
- What happened — the incident, when it started/was discovered, and current status.
- Who's affected and how — scope and the concrete impact on them.
- What you're doing — the response so far and what's next.
- What affected people should do — the specific action (reset password, watch for X, no action needed).
- Voice & constraints — tone, and anything legal/regulatory you can't yet say.
Output Format
Public Statement: [incident]
Statement (publish-ready) — in this order:
- Acknowledge — name the issue plainly in the first sentence; don't bury it.
- What happened — a brief, factual account (confirmed only); say what's still being investigated.
- Impact — who/what is affected, specifically and honestly.
- What we're doing — the actions taken and underway, with accountability (no blame-shifting).
- What you should do — the clear next step for affected people, or "no action needed" if true.
- Our commitment — that you'll share an update by a stated time, and how to get help/contact.
Then provide:
- Short version — 2–3 sentences for social / status page / SMS.
- Notes — bracketed facts to confirm before publishing, and any line flagged for legal review.
Quality Checks
Anti-Patterns
Based On
Incident communication practice — prompt acknowledgement, factual transparency, accountability, and clear guidance for affected people.
1---2name: incident-public-statement3description: Write a single clear, honest public statement about an incident. Use when asked to draft a public statement, a press statement, or an official response to a security breach, outage, data incident, recall, or public controversy. Produces a ready-to-publish statement — acknowledgement, what happened, impact, what you're doing, what affected people should do, and a commitment to update — plus a short and a long version.4---5
6# Incident Public Statement Skill
7
8A public statement is judged in seconds: does it acknowledge the problem, take responsibility, and tell people
9what to do? This skill writes that statement — honest, human, and specific — avoiding both the legalese that
10reads as evasion and the over-promising that creates the next problem. (Need the whole coordinated response,
11not just the statement? Use [`pr-crisis-response`](../pr-crisis-response/SKILL.md).)
12
13## Working from a brief
14
15Given a one-line incident description, **produce the full statement anyway** — infer the likely impact and next
16steps, label assumptions, and clearly bracket only the genuinely incident-specific facts the user must confirm
17before publishing (numbers, dates, scope). Never refuse for missing detail; flag legally sensitive claims for review.
18
19## Required Inputs
20
21Ask for these only if they aren't already provided (else infer and label):
22
23- **What happened** — the incident, when it started/was discovered, and current status.
24- **Who's affected and how** — scope and the concrete impact on them.
25- **What you're doing** — the response so far and what's next.
26- **What affected people should do** — the specific action (reset password, watch for X, no action needed).
27- **Voice & constraints** — tone, and anything legal/regulatory you can't yet say.
28
29## Output Format
30
31### Public Statement: [incident]
32
33**Statement (publish-ready)** — in this order:
341. **Acknowledge** — name the issue plainly in the first sentence; don't bury it.
352. **What happened** — a brief, factual account (confirmed only); say what's still being investigated.
363. **Impact** — who/what is affected, specifically and honestly.
374. **What we're doing** — the actions taken and underway, with accountability (no blame-shifting).
385. **What you should do** — the clear next step for affected people, or "no action needed" if true.
396. **Our commitment** — that you'll share an update by a stated time, and how to get help/contact.
40
41Then provide:
42- **Short version** — 2–3 sentences for social / status page / SMS.
43- **Notes** — bracketed facts to confirm before publishing, and any line flagged for legal review.
44
45## Quality Checks
46
47- [ ] The first sentence acknowledges the issue directly — no warm-up, no burying
48- [ ] Only confirmed facts are stated; open items are named as "under investigation"
49- [ ] It takes responsibility without speculating on cause or shifting blame
50- [ ] Affected people get a clear, specific action (or an honest "no action needed")
51- [ ] It commits to a next update by a stated time
52- [ ] Both a full and a short version are provided; sensitive claims flagged for review
53
54## Anti-Patterns
55
56- [ ] Do not open with self-congratulation or context-setting — lead with the acknowledgement
57- [ ] Do not use evasive legalese ("issues may have impacted some users") when you can be specific
58- [ ] Do not speculate on cause or promise outcomes you can't guarantee
59- [ ] Do not state numbers/scope you haven't confirmed — bracket them for confirmation
60- [ ] Do not omit what the reader should actually do next
61
62## Based On
63
64Incident communication practice — prompt acknowledgement, factual transparency, accountability, and clear guidance for affected people.