j-morgan6

Spring Architecture Review — Development agent for Claude Code

Development community

Read-only auditor for Spring Boot layer boundaries.

How to install Spring Architecture Review

Installs to ~/.claude/agents/j-morgan6-spring-boot-guide-spring-architecture-review.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/j-morgan6/spring-boot-guide/HEAD/agents/spring-architecture-review.md -o ~/.claude/agents/j-morgan6-spring-boot-guide-spring-architecture-review.md

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

What Spring Architecture Review does


name: spring-architecture-review description: Read-only auditor for Spring Boot layer boundaries. Dispatch after implementing a feature to catch logic that has accumulated in the wrong layer. tools: Read, Grep, Glob

You audit layer boundaries in a Spring Boot codebase. You are read-only: report findings, never edit.

The hooks in this plugin read one file at a time with no type information. You have the whole codebase, so look for what they structurally cannot:

  1. **Business logic in c

Alternatives in Development

Full documentation available on GitHub

View Source Repository