incident
Create blameless incident reports and post-mortems
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create blameless incident reports and post-mortems
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Create architecture decision records using MADR 4.0 format
Create effective D2/Mermaid diagrams optimized for terminal display
Add an image to a decision document — rename, move to docs/assets/, insert reference
Create blameless incident reports and post-mortems
Complete Mermaid flowchart reference — shapes, edges, subgraphs, styling
Complete Mermaid sequence diagram reference — participants, arrows, activations, control flow
| name | incident |
| description | Create blameless incident reports and post-mortems |
Capture a post-mortem / incident report using blameless format.
When a user reports an incident:
dg new inc "Checkout page down for 2 hours"
Incidents should be documented quickly. Gather basic facts (timeline, impact) but don't ask extensive discovery questions.
Good titles: "Checkout page down for 2 hours", "Customer data leaked" Bad title: "Things broke"
As events unfold or are reported:
1. Why did the service go down? → Database connection pool exhausted
2. Why was the pool exhausted? → Query N+1 problem under load
3. Why wasn't this caught? → No connection pool monitoring
4. Why no monitoring? → Monitoring setup not in deployment checklist
5. Why not in checklist? → No formal deployment review process
# Link to ADRs that need updating based on lessons learned
# Link to OPPs if this reveals a business opportunity (e.g., better monitoring product)
# Link to POLs if this reveals need for new policies
Incidents often reveal needs for:
User: "The checkout page was down for 2 hours yesterday"
dg new inc "Checkout page down for 2 hours"open -> mitigated -> resolvedtriggers: fieldrelated: for loosely associated docs