> For the complete documentation index, see [llms.txt](https://framework.aic.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://framework.aic.io/technical-guidelines-code-standards-and-tech-stack/solution-and-architecture-standards.md).

# Solution and Architecture Standards

## Purpose

This section defines the default AIC solution and architecture standards.

It keeps system structure, boundaries and operational design consistent across projects.

## What This Section Covers

* solution structure and modular architecture
* domain, slice and dependency patterns
* configuration, validation and error handling
* logging, caching, messaging and integration

## Use This Section When

Use this section when:

* shaping a new solution
* reviewing architecture decisions
* checking consistency across services and applications
