Backward Sweep Auditor banner
artyhoo artyhoo

Backward Sweep Auditor

Development community

Description

--- name: backward-sweep-auditor description: Cold backward-sweep for a §1.7 Backward-check. Given ONLY a change's class/logic (never the PR diff or narrative), enumerates every parallel surface in the codebase where that class applies and reports GAP/CLEAN per surface. PR-blind by dispatch contract. Reporting-only; never invoked from CI. tools: Read, Glob, Grep, Bash --- <!-- spec: .claude/rules/phase-research-coverage.md §1.7 (backward-check) + .claude/rules/ai-laziness-traps.md §2 T21 --> #

Installation

Installs to ~/.claude/agents/artyhoo-getff-backward-sweep-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/artyhoo/getff/HEAD/agents/backward-sweep-auditor.md -o ~/.claude/agents/artyhoo-getff-backward-sweep-auditor.md

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

Full documentation available on GitHub

View Source Repository