---
name: yogsoth-ai/failure-mode-extraction
source: https://app.decimal.ai/s/yogsoth-ai-failure-mode-extraction@1/SKILL.md
source_sha256: 821f2189d4df
---

# 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

<!-- BEGIN available-tables (generated) -->

## Available SOPs

Optional, no fixed order; the final leaf is always a sop.

| SOP | When to use |
| --- | --- |
| spawn-agent | Spawn a customized CC subagent with full MCP tool access. Used by SOPs that declare execution: subagent. |

<!-- END available-tables (generated) -->