# Send Incident Postmortem Framework to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "afrexai-postmortem",
    "name": "Incident Postmortem Framework",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/1kalin/afrexai-postmortem",
    "canonicalUrl": "https://clawhub.ai/1kalin/afrexai-postmortem",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/afrexai-postmortem",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-postmortem",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "afrexai-postmortem",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T21:21:12.496Z",
      "expiresAt": "2026-05-06T21:21:12.496Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-postmortem",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-postmortem",
        "contentDisposition": "attachment; filename=\"afrexai-postmortem-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "afrexai-postmortem"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/afrexai-postmortem"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/afrexai-postmortem",
    "downloadUrl": "https://openagent3.xyz/downloads/afrexai-postmortem",
    "agentUrl": "https://openagent3.xyz/skills/afrexai-postmortem/agent",
    "manifestUrl": "https://openagent3.xyz/skills/afrexai-postmortem/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/afrexai-postmortem/agent.md"
  }
}
```
## Documentation

### Incident Postmortem Generator

Generate blameless incident postmortems from raw notes, Slack threads, or bullet points.

### What It Does

Takes messy incident details and produces a structured postmortem document following Google/Atlassian SRE best practices.

### Usage

Provide incident details in any format — timeline bullets, Slack copy-paste, verbal notes — and the agent will produce:

Executive Summary — What happened, impact, duration, severity
Timeline — Minute-by-minute from detection to resolution
Root Cause Analysis — 5 Whys format, no finger-pointing
Impact Assessment — Users affected, revenue impact, SLA breach
Action Items — Prioritized fixes with owners and deadlines
Lessons Learned — What worked, what didn't, what was lucky
Prevention Measures — Systemic changes to prevent recurrence

### Instructions

When the user provides incident details:

Ask clarifying questions ONLY if critical info is missing (severity, duration, or resolution are the minimum)
Generate the full postmortem in markdown
Flag any gaps the team should fill in before publishing
Suggest 3-5 specific, actionable prevention measures ranked by effort/impact

### Formatting Rules

Use ISO timestamps in timeline
Bold severity level (SEV1-SEV4)
Action items must have: description, owner placeholder, deadline placeholder, priority (P0-P3)
Keep language blameless — "the deploy process" not "Bob deployed"

### Severity Guide

SEV1: Revenue-impacting, all users affected, >1hr
SEV2: Major feature down, >30% users, >30min
SEV3: Degraded performance, <30% users
SEV4: Minor issue, workaround available

### Example Input

prod went down at 2pm, bad deploy, rolled back at 2:45, ~500 users couldn't checkout, lost maybe $12k revenue

### Example Output Structure

# Incident Postmortem: Checkout Service Outage
**Date:** 2026-02-22 | **Severity:** SEV1 | **Duration:** 45 minutes
**Author:** [Team Lead] | **Status:** Draft

## Executive Summary
...

### Pro Tip

Run this after every incident, even small ones. The pattern recognition across postmortems is where the real value lives. Teams that write postmortems for SEV3+ incidents catch systemic issues 3x faster.

Need help building incident response processes from scratch? Check out the AfrexAI Context Packs — pre-built operational frameworks for SaaS, healthcare, legal, and 7 more industries. Starting at $47.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: 1kalin
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T21:21:12.496Z
- Expires at: 2026-05-06T21:21:12.496Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/afrexai-postmortem)
- [Send to Agent page](https://openagent3.xyz/skills/afrexai-postmortem/agent)
- [JSON manifest](https://openagent3.xyz/skills/afrexai-postmortem/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/afrexai-postmortem/agent.md)
- [Download page](https://openagent3.xyz/downloads/afrexai-postmortem)