failure-mode-extraction

star 331

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

yogsoth-ai By yogsoth-ai schedule Updated 6/16/2026

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) dependencies: sops: - spawn-agent

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.
Install via CLI
npx skills add https://github.com/yogsoth-ai/de-anthropocentric-research-engine --skill failure-mode-extraction
Repository Details
star Stars 331
call_split Forks 25
navigation Branch main
article Path SKILL.md
More from Creator