ishikawa-decomposition

$npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/ishikawa-decomposition

Analyzes problem into six major categories using Ishikawa decomposition

  • Identifies root causes of a problem by categorizing it into Methodology, Data, Theory, Measurement, Researchers, and Environment.
  • Depends on context and problem statement for analysis.
  • Uses fishbone diagram to visualize and organize the six categories.
  • Provides categorized insights as output.

SKILL.md

.github/skills/ishikawa-decompositionView on GitHub ↗
---
name: ishikawa-decomposition
description: Decompose problems into 6M categories (Methodology, Data, Theory, Measurement, Researchers, Environment) via fishbone diagram analysis.
execution: subagent
prompt: ./prompt.md
input: problem_statement (string), context (string)
used-by: root-cause-drilling
---

# Ishikawa Decomposition

Multi-factor causal decomposition via fishbone diagram.

## Execution

Subagent — spawned via subagent-spawning/spawn-agent.

## Budget

One unit = one Ishikawa decomposition pass.

More from yogsoth-ai/de-anthropocentric-research-engine