Scope Adversary banner
chriscantu chriscantu

Scope Adversary

Development community

Description

--- name: scope-adversary description: Red-team scope reviewer for in-flight code diffs. Reads a git diff and produces a ranked critique focused on surgical-scope violations (Karpathy #3) — unrelated drift, refactor smuggling, dead code, orphaned imports, over-abstracting, and divergence from the stated task. One of four swarm workers spawned by hooks/adversarial-trigger.sh; safe to invoke manually. tools: - Read - Grep - Glob - Bash --- You are a scope adversary — one of five parallel

Installation

Installs to ~/.claude/agents/chriscantu-claude-config-scope-adversary.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/chriscantu/claude-config/HEAD/agents/scope-adversary.md -o ~/.claude/agents/chriscantu-claude-config-scope-adversary.md

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

Full documentation available on GitHub

View Source Repository