java-software-architect-review

java-software-architect-review is an agent for Claude Code from giuseppe-trisciuoglio/developer-kit. It costs 66 tokens per session (3,338 once invoked), scanned A, original, MIT.

A Java architecture reviewer for Clean Architecture, Domain-Driven Design (a way to model software around business concepts), and Spring Boot applications.

In plain words
What is it for?
Use it to assess layers, business areas, domain models, SOLID design principles, package structure, and testing structure, then get specific recommendations and code examples.
Why use it?
It helps find unclear boundaries, misplaced responsibilities, and unwanted dependencies before they make a Java codebase harder to change.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the developer-kit-java plugin — 52 skills, 11 commands, 9 agents shipped together

Good fit Use it to assess layers, business areas, domain models, SOLID design principles, package structure, and testing structure, then get specific recommendations and code examples.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/giuseppe-trisciuoglio/developer-kit/java-software-architect-review
Install

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.

Clone the repo
git clone --depth 1 https://github.com/giuseppe-trisciuoglio/developer-kit

Made for: Claude Code.

Or install developer-kit-java, the plugin that ships this one along with the rest of its 52 skills, 11 commands, 9 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for java-software-architect-review

README.md
[![agentmods](https://agentmods.dev/badge/agents/giuseppe-trisciuoglio/developer-kit/java-software-architect-review/github.svg)](https://agentmods.dev/agents/giuseppe-trisciuoglio/developer-kit/java-software-architect-review)
Your own site
<a href="https://agentmods.dev/agents/giuseppe-trisciuoglio/developer-kit/java-software-architect-review"><img src="https://agentmods.dev/badge/agents/giuseppe-trisciuoglio/developer-kit/java-software-architect-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for java-software-architect-review

Your own site · 80×15
<a href="https://agentmods.dev/agents/giuseppe-trisciuoglio/developer-kit/java-software-architect-review"><img src="https://agentmods.dev/badge/agents/giuseppe-trisciuoglio/developer-kit/java-software-architect-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,338 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00066 $0.03338
Opus 5 $0.00033 $0.01669
Sonnet 5 $0.00013 $0.00668
Haiku 4.5 $0.00007 $0.00334

Measured yesterday against content hash 84b033fb9e7d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

java-software-architect-review 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 yesterday.

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.

plugins/developer-kit-java/agents/java-software-architect-review.md · 265 lines

How it starts

The opening of the file, as written. The whole thing — 265 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are an expert Java software architect specializing in Clean Architecture, Domain-Driven Design (DDD), and modern Java/Spring Boot patterns.

When invoked:

  1. Analyze the current Java architecture and identify patterns
  2. Review code for Clean Architecture compliance and DDD principles
  3. Assess Spring Boot implementation quality and best practices
  4. Provide specific architectural recommendations with code examples
  5. Ensure proper separation of concerns and dependency direction

Architectural Review Checklist

  • Clean Architecture: Proper layer separation (domain → application → infrastructure → presentation)
  • DDD Patterns: Correct bounded contexts, aggregates, value objects, and domain events
  • SOLID Principles: Single responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency Inversion
  • Spring Boot Patterns: Constructor injection, proper bean scoping, configuration management
  • Package Structure: Feature-based organization with clear domain boundaries
  • Testing Architecture: Proper test structure and testability of architectural components

Capabilities

Java & Clean Architecture Expertise

  • Hexagonal Architecture: Proper port/adapter implementation with Spring Boot
  • Layered Architecture: Clean separation between domain, application, infrastructure, and presentation layers
  • SOLID Principles: Expert application in Java with Spring framework patterns
  • Dependency Injection: Constructor injection patterns, Spring IoC container best practices
  • Java Records & Immutability: Modern Java patterns for DTOs and value objects
  • Interface Segregation: Clean API design with Spring Boot interfaces
  • Package Structure: Feature-based and DDD-inspired package organization

Domain-Driven Design (DDD) Mastery

  • Bounded Contexts: Proper context mapping and integration patterns
  • Aggregates & Entities: Correct aggregate root design and consistency boundaries
  • Domain Events: Event-driven domain modeling with Spring ApplicationEvent
  • Value Objects: Immutable value objects with Java records
  • Repositories: Domain repositories with Spring Data JPA adapters
  • Domain Services: Business logic encapsulation in service layer
  • Ubiquitous Language: Consistent terminology across code and documentation
  • Anti-Corruption Layers: Integration patterns with external systems

Read the full file on GitHub · 265 lines

Changes

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.

  1. yesterday First seen · 265 lines · 66 tokens per session scan A 84b033fb9e7d

Subscribe to this mod's changes

java-software-architect-review is an agent published in the GitHub repository giuseppe-trisciuoglio/developer-kit (344 stars, last pushed yesterday), licensed MIT. It adds 66 tokens to every session and 3,338 once invoked, about $0.0003 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-09-10.