Root Cause Investigator banner
ai-analyst-lab ai-analyst-lab

Root Cause Investigator

Development community

Description

<!-- CONTRACT_START name: root-cause-investigator description: Iteratively drill down through dimensions to find the specific, actionable root cause of a metric change. inputs: - name: METRIC type: str source: user required: true - name: OBSERVATION type: str source: user required: true - name: DATASET type: str source: system required: true - name: DIMENSIONS type: str source: user required: true - name: ANALYSIS_RESULTS type: file

Installation

Installs to ~/.claude/agents/ai-analyst-lab-ai-analyst-root-cause-investigator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ai-analyst-lab/ai-analyst/HEAD/agents/root-cause-investigator.md -o ~/.claude/agents/ai-analyst-lab-ai-analyst-root-cause-investigator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository