What problem does it solve?
Provides a structured, hypothesis-driven investigation workflow to find root causes for incidents and proactive findings, consolidating evidence from logs, code, docs, and external sources so teams can make confident remediation decisions.
Core Features & Use Cases
- Hypothesis-driven RCA: Formulate multiple hypotheses, test them against logs, code, and historical RCAs, and converge on a supported root cause.
- Evidence gathering and documentation: Search repository artifacts, review past investigations, consult external documentation, and produce a timestamped investigation report saved to docs/investigations/.
- Modes for incidents and findings: Run full investigations for incident reports or confirmation/triage mode for proactive findings to validate scope and impact.
- Use Case: Investigate an intermittent 429 rate-limit issue by correlating request logs, recent deploys, third-party API docs, and past RCAs to identify the primary cause and recommend fixes.
Quick Start
Run /investigate followed by the incident or finding reference to start an investigation and produce a documented report in docs/investigations/.