From wtf
Traces root causes of errors, stack traces, test failures, and build issues by gathering evidence, following call chains backward, and explaining the full causation narrative in structured format.
npx claudepluginhub pacaplan/wtf --plugin wtfThis skill is limited to using the following tools:
Something broke. Figure out what, why, and how we got here.
Guides systematic root cause analysis for bugs, test failures, unexpected behavior, and technical issues before implementing fixes.
Guides root cause debugging for bugs, test failures, and unexpected behavior. Enforces reproduce-investigate-hypothesize-fix process with evidence before fixes. No guessing.
Debugs errors, test failures, and unexpected behavior through root cause analysis, stack trace review, hypothesis testing, logging, and targeted code fixes.
Share bugs, ideas, or general feedback.
Something broke. Figure out what, why, and how we got here.
Gather the evidence. If $ARGUMENTS describe the problem or point to something specific (a PR, a CI failure, a log URL), start there. Otherwise, check for error output or stack traces in the recent conversation, run failing commands to reproduce, and review recent file changes.
Trace the causation chain. Don't stop at the symptom:
Explain the chain of events. Deliver a narrative, not just a diagnosis:
**The Symptom:** [What the user sees — the error, the failure, the broken behavior]
**The Actual Problem:** [Root cause — what's really going on under the hood]
**How We Got Here:** [The chain of causation — what led to this state]
**The Evidence:** [Specific code references, log lines, or behavior that confirms the diagnosis]
**Suggested Fix:** [What to do about it — specific and actionable]
wtf:fix-it for the actual repair.$ARGUMENTS include "it started failing after..." — that's a huge clue. Check what changed at that point.