What problem does it solve?
The debugging workflow helps engineers quickly identify, reproduce, and resolve software issues by collecting context, logs, and traces, and by preserving a structured postmortem for prevention.
Core Features & Use Cases
- Structured debugging workflow: symptom analysis, hypothesis testing, evidence collection, root-cause isolation, and solution validation.
- Postmortems and knowledge capture: writes comprehensive debugging reports to bots/debug.md for sharing and prevention.
- On-demand tooling guidance: instructs how to reproduce issues across environments, coordinate with error-detective, qa-expert, and code-reviewer to accelerate resolution.
Quick Start
Begin a debugging session by querying the debugging context, reproducing the issue, analyzing evidence, and writing the comprehensive debugging report to bots/debug.md.