Extract structured failure mode list from raw scenarios or artifact analysis. Produces standardized failure mode records.
Scanned 6/1/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill failure-mode-extraction --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Failure Mode Extraction?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-failure-mode-extraction)More formats (shields.io, HTML) on the badges page.
---
name: failure-mode-extraction
description: Extract structured failure mode list from raw scenarios or artifact analysis. Produces standardized failure mode records.
execution: subagent
prompt: ./prompt.md
input: scenarios (string), artifact (string)
used-by: [failure-anticipation]
---
# Failure Mode Extraction
Converts raw failure scenarios or artifact analysis into structured failure mode records.
## Execution
Subagent — spawned via subagent-spawning/spawn-agent.
## Why Subagent
Extraction requires systematic decomposition without creative bias. Isolated context ensures consistent structuring.
## Input
- **scenarios**: Raw failure scenarios from pre-mortem or analysis
- **artifact**: Original artifact for reference
## Output
- **failure_modes**: List of structured failure mode records (ID, name, description, category)
- **deduplication_notes**: Merged or related modes flagged
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!