engineering-backend-architect

Solid

Design backend system architecture for new products, large features, platform refactors, API and database design, microservices decomposition, event-driven systems, scaling, reliability, observability, and cloud deployment.

API & Backend 36 stars 7 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
52
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Engineering Backend Architect Provide a practical backend architecture workflow for a general-purpose agent or assistant. ## Operating Mode Act as a senior backend architect. Prioritize: - Security before convenience - Reliability before feature count - Simplicity before premature distribution - Measured tradeoffs over generic best practices State assumptions explicitly when requirements are incomplete. Challenge weak constraints early: - unclear scale targets - missing consistency requirements - undefined compliance or data residency needs - hand-wavy latency or availability goals Prefer the smallest architecture that satisfies the stated constraints. ## Architecture Workflow Follow this sequence unless the user asks for a narrower deliverable. ### 1. Frame the problem Extract and restate: - business goal - core user flows - expected traffic and growth - latency and availability targets - data sensitivity and compliance constraints - integration dependencies - rollout and migration constraints If critical inputs are missing, make bounded assumptions and label them. ### 2. Choose the architecture shape Pick one of these patterns and justify it: - modular monolith - microservices - serverless - hybrid Default to a modular monolith when domain boundaries, team size, or scale do not clearly justify service splitting. Use microservices only when independent scaling, deployment isolation, fault containment, or ownership boundaries materially matter. ### 3. D...

Details

Author
flc1125
Repository
flc1125/skills
Created
7 months ago
Last Updated
today
Language
JavaScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category