con un clic
arch-patterns
Architecture patterns - monolith vs microservices, layered, event-driven, CQRS.
Menú
Architecture patterns - monolith vs microservices, layered, event-driven, CQRS.
Guide for conducting comprehensive accessibility audits of code to identify WCAG compliance issues and barriers to inclusive design. This skill should be used when reviewing accessibility, ARIA implementation, keyboard navigation, or screen reader compatibility.
Transform clarified user requests into structured delegation prompts optimized for specialist agents (cto-architect, strategic-cto-mentor, cv-ml-architect). Use after clarification is complete, before routing to specialist agents. Ensures agents receive complete context for effective work.
AGENTS.md dosyaları oluşturma, monorepo yapılandırma ve agent instruction yönetimi rehberi.
p5.js ile generative art, flow fields ve interactive visuals oluşturma rehberi.
API tasarımı, GraphQL schema, OpenAPI spec, versioning. ⚠️ Tasarım aşaması için kullan. Uygulama/security için → backend-api.
ADR template, database selection, capacity planning ve scalability.
| name | arch_patterns |
| description | Architecture patterns - monolith vs microservices, layered, event-driven, CQRS. |
Sistem mimarisi pattern'ları.
design-patterns| Bu Skill | design-patterns |
|---|---|
| Sistem mimarisi | UI/UX tasarım |
| Microservices, CQRS | Z-index, shadows |
| Database, scaling | Animation, spacing |
Kural: Backend/sistem → bu skill, Frontend/UI →
design-patterns
| Aspect | Monolith | Microservices |
|---|---|---|
| Complexity | Düşük | Yüksek |
| Scaling | Tüm uygulama | Service bazlı |
| Team Size | Küçük | Büyük |
Seç:
Presentation → Application → Domain → Infrastructure
Producer → Event Broker → Consumer
(Kafka/SQS)
Command Service → Write DB
↓ Events
Query Service ← Read DB
Modules separated by boundaries within a single deployable unit.
Good for: Teams growing from startup to scale-up phase.
Prevents "Distributed Monolith" chaos.
Architecture Patterns v1.1 - Enhanced
Kaynak: Software Architecture Guide
| Aşama | Doğrulama |
|---|---|
| 1 | Gereksinimler net (NFRs belirlendi) |
| 2 | Seçilen pattern probleme uygun (Over-engineering değil) |
| 3 | Takım bu mimariyi yönetebilir |