Comprehensive guide for software architecture patterns including SOLID principles, Domain-Driven Design, Clean Architecture, Hexagonal Architecture, and behavioral patterns (Mediator, Result). Primary application: Backend services. Frontend application: Enterprise-scale applications with complex domain logic when specified in project's AGENTS.md.
Enable creation of maintainable, testable, scalable code through proven architectural patterns. Guide backend developers in applying patterns by default; guide frontend developers in conditional application when project context demands it.
| SOLID Principles | Class design, component structure | MUST solid-principles.md | | Clean Architecture | Layer separation, dependency management | MUST clean-architecture.md | | Hexagonal Architecture | Port/adapter design, testing | MUST hexagonal-architecture.md |
Шаблоны архитектуры программного обеспечения (SOLID, DDD, чистая/шестиугольная архитектура, посредник, результат). В первую очередь серверная часть, внешний интерфейс, когда того требует контекст. Триггер: при проектировании обслуживаемых систем, сложном управлении состоянием или проекте указываются архитектурные требования в AGENTS.md. Источник: joabgonzalez/ai-agents-framework.