Build cause-mode-effect chains tracing upstream root causes and downstream cascading effects for each failure mode.
Scanned 6/1/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill failure-chain-construction --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Failure Chain Construction?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-failure-chain-construction)More formats (shields.io, HTML) on the badges page.
---
name: failure-chain-construction
description: Build cause-mode-effect chains tracing upstream root causes and downstream cascading effects for each failure mode.
execution: subagent
prompt: ./prompt.md
input: failure_modes (string), function_tree (string), depth (number)
used-by: [failure-anticipation]
---
# Failure Chain Construction
Builds multi-level cause → mode → effect chains for systemic failure understanding.
## Execution
Subagent — spawned via subagent-spawning/spawn-agent.
## Why Subagent
Chain construction requires disciplined causal reasoning without skipping levels. Isolated context prevents shortcutting.
## Input
- **failure_modes**: Structured failure mode catalog
- **function_tree**: Function decomposition for context
- **depth**: Max chain depth (2/4/6 per budget)
## Output
- **chains**: List of cause-mode-effect chains with level annotations
- **shared_causes**: Root causes appearing in multiple chains
- **cascade_risks**: Modes that trigger other modes
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!