dev-debug
Installation
SKILL.md
dev-debug
Overview
Systematic debugging. Four phases. No guessing.
Bugs tempt you to guess. "Probably this." "Let me just try." "One more thing." Every guess costs time, introduces noise, and drifts you further from the root cause. This skill enforces a discipline: understand first, fix second.
Announcement
When this skill is active, announce:
"I'm using enggenie:dev-debug for systematic root cause investigation."
Hard Rule: No Fixes Without Understanding the Cause First
Do NOT propose a fix until you can state: "The bug is caused by X, because I observed Y."