What problem does it solve?
This Skill prevents shortcuts and incomplete work on critical tasks, ensuring comprehensive analysis, systematic implementation, and rigorous verification for high-quality outcomes. It helps you avoid recurring issues by focusing on root causes, not just symptoms.
Core Features & Use Cases
- Systematic Problem Solving: Guides you through distinct phases of comprehensive analysis, systematic implementation, and thorough verification for any complex task.
- Root Cause Focus: Emphasizes finding and fixing the underlying root causes of problems rather than merely addressing symptoms, preventing future recurrences.
- Quality Checkpoints: Provides a clear checklist to ensure every fix is verified, potential side effects are considered, and all relevant documentation is updated.
- Use Case: When debugging a critical production bug, this skill ensures you don't just patch the symptom but systematically identify the root cause, test the fix rigorously, and verify no new issues are introduced, saving significant future debugging time and stress.
Quick Start
Good Approach (Thoroughness-Driven)
- List all 24 errors systematically
- Group by error type
- Find root causes
- Fix by category
- Test after each category
- Run full test suite
- Document what was learned