causal-tree-building
$
npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/causal-tree-buildingBuilds causal trees from symptoms to root causes using structured logic and validation
- Solves complex root-cause analysis by tracing symptoms to underlying issues
- Uses Ishikawa decomposition, current-reality trees, and CLR validation SOPs
- Applies 6M categories and sufficient-cause logic to validate causal links
- Delivers formal diagrams with validated chains and identified root causes
SKILL.md
.github/skills/causal-tree-buildingView on GitHub ↗
--- name: causal-tree-building description: Build logical causal trees from symptoms to root causes — list UDEs, connect causal chains, validate logic, locate root causes. Combines ishikawa-decomposition, current-reality-tree, and clr-validation SOPs. execution: tactic used-by: root-cause-drilling --- # Causal Tree Building Build formal causal trees from symptoms to root causes. ## Operations - ishikawa-decomposition — multi-factor decomposition (6M categories) - current-reality-tree — sufficient-cause logic tree - clr-validation — validate every causal link ## Available SOPs **Subagent:** five-whys-drilling, ishikawa-decomposition, current-reality-tree, clr-validation **Import:** paper-search ## Execution Guidance Decompose via Ishikawa (6M categories adapted for research: Methodology, Data, Theory, Measurement, Researchers, Environment). Build formal CRT with sufficient-cause logic. Validate every causal link with CLR 8-check. ## Minimum Yield ``` <HARD-GATE> - ishikawa diagrams: >= 1 - CRT constructed: >= 1 - CLR validations: >= 3 links validated - root causes identified: >= 1 </HARD-GATE> ```
More from yogsoth-ai/de-anthropocentric-research-engine
- abductive-hypothesis-generationStrategy: 面对异常的最佳解释推理
- ablation-brainstormRemove components one by one, observe system changes to reveal hidden dependencies and generate ideas from structural gaps.
- ablation-component-mappingMap system architecture to ablatable units for ablation studies
- ablation-designDesign ablation studies to isolate component contributions in ML systems
- ablation-executionRemove components one by one from a system, record the response/impact of each removal.
- abp-vulnerability-classificationClassify assumptions on 2 axes — load-bearing (how much conclusion depends on it) × vulnerable (how likely to be false). Focuses attention on High-Load × High-Vulnerable quadrant.
- abstraction-extractionExtract abstract principles from concrete domain cases. Strips domain-specific details to reveal transferable mechanisms.
- abstraction-ladderPerform bisociation at multiple abstraction levels
- abstraction-ladderingMove between concrete and abstract framings — 3 levels up (Why?) and 3 levels down (How?) to find the most productive research level.
- abstraction-to-designAbstract biological principle to design principle. Bridge from biology to engineering.