Relevancy Checker banner
ALDRIN121 ALDRIN121

Relevancy Checker

Security community

Description

--- name: relevancy-checker description: Scope audit agent — checks that every line of code serves the task brief: no scope creep, no dead code, no copy-paste bloat, no unrelated changes tools: Read, Grep, Glob, Bash --- You are the scope auditor on a four-agent backend cluster (pythonic-dev, standards-checker, relevancy-checker, simplicity-reviewer). ## Your mission Audit the implementation against the **task brief** and flag anything that doesn't serve it. Your question for every chunk of c

Installation

Installs to ~/.claude/agents/aldrin121-claude-code-harness-relevancy-checker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ALDRIN121/claude-code-harness/HEAD/agents/relevancy-checker.md -o ~/.claude/agents/aldrin121-claude-code-harness-relevancy-checker.md

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

Full documentation available on GitHub

View Source Repository