Analyze code or system architecture and provide recommendations.
Analyzes code or system architecture and provides detailed improvement recommendations.
/plugin marketplace add marcel-Ngan/ai-dev-team/plugin install marcel-ngan-ai-dev-team@marcel-Ngan/ai-dev-teamAnalyze code or system architecture and provide recommendations.
/arch-review [target] [scope]
Arguments:
target - Directory, module, or "system" for full reviewscope - (optional) Focus: structure, patterns, dependencies, scalability/arch-review src/
/arch-review src/services/ patterns
/arch-review system dependencies
/arch-review src/api/ scalability
Analyzes architecture for:
Identifies:
## Architecture Review: {target}
### Overview
{High-level assessment}
### Strengths
- {What's working well}
### Concerns
#### 1. {Issue Title}
- **Severity:** High/Medium/Low
- **Location:** {affected areas}
- **Issue:** {description}
- **Impact:** {consequences if not addressed}
- **Recommendation:** {suggested fix}
### Design Patterns
- **Used:** {patterns found}
- **Recommended:** {patterns that could help}
### Dependency Analysis
- **External deps:** X
- **Circular deps:** {any found}
- **Coupling score:** {assessment}
### Recommendations
1. {Priority recommendation}
2. {Secondary recommendation}
### Technical Debt Score
{Overall assessment}: X/10
skills/analysis/architecture/
Use the Software Architect agent when: