five_whys
Drill past symptoms to the systemic cause of a bug using the 5 Whys method. Call this when a bug is discovered to avoid fixing only symptoms.
Instructions
TRIGGER: Call this immediately when a bug is discovered. DO NOT fix the symptom until you call this. 🔍 5 Whys Root Cause Analysis — Drill past symptoms to the systemic cause. Args: symptom: The visible problem or symptom to investigate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symptom | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |