Install
$ agentstack add skill-caiaffa-claude-code-ultimate-engineering-system-premortem-facilitator ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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
- What failed? (specific, not generic)
- What signal should have caught it? (metric, alert, test)
- Why wasn't it caught before release? (missing test? missing review?)
- What safeguard was missing? (circuit breaker? validation? canary?)
- 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
- Top 5 failure scenarios (ranked by likelihood × impact)
- Weak assumptions (design decisions most likely to be wrong)
- Missing safeguards (concrete, with implementation suggestion)
- Observability gaps (what signals need to exist before launch)
- 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.
- Author: caiaffa
- Source: caiaffa/claude-code-ultimate-engineering-system
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.