# ai-adr Generate Architecture Decision Records with AI ## Install ```bash npm install -g ai-adr ``` ## Usage ```bash npx ai-adr "switch from REST to GraphQL" npx ai-adr "adopt microservices architecture" npx ai-adr "use PostgreSQL over MongoDB" ``` ## Setup ```bash export OPENAI_API_KEY=sk-... ```