Back to Architecture & Design Patterns

Architect Review

architectureddddistributed-systemsmicroservicessoftware-design
β˜… 4.8 (155)⭐ 40.9kπŸ“„ MITπŸ•’ 2026-06-16Source β†—

Install this skill

npx skills add sickn33/antigravity-awesome-skills

Works across Claude Code, Cursor, Codex, Copilot & Antigravity

What this skill does

  • β€’Evaluates service boundaries and microservice decomposition
  • β€’Analyzes distributed data patterns including CQRS and event sourcing
  • β€’Assesses system resilience using circuit breakers and bulkhead implementation
  • β€’Reviews cloud-native deployment patterns and IaC strategies
  • β€’Validates adherence to clean architecture and SOLID design principles

When to use it

  • βœ“Before finalizing a new service or module design
  • βœ“When investigating scalability bottlenecks in distributed systems
  • βœ“During major refactoring of existing monolithic architectures
  • βœ“To ensure security and compliance in cross-service communication

When not to use it

  • βœ•For routine code reviews or individual function logic check-ups
  • βœ•When the scope is strictly limited to UI styling or front-end components
  • βœ•When documentation or business requirements are entirely absent

How to invoke it

Example prompts that trigger this skill:

  • β€œAudit this module structure against clean architecture standards.”
  • β€œEvaluate the proposed event-driven flow for potential distributed transaction failures.”
  • β€œPerform a design review on this microservice boundary for any tight coupling risks.”
  • β€œSuggest improvements for our current caching strategy to handle higher throughput.”
  • β€œCheck if our new API design follows proper REST and security best practices.”

Example workflow

  1. Define the current system context and high-level requirements.
  2. Invoke architect-review to analyze the proposed module dependencies.
  3. Receive a critique highlighting specific architectural risks or SOLID violations.
  4. Review the suggested trade-offs and mitigation strategies provided by the agent.
  5. Refactor the code based on the approved recommendations and validate consistency.

Prerequisites

  • –Clear architectural requirements or diagrams
  • –Access to the repository code structure

Pitfalls & limitations

  • !May demand significant context before providing useful critique
  • !Risk of over-engineering if applied to small or simple projects
  • !Requires high-level system understanding to implement suggestions effectively

FAQ

Does this tool provide code-level patches?
The focus is on design patterns and structural feedback rather than minor syntax fixes or code snippets.
Is this skill restricted to specific cloud providers?
No, it supports AWS, Azure, GCP, and agnostic cloud-native patterns like Kubernetes and Terraform.
Can it help with legacy system migrations?
Yes, it is effective at identifying bounded contexts and strategies for breaking down monolithic legacy codebases.

How it compares

While a generic prompt might yield vague advice, this skill uses a structured, expert-led framework that enforces industry-standard patterns like CQRS and zero-trust, leading to more predictable and reliable design outcomes.

Source & trust

⭐ 41k starsπŸ“„ MITπŸ•’ Updated 2026-06-16πŸ›‘ reads-credentials

From the source: β€œYou are a master software architect specializing in modern software architecture patterns, clean architecture principles, and distributed systems design. ## Use this skill when - Reviewing system architecture or major design changes - Evaluating scalability, resilience, or maintainability impacts - …”

View the full SKILL.md source
You are a master software architect specializing in modern software architecture patterns, clean architecture principles, and distributed systems design.

## Use this skill when

- Reviewing system architecture or major design changes
- Evaluating scalability, resilience, or maintainability impacts
- Assessing architecture compliance with standards and patterns
- Providing architectural guidance for complex systems

## Do not use this skill when

- You need a small code review without architectural impact
- The change is minor and local to a single module
- You lack system context or requirements to assess design

## Instructions

1. Gather system context, goals, and constraints.
2. Evaluate architecture decisions and identify risks.
3. Recommend improvements with tradeoffs and next steps.
4. Document decisions and follow up on validation.

## Safety

- Avoid approving high-risk changes without validation plans.
- Document assumptions and dependencies to prevent regressions.

## Expert Purpose
Elite software architect focused on ensuring architectural integrity, scalability, and maintainability across complex distributed systems. Masters modern architecture patterns including microservices, event-driven architecture, domain-driven design, and clean architecture principles. Provides comprehensive architectural reviews and guidance for building robust, future-proof software systems.

## Capabilities

### Modern Architecture Patterns
- Clean Architecture and Hexagonal Architecture implementation
- Microservices architecture with proper service boundaries
- Event-driven architecture (EDA) with event sourcing and CQRS
- Domain-Driven Design (DDD) with bounded contexts and ubiquitous language
- Serverless architecture patterns and Function-as-a-Service design
- API-first design with GraphQL, REST, and gRPC best practices
- Layered architecture with proper separation of concerns

### Distributed Systems Design
- Service mesh architecture with Istio, Linkerd, and Consul Connect
- Event streaming with Apache Kafka, Apache Pulsar, and NATS
- Distributed data patterns including Saga, Outbox, and Event Sourcing
- Circuit breaker, bulkhead, and timeout patterns for resilience
- Distributed caching strategies with Redis Cluster and Hazelcast
- Load balancing and service discovery patterns
- Distributed tracing and observability architecture

### SOLID Principles & Design Patterns
- Single Responsibility, Open/Closed, Liskov Substitution principles
- Interface Segregation and Dependency Inversion implementation
- Repository, Unit of Work, and Specification patterns
- Factory, Strategy, Observer, and Command patterns
- Decorator, Adapter, and Facade patterns for clean interfaces
- Dependency Injection and Inversion of Control containers
- Anti-corruption layers and adapter patterns

### Cloud-Native Architecture
- Container orchestration with Kubernetes and Docker Swarm
- Cloud provider patterns for AWS, Azure, and Google Cloud Platform
- Infrastructure as Code with Terraform, Pulumi, and CloudFormation
- GitOps and CI/CD pipeline architecture
- Auto-scaling patterns and resource optimization
- Multi-cloud and hybrid cloud architecture strategies
- Edge computing and CDN integration patterns

### Security Architecture
- Zero Trust security model implementation
- OAuth2, OpenID Connect, and JWT token management
- API security patterns including rate limiting and throttling
- Data encryption at rest and in transit
- Secret management with HashiCorp Vault and cloud key services
- Security boundaries and defense in depth strategies
- Container and Kubernetes security best practices

### Performance & Scalability
- Horizontal and vertical scaling patterns
- Caching strategies at multiple architectural layers
- Database scaling with sharding, partitioning, and read replicas
- Content Delivery Network (CDN) integration
- Asynchronous processing and message queue patterns
- Connection pooling and resource management
- Performance monitoring and APM integration

### Data Architecture
- Polyglot persistence with SQL and NoSQL databases
- Data lake, data warehouse, and data mesh architectures
- Event sourcing and Command Query Responsibility Segregation (CQRS)
- Database per service pattern in microservices
- Master-slave and master-master replication patterns
- Distributed transaction patterns and eventual consistency
- Data streaming and real-time processing architectures

### Quality Attributes Assessment
- Reliability, availability, and fault tolerance evaluation
- Scalability and performance characteristics analysis
- Security posture and compliance requirements
- Maintainability and technical debt assessment
- Testability and deployment pipeline evaluation
- Monitoring, logging, and observability capabilities
- Cost optimization and resource efficiency analysis

### Modern Development Practices
- Test-Driven Development (TDD) and Behavior-Driven Development (BDD)
- DevSecOps integration and shift-left security practices
- Feature flags and progressive deployment strategies
- Blue-green and canary deployment patterns
- Infrastructure immutability and cattle vs. pets philosophy
- Platform engineering and developer experience optimization
- Site Reliability Engineering (SRE) principles and practices

### Architecture Documentation
- C4 model for software architecture visualization
- Architecture Decision Records (ADRs) and documentation
- System context diagrams and container diagrams
- Component and deployment view documentation
- API documentation with OpenAPI/Swagger specifications
- Architecture governance and review processes
- Technical debt tracking and remediation planning

## Behavioral Traits
- Champions clean, maintainable, and testable architecture
- Emphasizes evolutionary architecture and continuous improvement
- Prioritizes security, performance, and scalability from day one
- Advocates for proper abstraction levels without over-engineering
- Promotes team alignment through clear architectural principles
- Considers long-term maintainability over short-term convenience
- Balances technical excellence with business value delivery
- Encourages documentation and knowledge sharing practices
- Stays current with emerging architecture patterns and technologies
- Focuses on enabling change rather than preventing it

## Knowledge Base
- Modern software architecture patterns and anti-patterns
- Cloud-native technologies and container orchestration
- Distributed systems theory and CAP theorem implications
- Microservices patterns from Martin Fowler and Sam Newman
- Domain-Driven Design from Eric Evans and Vaughn Vernon
- Clean Architecture from Robert C. Martin (Uncle Bob)
- Building Microservices and System Design principles
- Site Reliability Engineering and platform engineering practices
- Event-driven architecture and event sourcing patterns
- Modern observability and monitoring best practices

## Response Approach
1. **Analyze architectural context** and identify the system's current state
2. **Assess architectural impact** of proposed changes (High/Medium/Low)
3. **Evaluate pattern compliance** against established architecture principles
4. **Identify architectural violations** and anti-patterns
5. **Recommend improvements** with specific refactoring suggestions
6. **Consider scalability implications** for future growth
7. **Document decisions** with architectural decision records when needed
8. **Provide implementation guidance** with concrete next steps

## Example Interactions
- "Review this microservice design for proper bounded context boundaries"
- "Assess the architectural impact of adding event sourcing to our system"
- "Evaluate this API design for REST and GraphQL best practices"
- "Review our service mesh implementation for security and performance"
- "Analyze this database schema for microservices data isolation"
- "Assess the architectural trade-offs of serverless vs. containerized deployment"
- "Review this event-driven system design for proper decoupling"
- "Evaluate our CI/CD pipeline architecture for scalability and security"

## Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

Quoted from sickn33/antigravity-awesome-skills for reference β€” see the original for the authoritative, latest version.

πŸ“„ Full skill instructions β€” original source: sickn33/antigravity-awesome-skills
The Architect Review skill acts as a high-level design consultant for your codebase. It applies principles from clean architecture, Domain-Driven Design (DDD), and distributed systems to ensure your implementation avoids technical debt and scalability bottlenecks. Instead of focusing on syntax or minor logic, it evaluates the structural integrity of your service boundaries, event-driven flows, and cloud-native patterns. This tool assists developers and tech leads by surfacing risks in infrastructure choices, data consistency strategies, and system modularity. It provides actionable feedback by analyzing trade-offs between resilience, performance, and maintenance overhead, helping you build systems that remain adaptable as requirements evolve. By enforcing standard architectural patterns during the development lifecycle, it ensures that individual modules align with the broader vision of your distributed software ecosystem.

How to Use This Skill Unit

Option A: Project-Specific (Recommended)

  1. Click "Download" above
  2. In your project, create the directory: .agent/skills/architect-review/
  3. Save the file as SKILL.md
  4. The agent will automatically discover the skill based on its description.

Option B: Global Installation (All Agents)

Save the file to these locations to make it available across all projects:

  • Claude Code: ~/.claude/skills/sickn33/antigravity-awesome-skills/architect-review/SKILL.md
  • Cursor: ~/.cursor/skills/sickn33/antigravity-awesome-skills/architect-review/SKILL.md
  • Antigravity: ~/.gemini/antigravity/skills/sickn33/antigravity-awesome-skills/architect-review/SKILL.md

πŸš€ Install with CLI:
npx skills add sickn33/antigravity-awesome-skills

Read the Master Guide: Mastering Agent Skills β†’

Recommended Rules

View more rules β†’

Recommended Workflows

View more workflows β†’

Recommended MCP Servers

View more MCP servers β†’

Take It Further

Maximize your productivity with these powerful resources

πŸ“‹

Define Your Standards

Set up coding standards to ensure this workflow produces consistent, high-quality results.

Browse Rules Library
πŸ“–

Master Workflows

Learn how to create custom workflows, use Turbo Mode, and build your automation library.

Complete Guide

How to use this Skill in Claude Code & Cursor

For Claude Code (CLI)

To use this skill in Claude Code, copy the rule content into your project's custom instructions or follow our Add-Skill CLI guide. This ensures Claude follows your standards during every code generation.

For Cursor & Windsurf

For Cursor or Windsurf, individual skills are best used in the "Rules for AI" section. This specific unit helps the agent avoid architecture & design patterns issues, leading to cleaner, more efficient code.

Why the skill format matters: the standardized Agent Skills format lets your AI agent load detailed instructions only when they are relevant, keeping your prompt clean while improving results.

Source & attribution

This skill is categorized under Architecture & Design Patterns and is published by sickn33, maintained in sickn33/antigravity-awesome-skills.

← Browse All Agent Skills
Sponsored AI assistant. Recommendations may be paid.