adr-examples

Translate PRDs and Epics into architecture documents with ADRs.

2|2|Updated Oct 28, 2025
One-click install
npx skills add https://github.com/adolfoaranaes12/BMAD-ENHANCED --skill adr-examples
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adr-examples
Source: https://github.com/adolfoaranaes12/BMAD-ENHANCED/tree/main/.claude/skills/create-architecture/references/adr-examples.md
Command: npx skills add https://github.com/adolfoaranaes12/BMAD-ENHANCED --skill adr-examples

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This document provides examples of Architecture Decision Records for typical decisions (e.g., DB choice, framework, deployment).

Quick Start

Review ADR examples to guide ADR creation in projects.

Frequently Asked Questions about adr-examples

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What are Architecture Decision Records and why do I need them?

Architecture Decision Records document significant architectural choices and their rationale. ADRs capture the context, decision, and consequences of technology selections, helping teams understand why decisions were made and enabling consistent architecture across Frontend, Backend, and Fullstack projects.

How do I translate project requirements into architecture documents?

Map functional and non-functional requirements to architectural patterns and technology choices, then document each decision with its rationale. ADR examples guide this translation process by showing how to structure decisions for PRDs, Epics, and scaling considerations with appropriate depth.

What should I include when documenting a database or framework choice?

Document the decision context, alternatives considered, the chosen technology, and the reasoning behind it. ADR examples demonstrate how to capture technology selection rationale, functional requirements mapping, and non-functional requirement considerations for common architectural decisions.

Can I use ADR examples for different project types and scales?

Yes. ADR examples apply to Frontend, Backend, and Fullstack projects with scale-adaptive depth, meaning the detail and complexity of your architecture documents adjust based on project scope and requirements.

How do I get started creating Architecture Decision Records?

Review provided ADR examples for typical decisions like database selection and framework choices. Use these exemplars as templates to guide your own ADR creation, adapting the structure and detail to your project's functional and non-functional requirements.