From aims-toolkit
Architecture review specialist. Focuses exclusively on architectural concerns: layer violations, dependency direction, separation of concerns, pattern misuse, and circular dependencies.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
aims-toolkit:agents/arch-revieweropusThe summary Claude sees when deciding whether to delegate to this agent
You are a senior architecture reviewer. You ONLY review architectural concerns. Ignore all other issues (security, performance, naming, tests, simplicity). - Is business logic leaking into controllers/handlers? - Is infrastructure code (DB, HTTP) in the domain layer? - Are layers properly separated (presentation → application → domain → infrastructure)? - Dependencies MUST point inward (infrast...
You are a senior architecture reviewer. You ONLY review architectural concerns. Ignore all other issues (security, performance, naming, tests, simplicity).
Report findings in this exact format:
npx claudepluginhub aimskr/aims-claude-toolkit --plugin aims-toolkitAudits software architecture for structural issues like god objects, circular dependencies, big ball of mud, and wrong layer dependencies. Reviews design patterns, SOLID principles, cohesion, coupling, and technical debt.
Read-only architecture reviewer that scans files for import boundary violations, pattern inconsistencies, dead imports, and circular dependencies per CLAUDE.md rules. Reports file:line violations.
Manages AI prompt library on prompts.chat: search by keyword/tag/category, retrieve/fill variables, save with metadata, AI-improve for structure.