Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub frank-luongt/faos-skills-marketplace --plugin faos-pmHow this skill is triggered — by the user, by Claude, or both
Slash command
/faos-pm:pre-mortemThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
Identifies launch risks by imagining failure and working backward, categorizing as Tigers, Paper Tigers, or Elephants with mitigations, owners, and deadlines. Use post-spec, pre-ship.
Runs pre-mortem risk analysis on PRDs or launch plans: categorizes risks as Tigers, Paper Tigers, Elephants; prioritizes launch-blocking issues with action plans. Use before launches or plan reviews.
Run a pre-mortem risk analysis on a PRD or launch plan. Categorizes risks as Tigers, Paper Tigers, and Elephants, then classifies urgency. Useful for launch prep and stress-testing plans.
Share bugs, ideas, or general feedback.
A structured risk identification technique: imagine the product has already failed, then work backward to identify what went wrong — before it actually does.
Traditional risk planning asks "what could go wrong?" which triggers optimism bias. Pre-mortems flip the frame: "It failed. Why?" — which activates prospective hindsight and surfaces risks people are reluctant to raise.
Read and reference the following (if available):
Start with this prompt to the team (or yourself):
"Imagine it's 6 months from now. This initiative has failed spectacularly. Customers are unhappy, metrics haven't moved, and leadership is asking what went wrong. What happened?"
Generate 10–15 potential failure causes without filtering. Include:
Categorize every risk into one of three types:
Tigers — Real, evidence-backed risks that require action
Paper Tigers — Concerns that seem scary but are manageable
Elephants — Unspoken risks nobody wants to discuss
For each Tiger, classify urgency:
| Urgency | Definition | Action Required |
|---|---|---|
| Launch-Blocking | Must solve before launch or initiative is at serious risk | Mitigation plan required NOW |
| Fast-Follow | Can launch, but must address within 30 days post-launch | Assign owner, set deadline |
| Track | Monitor with defined triggers; act if situation changes | Define monitoring metric and threshold |
For each launch-blocking Tiger, produce:
### Tiger: [Risk Description]
**Evidence**: Why we believe this is real
**Impact if unmitigated**: What happens if we ignore it
**Mitigation plan**:
1. [Specific action]
2. [Specific action]
3. [Specific action]
**Owner**: [Name/Role]
**Due date**: [Date — must be before launch]
**Success criteria**: How we know the risk is mitigated
## Pre-Mortem Summary
**Initiative**: [Name]
**Launch date**: [Date]
**Pre-mortem date**: [Today]
**Participants**: [Names/Roles]
---
### Launch-Blocking Tigers (Must Resolve)
| # | Risk | Impact | Mitigation | Owner | Due |
|---|------|--------|------------|-------|-----|
| 1 | [risk] | [impact] | [action] | [who] | [when] |
### Fast-Follow Tigers (Resolve Within 30 Days)
| # | Risk | Impact | Mitigation | Owner | Due |
|---|------|--------|------------|-------|-----|
| 1 | [risk] | [impact] | [action] | [who] | [when] |
### Tracked Risks (Monitor)
| # | Risk | Monitoring Metric | Trigger Threshold | Owner |
|---|------|------------------|-------------------|-------|
| 1 | [risk] | [metric] | [threshold] | [who] |
### Paper Tigers (Acknowledged, No Action)
- [risk] — Why it's manageable: [reason]
### Elephants (Surfaced, Needs Discussion)
- [risk] — Why this matters: [reason]
---
### Decision
- [ ] **GO** — All launch-blocking Tigers mitigated
- [ ] **CONDITIONAL GO** — Launch-blocking Tigers have plans, not yet resolved
- [ ] **NO-GO** — Unresolved launch-blocking Tigers, delay recommended
| Avoid | Why | Instead |
|---|---|---|
| Skipping Elephants | The unsaid risks are often the most dangerous | Create psychological safety, use anonymous input |
| All risks are Tigers | If everything is critical, nothing is | Force classification — most risks are Paper Tigers |
| No owners assigned | Unowned risks never get mitigated | Every Tiger needs a named owner and due date |
| Running too early | Pre-mortem needs a concrete plan to evaluate | Run after PRD/architecture, before execution |
| Running too late | No time to mitigate launch-blocking risks | Run 2–4 weeks before launch, not the day before |
| Optimism creep | Team agrees risks exist but "we'll figure it out" | Demand specific mitigation actions, not vague reassurances |