From taches-principled
Root cause analysis methods — Five Whys for single-path causes and Fishbone for multi-category exploration. Use when debugging incidents or analyzing problems.
How this skill is triggered — by the user, by Claude, or both
Slash command
/taches-principled:root-cause-analysis [problem description] [--depth N][problem description] [--depth N]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
IF problem has a clear single causal chain from symptom to root → **Five Whys** (drill down iteratively, stop at systemic cause)
IF problem has a clear single causal chain from symptom to root → Five Whys (drill down iteratively, stop at systemic cause) IF problem has multiple potential contributing factors across domains → Fishbone / Cause-and-Effect (explore 6 categories systematically) IF "human error" appears as a cause → keep digging regardless of method — the system should have made the error impossible IF combining with structured documentation → produce findings as input for section 4 of an A3 analysis
Root cause analysis methods for debugging incidents, process failures, and quality problems. Choose the method that matches the problem structure.
Every surface symptom is the end of a causal chain. Treating the symptom leaves the chain intact. The goal is to find the systemic cause — a missing validation, unclear process, absent automation, or design choice.
Iteratively ask "why" to trace from surface symptoms to fundamental systemic causes. The name "five" is a guideline — stop when you reach a process, system, or policy cause.
A causal chain from symptom to root cause with solutions tied to the root cause level.
Systematic exploration of all potential causes across six categories using the Ishikawa method.
| Category | What to Examine |
|---|---|
| People | Skills, training gaps, communication, team dynamics |
| Process | Workflows, procedures, standards, reviews |
| Technology | Tools, infrastructure, dependencies, config |
| Environment | Workspace, deployment targets, external factors |
| Methods | Approaches, patterns, architectures, practices |
| Materials | Data quality, third-party services, inputs |
A categorized cause map identifying root causes across six dimensions with prioritized solutions.
npx claudepluginhub git-fg/taches-principled --plugin tp-session-auditProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.