# Send Pre-Mortem Analyst 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. 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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "pre-mortem-analyst",
    "name": "Pre-Mortem Analyst",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/artyomx33/pre-mortem-analyst",
    "canonicalUrl": "https://clawhub.ai/artyomx33/pre-mortem-analyst",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/pre-mortem-analyst",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pre-mortem-analyst",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/examples.md",
      "references/framework.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "pre-mortem-analyst",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T05:24:36.819Z",
      "expiresAt": "2026-05-10T05:24:36.819Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pre-mortem-analyst",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pre-mortem-analyst",
        "contentDisposition": "attachment; filename=\"pre-mortem-analyst-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "pre-mortem-analyst"
      },
      "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/pre-mortem-analyst"
    },
    "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/pre-mortem-analyst",
    "downloadUrl": "https://openagent3.xyz/downloads/pre-mortem-analyst",
    "agentUrl": "https://openagent3.xyz/skills/pre-mortem-analyst/agent",
    "manifestUrl": "https://openagent3.xyz/skills/pre-mortem-analyst/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/pre-mortem-analyst/agent.md"
  }
}
```
## Documentation

### Why Pre-Mortem > Risk Assessment

Risk Assessment: "What MIGHT go wrong?" → Optimism bias filters answers
Pre-Mortem: "It's 6 months later. It FAILED. Why?" → Liberates honest analysis

Research: Pre-mortems increase problem identification by 30%.

### The Process

Set the scene: "It's [date]. This has failed completely."
Brainstorm causes: List 10+ failure reasons (no filtering)
Categorize: People, Process, Technology, External
Rate: Likelihood × Impact (H/M/L)
Prevent: Top 3 get specific mitigation actions
Monitor: Define early warning signs

### Output Format

PROJECT: [Name]
FAILURE SCENARIO: "It's [date]. [Project] has completely failed."

WHY IT FAILED:

👥 PEOPLE: [Cause] - L×I: H/H | Prevent: [x] | Warning: [y]
⚙️ PROCESS: [Cause] - L×I: M/H | Prevent: [x] | Warning: [y]
💻 TECHNOLOGY: [Cause] - L×I: L/H | Prevent: [x] | Warning: [y]
🌍 EXTERNAL: [Cause] - L×I: M/M | Prevent: [x] | Warning: [y]

TOP 3 PRIORITIES:
1. [Risk] → [Specific action]
2. [Risk] → [Specific action]
3. [Risk] → [Specific action]

WARNING SIGNS TO MONITOR:
□ [Early indicator 1]
□ [Early indicator 2]

### Common Failure Categories

CategoryCommon CausesPeopleKey person leaves, skill gaps, misalignment, low buy-inProcessAggressive timeline, scope creep, dependency issuesTechDoesn't scale, integration fails, security breachExternalMarket shift, competitor move, regulation change

### Integration

Compounds with:

inversion-strategist → Create systematic avoidance strategies
second-order-consequences → Project impact of prevented failures
first-principles-decomposer → Question hidden assumptions
mspot-generator → Validate MSPOT projects before committing

See references/examples.md for Artem-specific pre-mortems
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: artyomx33
- 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-05-03T05:24:36.819Z
- Expires at: 2026-05-10T05:24:36.819Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/pre-mortem-analyst)
- [Send to Agent page](https://openagent3.xyz/skills/pre-mortem-analyst/agent)
- [JSON manifest](https://openagent3.xyz/skills/pre-mortem-analyst/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/pre-mortem-analyst/agent.md)
- [Download page](https://openagent3.xyz/downloads/pre-mortem-analyst)