What problem does it solve?
es:system-architecture helps you make sound, trade-off-aware architecture decisions for cross-platform and distributed systems by providing structured frameworks, failure-mode awareness, and migration guidance.
Core Features & Use Cases
- Architecture decision frameworks: Use checklists and pattern selection rules to justify choices and document trade-offs.
- Web → desktop migration guidance: Plan practical paths for moving from web stacks to Tauri-style architectures, including IPC, offline storage, and update strategy considerations.
- Distributed system pattern coverage: Cover common approaches like event-driven architectures, CQRS, saga workflows, outbox/idempotency patterns, observability, and scalability ladders—along with when not to use them.
- Security and resilience review: Review threats (e.g., secrets handling, IPC abuse, XSS in rendering surfaces), define “ship-blocking” requirements, and plan for failure modes.
Quick Start
Use the skill to help you plan the architecture for a web app migration to a secure offline-first desktop app.