Architecture Review
SkillDev toolsConducts a comprehensive multi-perspective architecture review using ALL architecture team members. Use when the user requests "Start architecture review", "Full architecture review", "Review architecture for version X.Y.Z", "Conduct comprehensive review", or when they want assessment from multiple
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Architecture Review skill
What this skill tells your AI
The instructions your AI receives, as published by codenamev/ai-software-architect in skills/architecture-review/SKILL.md and read by ahel’s review.
Design the smallest architecture that can survive the next real change.
Grok Build Mode
- Start in Plan Mode. Architecture work should not begin with edits.
- Use subagents for parallel discovery:
domain: core entities, use cases, invariants.data: persistence, schemas, migrations, ownership.interfaces: APIs, UI boundaries, jobs, integrations.risk: coupling, circular dependencies, deployment constraints.
- Arena-style design: compare 2-3 architecture options and rank by reversibility, simplicity, and testability.
- Human-in-the-loop: ask for approval before introducing new layers, packages, services, or dependencies.
Workflow
- Clarify the product/job-to-be-done.
- Map current modules and data flow.
- Identify constraints: runtime, team, deploy, scale, compliance.
- Propose options:
- minimal change;
- modular boundary;
- larger redesign if justified.
- Recommend one path with migration steps.
- Define tests and observability needed.
Architecture Rules
- Prefer modular boundaries over premature microservices.
- Keep dependency direction explicit.
- Put business rules where they can be tested without infrastructure.
- Avoid abstract factories/layers unless they remove real coupling.
- Write an ADR for major choices.
Example Prompts
Use architecture-review. Compare clean/hexagonal/modular approaches for this feature and recommend the smallest reversible plan.
Map the current data flow with subagents, identify coupling risks, and propose an ADR before edits.
Signals
- GitHub stars
- 77
- Forks
- 11
- Last commit
- Sep 2026
Others that do the same job
Advanced
- Catalog kind
- skill
- Gateway key
architecture-review- Source
- github.com/codenamev/ai-software-architect