ワンクリックで
incident-response
Calm, systematic crisis handling — from detection through post-mortem to prevention
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Calm, systematic crisis handling — from detection through post-mortem to prevention
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Focus blocks, distraction management, and flow state triggers for cognitively demanding work
Internal metacognitive skill for automatic capability discovery — self-triggers when uncertain about available skills
End-to-end academic paper drafting for CHI, HBR, journals, and conferences with venue-specific templates, drafting workflows, and revision strategies.
Patterns for thesis writing, dissertations, research papers, literature reviews, and scholarly work.
**Domain**: AI/ML Architecture
Domain knowledge for AI adoption measurement, psychometric instrument development, and appropriate reliance research
| name | incident-response |
| description | Calm, systematic crisis handling — from detection through post-mortem to prevention |
| applyTo | **/*incident*,**/*outage*,**/*alert*,**/*emergency* |
In a crisis, follow the process. Panic is the enemy of resolution.
| Level | Definition | Response Time | Escalation |
|---|---|---|---|
| P1 | Service down, all users affected | Immediate (drop everything) | Notify leadership within 15 min |
| P2 | Major feature broken, no workaround | < 1 hour | Notify team lead |
| P3 | Feature degraded, workaround exists | < 4 hours | Normal channels |
| P4 | Minor issue, cosmetic or low-impact | < 24 hours | Next sprint |
When unsure: Triage UP (P2 → P1), not down. Downgrade after investigation.
| Detection Source | Reliability | Action |
|---|---|---|
| Automated monitoring/alerts | High | Trust the data, verify scope |
| User reports (1-2) | Medium | Reproduce, check if isolated |
| User reports (many) | High | Treat as confirmed |
| Internal discovery | Medium | Check if it's already in production |
Answer these in order (each takes < 1 minute):
| Situation | Best Action | Why |
|---|---|---|
| Recent deploy caused it | Rollback first | Fastest path to recovery |
| Config change caused it | Revert config | No code deploy needed |
| Root cause is clear, fix is small | Hotfix | If rollback isn't possible |
| Root cause unclear | Enable debug logging + check recent changes | Don't guess-and-deploy |
| Third-party dependency is down | Activate fallback or communicate ETA | You can't fix their service |
Golden rule: Restore service first, then investigate. Don't debug in production while users wait.
Do this within 48 hours while memory is fresh.
# Incident: [Brief Title]
**Date**: YYYY-MM-DD
**Severity**: P1/P2/P3/P4
**Duration**: X hours Y minutes
**Impact**: [Who was affected, what they couldn't do]
## Summary
One paragraph: what happened, impact, resolution.
## Timeline
| Time (UTC) | Event |
| ---------- | ----- |
| HH:MM | First alert / user report |
| HH:MM | Triage: determined P-level |
| HH:MM | Root cause identified |
| HH:MM | Fix deployed / service restored |
| HH:MM | Confirmed resolved |
## Root Cause
[5 Whys analysis — see root-cause-analysis skill]
## What Went Well
- [Detection was fast because...]
- [Rollback was clean because...]
## What Went Wrong
- [Alert was noisy / missed because...]
- [Took X minutes to find the right person because...]
## Action Items
| Action | Owner | Due Date | Status |
| ------ | ----- | -------- | ------ |
| Add monitoring for X | @name | YYYY-MM-DD | Open |
| Write runbook for Y | @name | YYYY-MM-DD | Open |
[Service] is experiencing [issues/downtime]. We are investigating and will update every [30 min / 1 hour]. Current workaround: [describe if applicable].
Incident P[X]: [Service] [is down / degraded] since [time]. Impact: [N users / $X revenue]. ETA for resolution: [time / investigating]. Next update: [time].
Resolved: [Service] has been restored as of [time]. Root cause: [one sentence]. Full post-mortem to follow within 48 hours.
See synapses.json for connections.