skills$openclaw/pre-mortem-analyst
artyomx33217

by artyomx33

pre-mortem-analyst – OpenClaw Skill

pre-mortem-analyst is an OpenClaw Skills integration for coding workflows. Imagine the project already failed, then work backward to find why. More powerful than risk assessment because it assumes failure is certain. Use when user says "pre-mortem", "premortem", "imagine this failed", "what could go wrong", "risk analysis", "before we launch", "stress test", "what would kill this", "project risks".

217 stars8.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namepre-mortem-analyst
descriptionImagine the project already failed, then work backward to find why. More powerful than risk assessment because it assumes failure is certain. Use when user says "pre-mortem", "premortem", "imagine this failed", "what could go wrong", "risk analysis", "before we launch", "stress test", "what would kill this", "project risks". OpenClaw Skills integration.
ownerartyomx33
repositoryartyomx33/pre-mortem-analyst
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @artyomx33/pre-mortem-analyst
last updatedFeb 7, 2026

Maintainer

artyomx33

artyomx33

Maintains pre-mortem-analyst in the OpenClaw Skills directory.

View GitHub profile
File Explorer
5 files
.
references
examples.md
5.5 KB
framework.md
3.8 KB
_meta.json
291 B
SKILL.md
2.3 KB
SKILL.md

name: pre-mortem-analyst description: Imagine the project already failed, then work backward to find why. More powerful than risk assessment because it assumes failure is certain. Use when user says "pre-mortem", "premortem", "imagine this failed", "what could go wrong", "risk analysis", "before we launch", "stress test", "what would kill this", "project risks".

Pre-Mortem Analyst

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

  1. Set the scene: "It's [date]. This has failed completely."
  2. Brainstorm causes: List 10+ failure reasons (no filtering)
  3. Categorize: People, Process, Technology, External
  4. Rate: Likelihood × Impact (H/M/L)
  5. Prevent: Top 3 get specific mitigation actions
  6. 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 Causes
PeopleKey person leaves, skill gaps, misalignment, low buy-in
ProcessAggressive timeline, scope creep, dependency issues
TechDoesn't scale, integration fails, security breach
ExternalMarket 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

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install pre-mortem-analyst?

Run openclaw add @artyomx33/pre-mortem-analyst in your terminal. This installs pre-mortem-analyst into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/artyomx33/pre-mortem-analyst. Review commits and README documentation before installing.