Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation. Use when making architecture decisions or analyzing system design.
Add this skill
npx mdskills install sickn33/architectureStrong architecture framework with excellent selective reading guidance and clear decision principles
1---2name: architecture3description: Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation. Use when making architecture decisions or analyzing system design.4allowed-tools: Read, Glob, Grep5---67# Architecture Decision Framework89> "Requirements drive architecture. Trade-offs inform decisions. ADRs capture rationale."1011## ๐ฏ Selective Reading Rule1213**Read ONLY files relevant to the request!** Check the content map, find what you need.1415| File | Description | When to Read |16|------|-------------|--------------|17| `context-discovery.md` | Questions to ask, project classification | Starting architecture design |18| `trade-off-analysis.md` | ADR templates, trade-off framework | Documenting decisions |19| `pattern-selection.md` | Decision trees, anti-patterns | Choosing patterns |20| `examples.md` | MVP, SaaS, Enterprise examples | Reference implementations |21| `patterns-reference.md` | Quick lookup for patterns | Pattern comparison |2223---2425## ๐ Related Skills2627| Skill | Use For |28|-------|---------|29| `@[skills/database-design]` | Database schema design |30| `@[skills/api-patterns]` | API design patterns |31| `@[skills/deployment-procedures]` | Deployment architecture |3233---3435## Core Principle3637**"Simplicity is the ultimate sophistication."**3839- Start simple40- Add complexity ONLY when proven necessary41- You can always add patterns later42- Removing complexity is MUCH harder than adding it4344---4546## Validation Checklist4748Before finalizing architecture:4950- [ ] Requirements clearly understood51- [ ] Constraints identified52- [ ] Each decision has trade-off analysis53- [ ] Simpler alternatives considered54- [ ] ADRs written for significant decisions55- [ ] Team expertise matches chosen patterns56
Full transparency โ inspect the skill content before installing.