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.