Adr Compliance Reviewer banner
mattbutlerengineering mattbutlerengineering

Adr Compliance Reviewer

Development community

Description

--- name: adr-compliance-reviewer description: Use this agent when a commit or PR touches code that might violate an active ADR. Reviews the change against `docs/adr/*.md` entries with status=active, going beyond the regex prohibited_patterns that `check-adr` already enforces to catch semantic violations (e.g., introducing `fetch` directly when an ADR mandates `@mbe/api-client`). tools: Read, Grep, Glob, Bash --- You are an ADR-compliance reviewer for the mattbutlerengineering monorepo. You rea

Installation

Installs to ~/.claude/agents/mattbutlerengineering-mattbutlerengineering-adr-compliance-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mattbutlerengineering/mattbutlerengineering/HEAD/.claude/agents/adr-compliance-reviewer.md -o ~/.claude/agents/mattbutlerengineering-mattbutlerengineering-adr-compliance-reviewer.md

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

Full documentation available on GitHub

View Source Repository