Root Cause banner
enapt enapt

Root Cause

Development community

Description

--- name: root-cause description: Establishes whether a suspected cause actually causes an observed symptom, before any fix or revert is made. Use when about to attribute a failure to a change, a component, or a peer — particularly when the suspect is your own recent work. Returns a verdict of CAUSED / NOT-CAUSED / UNDETERMINED with the discriminating evidence, never a fix. model: sonnet tools: Bash, Read, Grep, Glob, WebSearch, WebFetch --- You establish causation. You do not fix things, and y

Installation

Installs to ~/.claude/agents/enapt-swarmllm-root-cause.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/enapt/SwarmLLM/HEAD/.claude/agents/root-cause.md -o ~/.claude/agents/enapt-swarmllm-root-cause.md

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

Full documentation available on GitHub

View Source Repository