Failure Mode Extraction

Extract structured failure mode list from raw scenarios or artifact analysis. Produces standardized failure mode records.

yogsoth-ai 9322012 2 files · 2.7 KB Updated

File contents

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

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.

yogsoth-ai/de-anthropocentric-research-engine/tree/main/skills/failure-mode-extraction commit 9322012e3a

Frequently asked questions

npx skillmds@latest add yogsoth-ai/failure-mode-extraction