# systematic-debugging > Provides a structured 6-step root cause analysis workflow for debugging complex issues. - Author: Tim Morris - Repository: CambridgeMonorail/TheSignAge - Version: 20260207183740 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/CambridgeMonorail/TheSignAge - Web: https://mule.run/skillshub/@@CambridgeMonorail/TheSignAge~systematic-debugging:20260207183740 --- --- name: systematic-debugging description: Provides a structured 6-step root cause analysis workflow for debugging complex issues. --- # Systematic Debugging Skill This skill provides a structured approach to debugging that finds root causes instead of treating symptoms. ## When to Use This Skill Use this skill when you need to: - Debug complex or non-obvious issues - Investigate performance problems - Find the root cause of unexpected behavior - Verify a bug fix actually works ## The 6-Step Process 1. **Understand the Problem** 2. **Reproduce Reliably** 3. **Find Root Cause** (Don't guess - investigate) 4. **Fix the Root Cause** 5. **Verify the Fix** 6. **Document** ## Integration - Referenced from [AGENTS.md](../../../AGENTS.md) debugging section - See [detailed debugging guide](workflows/detailed-guide.md) for complete examples For complete examples and debugging techniques, see the [detailed debugging guide](workflows/detailed-guide.md).