Architecture Decision Record (ADR)
Document technical architecture decisions with context, options considered, and consequences
Template Fields
e.g., Use PostgreSQL over MongoDB, Adopt microservices, Switch to Server Components
e.g., Our payment processing service, E-commerce platform, Mobile app backend
What alternatives were evaluated? e.g.: - PostgreSQL - MongoDB - DynamoDB - Stick with current MySQL
What limits the decision? e.g.: - Must handle 10K req/sec - Team only has SQL experience - Budget: $500/month for infra - Must be HIPAA compliant
Related Resources
5 Prompt Patterns for API Documentation and Integration
Copy-paste prompt templates for writing API docs, generating integration guides, troubleshooting endpoints, and creating SDK examples.
5 Prompt Patterns for AI-Assisted Code Review
Five prompt patterns for thorough AI code reviews. Covers security audits, performance checks, readability, bug detection, and architecture review.
Related Templates
Bug Report
Write a clear, actionable bug report that developers can act on immediately
README Generator
Create a professional README.md for any project or repository
API Endpoint Documentation
Document an API endpoint with request/response examples
Git Commit Message
Write clear, conventional commit messages with proper scope and description