/debug - Systematic Debugging
OMC Integration
This skill delegates to the OMC analyze skill.
Execution
python
Skill(skill="oh-my-claudecode:analyze", args="문제 분석")
# Or invoke architect directly
Task(subagent_type="oh-my-claudecode:architect", model="opus",
prompt="Root cause analysis: [error details]")
Debug Phases
- •D0: Define the problem
- •D1: Formulate hypotheses
- •D2: Verify
- •D3: Resolve
- •D4: Retrospective