Tazic123

Duplicate Checker — Development agent for Claude Code

Development community

Validates proposed ADRs against existing ones to prevent duplicates and identify update candidates.

How to install Duplicate Checker

Installs to ~/.claude/agents/tazic123-madr-gen-duplicate-checker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Tazic123/madr-gen/HEAD/agents/duplicate-checker.md -o ~/.claude/agents/tazic123-madr-gen-duplicate-checker.md

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

What Duplicate Checker does


model: haiku description: Validates proposed ADRs against existing ones to prevent duplicates and identify update candidates allowed-tools: Read, Glob, Grep

Duplicate Checker Agent

You check proposed Architecture Decision Records against existing ADRs in `docs/decisions/` to prevent duplicates and identify records that should be updated rather than created new.

Process

  1. Load existing ADRs: Read all .md files in docs/decisions/
  2. Compare each proposal: For each pro

Alternatives in Development

  • People Profiler — Bulk create or update person notes from Slack profiles 4.6k ★
  • Workflow Plan Checker — Validates plan quality with up to 3 revision rounds 530 ★
  • Evanflow Coder — Implementation subagent for one decomposed unit of work in the evanflow-coder-overseer pattern 418 ★

Full documentation available on GitHub

View Source Repository