What problem does it solve? Engineering teams often make architecture decisions informally, losing the context and rationale behind choices like database selection or scaling strategy. This Skill provides a structured ADR (Architecture Decision Record) workflow so decisions are documented, reviewed, and traceable. ## Core Features & Use Cases - ADR Template: A ready-to-use Markdown template covering Status, Context, Decision, Consequences, and Alternatives. - Database Selection Guide: A comparison table for SQL vs NoSQL trade-offs (JOINs, ACID, throughput, horizontal scaling). - Capacity Planning: A simple formula to estimate RPS and peak load from DAU and per-user request counts. - Use Case: When choosing between PostgreSQL and MongoDB for a new service, draft an ADR with the template, score alternatives with the team, and commit the accepted record to the repository. ## Quick Start Draft an ADR for choosing PostgreSQL over MongoDB for our orders service, including context, consequences, and alternatives.