From a-team
Enforces root-cause investigation before any fix. Guides through four phases: evidence gathering, pattern analysis, hypothesis testing, and implementation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/a-team:systematic-debuggingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST
Quick patches mask underlying issues. Systematic debugging is FASTER than thrashing.
For EACH component boundary:
- Log what data enters the component
- Log what data exits the component
- Verify environment/config propagation
Run once to gather evidence showing WHERE it breaks
This is an architectural problem, not a surface bug:
npx claudepluginhub rbraga01/a-team --plugin a-teamEnforces root-cause investigation before any fix using a four-phase methodology: investigate, analyze patterns, hypothesize, implement. Use for bugs, test failures, unexpected behavior, or performance regressions.
Provides four-phase debugging framework prioritizing root cause investigation before fixes. Use for bugs, test failures, unexpected behavior, performance issues, build failures.
Provides a four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) for systematically debugging bugs, test failures, and unexpected behavior.