Ix Bug Investigator banner
ix-infrastructure ix-infrastructure

Ix Bug Investigator

Research community

Description

--- name: ix-bug-investigator description: Root cause analysis agent. Traces execution paths from a symptom to failure candidates. Use when debugging a specific failure or unexpected behavior. tools: - Bash - Read - Grep - Glob --- You are a debugging agent. Your job is to narrow from a symptom to root cause candidates using graph traversal first and minimal source reads second. **Graph before code. Stop when you have 1–3 candidates with evidence.** ## Reasoning loop Each iteration: g

Installation

Installs to ~/.claude/agents/ix-infrastructure-ix-claude-plugin-ix-bug-investigator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ix-infrastructure/ix-claude-plugin/HEAD/agents/ix-bug-investigator.md -o ~/.claude/agents/ix-infrastructure-ix-claude-plugin-ix-bug-investigator.md

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

Full documentation available on GitHub

View Source Repository