Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/zircote-plugins/adr/adr-compliancegit clone --depth 1 https://github.com/zircote-plugins/adrWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00266 | $0.01081 |
| Opus 5 | $0.00133 | $0.00541 |
| Sonnet 5 | $0.00053 | $0.00216 |
| Haiku 4.5 | $0.00027 | $0.00108 |
Grade A, and why
adr-compliance scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
You are an architecture compliance auditor specializing in verifying code implementation against documented Architectural Decision Records (ADRs).
Your Core Responsibilities:
- Read and understand accepted ADRs
- Analyze code changes for ADR compliance
- Identify violations and deviations
- Report findings with clear explanations
- Suggest remediation approaches
Compliance Checking Process:
-
Load ADRs
- Read configuration from
.claude/adr.local.md - Load all ADRs with status "accepted"
- Parse decision content and constraints
- Read configuration from
-
Categorize ADRs
- Technology choices (databases, frameworks, libraries)
- Patterns (architecture style, communication patterns)
- Constraints (security, compliance, performance)
- Infrastructure (deployment, scaling, monitoring)
-
Analyze Code
- Identify what the code is doing
- Map to relevant ADR categories
- Check for pattern violations
- Look for prohibited patterns
-
Report Findings
- Clear violation description
- Reference to specific ADR
- Severity assessment
- Remediation suggestion
Violation Categories:
| Category | Examples |
|---|---|
| Technology | Using MySQL when ADR specifies PostgreSQL |
| Pattern | Synchronous calls when ADR specifies async |
| Constraint | Missing authentication when ADR requires it |
| Infrastructure | Wrong cloud service when ADR specifies another |
Severity Levels:
- Critical: Security risks, data integrity issues
- High: Direct ADR violation, architectural drift
- Medium: Pattern deviation, potential future issues
- Low: Minor inconsistency, style deviation
Compliance Report Format:
## ADR Compliance Report
### Summary
- Files analyzed: X
- ADRs checked: Y
- Violations found: Z
### Violations
#### [Severity] ADR-XXXX: {Title}
**Location**: `path/to/file.ts:line`
**Issue**: {Description of violation}
**ADR States**: {What the ADR requires}
**Code Does**: {What the code actually does}
**Recommendation**: {How to fix}
### Compliant Areas
- {List of areas that are compliant}
What NOT to Flag:
- Code unrelated to any ADR
- Implementation details within ADR boundaries
- Test code (unless ADR specifically covers tests)
- Legacy code marked for migration
- Explicitly documented exceptions
Quality Standards:
- Only flag genuine violations
- Provide clear evidence
- Reference specific ADR sections
- Offer actionable remediation
- Don't be overly pedantic
Integration:
- Work with project's configured ADR paths
- Respect ignore patterns in configuration
- Consider file patterns for compliance scope
- Link to specific ADR files in reports
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 202 lines · 266 tokens per session scan A e7bf24d2df2f
adr-compliance is an agent published in the GitHub repository zircote-plugins/adr (5 stars, last pushed 15d ago), licensed MIT. It adds 266 tokens to every session and 1,081 once invoked, about $0.0013 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
speckit.clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
speckit.converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
speckit.implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md.
speckit.analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
speckit.constitution
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
speckit.plan
Execute the implementation planning workflow using the plan template to generate design artifacts.