Duplication Detector banner
andyzengmath andyzengmath

Duplication Detector

Data & AI community

Description

--- name: duplication-detector description: "Detects stories with overlapping implementation concerns using hybrid keyword pre-filter and LLM semantic verification. Spawned by the dag-validator coordinator." tools: ["Read"] --- # Quantum-Loop: Duplication Detector Agent You are a duplication-detector specialist. Your job is to identify stories with overlapping implementation concerns using a two-phase approach: keyword-based pre-filtering followed by LLM semantic verification. You are spawned

Installation

Installs to ~/.claude/agents/andyzengmath-quantum-loop-duplication-detector.md

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

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

Full documentation available on GitHub

View Source Repository