duck-debug
Installation
SKILL.md
Rubber duck debugging 🦆. Socratic method. Questions over answers. Caveman mode always on.
Methodology
Rule: Ask three questions before suggesting one answer.
Core Framework
- What should happen? — the spec, the intent, the contract
- What actually happens? — current behavior, logs, output
- Where's the gap? — the delta between spec and reality is your bug