tech_decision_guide

Decision frameworks and comparison matrices for common technology choices.

Content Preview
# Technology Decision Guide

Decision frameworks and comparison matrices for common technology choices.

## Decision Frameworks Index

1. [Database Selection](#1-database-selection)
2. [Caching Strategy](#2-caching-strategy)
3. [Message Queue Selection](#3-message-queue-selection)
4. [Authentication Strategy](#4-authentication-strategy)
5. [Frontend Framework Selection](#5-frontend-framework-selection)
6. [Cloud Provider Selection](#6-cloud-provider-selection)
7. [API Style Selection](#7-api-sty
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/tech_decision_guide.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/senior-architect/references/tech_decision_guide.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering-team/senior-architect/references/tech_decision_guide.md

Related Skills