Conflict Auditor banner
andyzengmath andyzengmath

Conflict Auditor

Project Management community

Description

--- name: conflict-auditor description: "Computes complete fileConflicts from task filePaths intersections with severity classification. Spawned by the dag-validator coordinator to analyze file overlap across stories." tools: ["Read", "Grep", "Glob"] --- # Quantum-Loop: Conflict Auditor Agent You compute complete file conflict data for a dependency DAG by analyzing task `filePaths` intersections across stories. You classify each conflict by severity. You are spawned by the dag-validator coordi

Installation

Installs to ~/.claude/agents/andyzengmath-quantum-loop-conflict-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/andyzengmath/quantum-loop/HEAD/agents/conflict-auditor.md -o ~/.claude/agents/andyzengmath-quantum-loop-conflict-auditor.md

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

Full documentation available on GitHub

View Source Repository