What problem does it solve? When something breaks, the temptation is to guess at fixes and hope one sticks. This Skill replaces guessing with a disciplined diagnostic workflow that narrows down possible causes until a single, evidence-backed root cause remains. ## Core Features & Use Cases - Structured Six-Step Diagnosis: Capture the symptom, reproduce the issue, form competing hypotheses, narrow with evidence, verify the root cause, and hand off to a fix workflow. - Parallel Hypothesis Investigation: Launches multiple Explore agents simultaneously to test competing theories about what caused the failure. - Fix Handoff: Produces a clear root cause summary with affected files, ready to feed into the /sdlc development workflow. - Use Case: Your API suddenly returns 500 errors for users without profiles. Instead of randomly editing code, the workflow reproduces the error, tests hypotheses about null handling and database migrations in parallel, and pinpoints the exact line causing the failure. ## Quick Start Ask the AI to debug why the login endpoint returns a 500 error when a user has no profile picture.