What problem does it solve?
This Skill addresses the challenge of designing complex software systems by providing clear guidelines and patterns for defining module boundaries, selecting appropriate architectural styles, and managing inter-module communication.
Core Features & Use Cases
- Architecture Pattern Selection: Choose between Monolithic, Microservices, or Hybrid architectures based on project needs.
- Module Boundary Definition: Apply principles like Single Responsibility and Domain-Driven Design to create well-defined modules.
- Database Strategy: Decide between shared databases or database-per-module approaches.
- Interface Design: Implement patterns like Facades, Repositories, and Event-Driven interfaces for seamless module interaction.
- Use Case: When starting a new enterprise-level application, use this Skill to architect a modular monolith that balances development speed with future scalability, defining clear boundaries for core domains like user management, order processing, and inventory.
Quick Start
Use the Modular Architecture Designer skill to design a hybrid architecture for a new e-commerce platform, with core services as a monolith and a separate microservice for real-time inventory updates.