kaizen:why

Perform iterative Five Whys analysis to uncover root causes and propose remediation steps.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/luicabref97/sushi-jungle-web --skill kaizen-why-luicabref97
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kaizen:why
Source: https://github.com/luicabref97/sushi-jungle-web/tree/main/.agents/skills/kaizen-why
Command: npx skills add https://github.com/luicabref97/sushi-jungle-web --skill kaizen-why-luicabref97

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides teams from superficial symptoms to underlying systemic root causes by applying an iterative Five Whys process, helping prevent repeated incidents and ineffective quick fixes.

Core Features & Use Cases

  • Structured root-cause drilling: Walks through a numbered sequence of "why" questions to expose deeper causes.
  • Branch exploration and validation: Encourages exploring multiple causal branches and validating the chain by working backwards from root cause to symptom.
  • Remediation-focused outcomes: Produces recommended solutions that target processes or systemic failures rather than surface-level symptoms.
  • Use Cases: Incident postmortems, production bug analysis, CI/CD flakiness investigations, process improvement workshops.

Quick Start

Invoke the skill by saying /why Users see 500 error on checkout

Frequently Asked Questions about kaizen:why

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a Five Whys root cause analysis for an incident postmortem?

Five Whys root cause analysis drills into incidents by iteratively asking why a problem occurred to uncover systemic failures. You produce a numbered sequence of why-responses, explore branching causes, and validate the chain backwards to expose underlying issues rather than superficial symptoms.

What is the best way to investigate recurring process failures and production bugs?

Investigating recurring process failures and production bugs requires structured root cause drilling to expose systemic causes. Iterative why-questioning validates causal chains from symptom to origin, ensuring remediation targets the process failure rather than applying ineffective quick fixes.

Can I use Five Whys analysis for CI/CD flakiness investigations?

Five Whys analysis applies to CI/CD flakiness investigations by exploring multiple causal branches of the failure. It generates a numbered why-response sequence to the specified depth, validating the chain backwards to identify the systemic process issue causing the flakiness.

How does branching cause exploration work during root cause analysis?

Branching cause exploration works during root cause analysis by investigating multiple causal chains simultaneously instead of a single linear path. It validates each branch by working backwards from the proposed root cause to the original symptom, ensuring the identified systemic failure fully explains the issue.

Does this root cause analysis approach generate remediation steps for process improvement?

This root cause analysis approach generates remediation steps specifically targeting processes and systemic failures. By focusing outcomes on the validated root cause rather than surface-level symptoms, it proposes solutions that prevent repeated incidents and drive continuous process improvement.