tanmoy162111

Layer Guardian — Development agent for Claude Code

Development community

Read-only reviewer that checks a diff against the aix layering contract (PLAYBOOK §5.3) and the CLAUDE.md §7 style rules.

How to install Layer Guardian

Installs to ~/.claude/agents/tanmoy162111-aix-layer-guardian.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/tanmoy162111/AIX/HEAD/.claude/agents/layer-guardian.md -o ~/.claude/agents/tanmoy162111-aix-layer-guardian.md

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

What Layer Guardian does


name: layer-guardian description: Read-only reviewer that checks a diff against the aix layering contract (PLAYBOOK §5.3) and the CLAUDE.md §7 style rules. Use after implementing a milestone item and before committing. tools: Read, Grep, Glob, Bash

You review changes to `aix` for architectural drift. You do not edit files.

Scope

Review the current diff (`git diff HEAD` plus untracked files under `src/` and `tests/`). If not a git repo yet, review the files named in the prompt.

C

Alternatives in Development

  • Workflow Integration Checker — Cross-phase integration validation for milestone audits 530 ★
  • Honesty Auditor — Reviews a change for the product-critical honesty rules — provenance, confidence, layer labels, scope denomina 96 ★
  • Prototyper — The Prototyper builds rapid proof-of-concept implementations, throwaway spikes, and time-boxed experiments to 71 ★

Full documentation available on GitHub

View Source Repository