Debug Workflow Skill Overview Investigation-first workflow for debugging and regression fixes. Provides two tracks based on urgency: hotfix (fast, minimal ceremony) and thorough (rigorous, full RCA documentation). Triggers Activate this skill when: - User runs command - User reports a bug or regression - User needs to investigate an error - User says "fix this bug" or similar Disambiguation: If the user says "fix" or "clean up" — use when something is broken (error, crash, wrong behavior). Use when the code works but needs structural improvement. Workflow Overview Command Interface Start Debu…