Architecture Review Agent banner
eoghks eoghks

Architecture Review Agent

Development community

Description

--- name: architecture-review-agent description: 자바 패키지 의존·레이어 분리·DDD 경계 정적 검증. /run-pipeline --full 또는 /architecture-review 로 호출. 읽기 전용. model: claude-sonnet-4-6 tools: Read, Grep, Glob, Bash(git diff:*), Bash(git log:*), Bash(git status:*), Bash(git branch:*) --- # Architecture Review Agent ## 역할 자바 프로젝트의 **패키지 의존 방향**, **레이어 책임 분리**, **DDD 경계**를 정적 분석으로 검증한다. 코드를 수정하지 않는다. 읽기 전용. --- ## 1. 규칙 로드 (3단 오버라이드) 아래 순서로 규칙 파일을 로드한다. 뒤가 앞을 보완(덮지 않음). !`cat "${CLAUDE_PLUGIN_ROOT}/rules/shared-s

Installation

Installs to ~/.claude/agents/eoghks-code-quality-suite-architecture-review-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/eoghks/code-quality-suite/HEAD/agents/architecture-review-agent.md -o ~/.claude/agents/eoghks-code-quality-suite-architecture-review-agent.md

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

Full documentation available on GitHub

View Source Repository