What problem does it solve?
This Skill addresses the complexities of designing and documenting enterprise-grade software architecture, ensuring systems are scalable, maintainable, and decisions are well-justified.
Core Features & Use Cases
- C4 Model Visualization: Create clear, multi-level diagrams (Context, Container, Component, Code) to represent system architecture.
- Architecture Decision Records (ADRs): Document significant architectural choices, their rationale, and consequences for future reference and team alignment.
- Scalability Patterns: Implement strategies like horizontal/vertical scaling, asynchronous processing, and caching for high-performance systems.
- Modularity: Apply principles of clean architecture and modular design for maintainable and extensible systems.
- Use Case: When designing a new microservices-based e-commerce platform, use this Skill to document the container-level architecture, record the decision to use Kafka for inter-service communication, and outline the caching strategy for product catalogs.
Quick Start
Use the senior-architecture skill to generate an ADR for the decision to implement a message queue.