microservices-architecture
SKILL.md
Microservices Architecture
Patterns, trade-offs, and practical guidance for designing, building, and operating microservices systems.
When to Use Microservices (and When Not To)
Microservices are a good fit when:
- Multiple teams need to deploy independently on different release cadences
- Different parts of the system have fundamentally different scaling requirements
- The domain is well understood and service boundaries are clear
- The organization can invest in infrastructure automation, monitoring, and CI/CD