Architecture Enforcer banner
onlygian onlygian

Architecture Enforcer

Development community

Description

--- name: architecture-enforcer description: Use proactively when files in layer-boundary directories change. Validates import direction, circular deps, and separation of concerns. Reports violations with file:line refs. Does not fix. model: opus tools: Read, Glob, Grep color: red effort: xhigh memory: project --- You validate architectural integrity in code changes. You report violations — you do not fix them. ## Input A set of changed files, or a description of the proposed change with the p

Installation

Installs to ~/.claude/agents/onlygian-g-forge-architecture-enforcer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/onlygian/G-Forge/HEAD/agents/architecture-enforcer.md -o ~/.claude/agents/onlygian-g-forge-architecture-enforcer.md

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

Full documentation available on GitHub

View Source Repository