architecture-review-solo

Inspects a codebase's modules, change locality, domain invariants, and seams for testability.

1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/alexandersumer/config --skill architecture-review-solo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architecture-review-solo
Source: https://github.com/alexandersumer/config/tree/main/.agents/skills/architecture-review-solo
Command: npx skills add https://github.com/alexandersumer/config --skill architecture-review-solo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables a direct and focused codebase architecture review, eliminating the need for subagents and ensuring a thorough, single-agent approach.

Core Features & Use Cases

  • Direct Review: Offers an in-depth analysis of codebase architecture.
  • Single-Agent Focus: Designed for direct architecture reviews, without the involvement of subagents.
  • Use Case: For a developer tasked with reviewing the architecture of a codebase without the need for multiple agents or sub-agents.

Quick Start

Start an architecture review by typing 'architecture-review-solo <codebase directory>'.

Frequently Asked Questions about architecture-review-solo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a codebase architecture review without using multiple agents?

Perform a codebase architecture review using a single-agent approach that eliminates subagents, executing sequential passes to validate modules, change locality, domain invariants, and testability seams directly.

What is direct architecture evaluation and how does it validate software design?

Direct architecture evaluation validates software design through sequential passes that check module structures, change locality, domain invariants, and testability seams, requiring careful reading of context and ADRs for informed decisions.

How do I start an architecture review for a specific codebase directory?

Start an architecture review by typing the command followed by your target codebase directory path, which triggers the single-agent analysis process to evaluate the software design directly.

Does single-agent architecture review work with existing ADRs and project context?

Single-agent architecture review works directly with existing ADRs and project context, requiring careful reading of these documents to make informed architectural decisions during the sequential validation passes.

What's the best way to evaluate domain invariants and testability seams in a codebase?

Evaluate domain invariants and testability seams by running focused sequential passes over the codebase, validating module boundaries and structural seams without the overhead of coordinating multiple agents.

When should I avoid multi-agent workflows for code analysis and software design review?

Avoid multi-agent workflows for code analysis when you need a focused, single-agent architecture review that directly processes sequential passes, eliminating subagent coordination overhead while validating change locality and domain invariants.