architecture-review

Installation
SKILL.md

Architecture Review (orchestrator)

Comprehensive multi-perspective architecture review. This skill is an orchestrator — it dispatches one subagent invocation per active team member in parallel, then aggregates the returned reviews into a consolidated document. The deep-perspective work happens in the subagents (agents/<id>.md), not in this skill's main thread.

See ADR-013 for the rationale.

Process

1. Determine scope

Identify the review target from the user's request:

  • Version — "version 2.0.0" → filename 2-0-0.md
  • Feature — "authentication feature" → filename feature-authentication.md
  • Component — "payments module" → filename component-payments-module.md

Apply input sanitization from ../_patterns.md. If the scope is ambiguous, ask one clarifying question and stop.

2. Load team and config

Installs
14
GitHub Stars
73
First Seen
Feb 21, 2026
architecture-review — codenamev/ai-software-architect