Install
1
Install the plugin$
npx claudepluginhub melodic-software/claude-code-plugins --plugin enterprise-architectureWant just this skill?
Add to a custom plugin, then install with one command.
Description
Review architecture of current codebase or staged changes
Tool Access
This skill is limited to using the following tools:
TaskReadGlobGrepSkill
Skill Content
Architecture Review
Perform comprehensive architecture review including viewpoint analysis and principles validation.
Arguments
$ARGUMENTS - Scope of review:
- Specific file paths or patterns
staged- Review staged git changes- (empty) - Review entire codebase
Workflow
-
Spawn parallel analysis agents:
- viewpoint-analyzer - Analyze from multiple stakeholder perspectives
- principles-validator - Check alignment with architecture principles
-
viewpoint-analyzer will:
- Identify relevant Zachman perspectives
- Analyze from each applicable viewpoint
- Note limitations for rows 1-3 (require human input)
-
principles-validator will:
- Load architecture principles (from
/architecture/principles.mdor memory) - Check specified files/changes against each principle
- Report violations with severity (critical, warning, info)
- Link violations to relevant ADRs
- Load architecture principles (from
-
Aggregate results into comprehensive review report
Example Usage
/ea:architecture-review
/ea:architecture-review staged
/ea:architecture-review src/api/
/ea:architecture-review src/auth/*.ts
Output
Comprehensive architecture review report including:
- Viewpoint analysis results
- Principles compliance status
- Violations with severity and remediation suggestions
- Links to relevant ADRs
Stats
Stars40
Forks6
Last CommitFeb 15, 2026
Actions