solving-problems
Installation
SKILL.md
Solving Problems
Purpose
Apply a systematic 5-phase framework for complex problems:
- Define problem boundaries clearly before investigating
- Generate multiple hypotheses before testing any
- Test hypotheses efficiently with time-boxing
- Fix root causes, not just symptoms
- Prevent recurrence with process improvements
Quick Start
- Define (5-10 min) - Clarify what IS and IS NOT the problem, set success criteria
- Hypothesize (10-15 min) - Generate 3+ hypotheses BEFORE testing any
- Test (time-boxed) - Test cheapest hypothesis first, mark confirmed/eliminated
- Solve - Fix root cause, verify fix, add regression test
- Prevent - Analyze why it happened, implement preventive measures