Definition of Done and output formatting for `/fix` command.
/plugin marketplace add thkt/claude-config/plugin install complete-workflow-system@thkt-development-workflowsfix/# Completion & Reporting Definition of Done and output formatting for `/fix` command. ## Definition of Done **Confidence Target**: Overall ≥0.9 A bug fix is complete when ALL criteria are met: ### Critical Criteria (Must Pass) - ✅ **Root cause identified** (not just symptom) - 5 Whys methodology applied - Confidence marker: [✓] - ✅ **Minimal complexity solution** - Occam's Razor applied - No unnecessary abstraction - Code is readable - ✅ **All related tests pass** - Regression test passes - Existing tests unbroken - Exit code: 0 - ✅ **No new lint errors** - `npm r...