← Back to Skills
๐Ÿ—๏ธ

Architecture Decision Record

Research options, reason through tradeoffs, and document an ADR

Developer 4 steps 4 tools 4 servers

Example Prompt

Write an ADR for choosing between PostgreSQL and DynamoDB for our event store

About

Creates a thorough Architecture Decision Record by researching available technology options via web search, reviewing existing codebase patterns in the repository, and systematically reasoning through tradeoffs for each alternative. The final ADR follows a standard template with context, decision drivers, considered options, outcome, and consequences.

Workflow Steps

1

Search the web for current best practices and technology comparisons relevant to the decision

๐ŸŒ Web Search
2

Read existing architecture files and patterns from the repository for context

๐Ÿ“ƒ Read Repo File
3

Systematically reason through each option's tradeoffs considering the project's constraints

๐Ÿง  Structured Reasoning
4

Write the ADR document with context, options considered, decision, and consequences

โœ๏ธ Write File

Tags

architectureadrdocumentationdecision-making