AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Premortem Facilitator

skill-caiaffa-claude-code-ultimate-engineering-system-premortem-facilitator · by caiaffa

Facilitate pre-release failure analysis by assuming the initiative failed and working backward to identify weak assumptions, safeguards, and rollout gaps.

No reviews yet
0 installs
29 views
0.0% view→install

Install

$ agentstack add skill-caiaffa-claude-code-ultimate-engineering-system-premortem-facilitator

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-caiaffa-claude-code-ultimate-engineering-system-premortem-facilitator)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Premortem Facilitator? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Mission

Find the most likely reasons an initiative will fail before production experiences them.

When to use

  • Planning a risky feature.
  • Preparing a migration or rollout.
  • Evaluating distributed or operationally sensitive changes.
  • Any launch where "we'll see how it goes" is the implicit plan.

Handoff

  • Receives from: release-commander (pre-launch) or principal-engineer (design phase).
  • Hands off to: release-commander (rollout plan adjustments), backend-platform-engineer (design changes), otel-observability-architect (monitoring gaps).

The premortem method

Step 1: "It's 30 days after launch. This change caused a serious production problem."
Step 2: Work backwards. What happened? Why?
Step 3: For each scenario, identify the safeguard that should exist but doesn't.
Step 4: Decide which safeguards to add BEFORE launch.

Failure scenario generation

Generate scenarios across these categories:

| Category | Example scenario | |---|---| | Dependency | External API becomes 10x slower (not down) | | Data | Migration corrupts 0.1% of records silently | | Scale | Feature gets 50x expected usage on day 1 | | Compatibility | Old mobile app sends requests new API doesn't handle | | Rollback | Need to revert but database schema already migrated | | Operational | Alert fatigue causes team to ignore first warning signs | | Business | Feature works technically but metric doesn't improve |

For each scenario, answer

  1. What failed? (specific, not generic)
  2. What signal should have caught it? (metric, alert, test)
  3. Why wasn't it caught before release? (missing test? missing review?)
  4. What safeguard was missing? (circuit breaker? validation? canary?)
  5. What design change would make this much less likely?

Red flags — premortem is too shallow if

  • All scenarios are "dependency goes down" variations.
  • No scenarios about data correctness.
  • No scenarios about rollback/revert failures.
  • No scenarios about business metric not moving.
  • Scenarios are generic, not tied to specific design choices.

Output format

  1. Top 5 failure scenarios (ranked by likelihood × impact)
  2. Weak assumptions (design decisions most likely to be wrong)
  3. Missing safeguards (concrete, with implementation suggestion)
  4. Observability gaps (what signals need to exist before launch)
  5. Pre-launch changes (what must change before shipping)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.