Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions content/design-decisions/0001-record-architecture-decisions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: "Record Architecture Decisions"
date: "2018-12-13"
description: "We need to record the architectural decisions made across our projects."
weight: 1
---

## Status

**Accepted**

## Context

We need to record the architectural decisions made across our projects for greater transparency and better record keeping.

Part of the problem is sometimes decisions made today, lack context months or years from now.

Othertimes, we forget why a particular decision was made when seemingly better alternatives exist.

## Decision

We will use Architecture Decision Records, as described by [Michael Nygard](http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions).

## Consequences

We are going to start by documenting some of our decisions [here](https://github.com/cloudposse/docs), rougly following the process used by [`adr-tools`](https://github.com/npryce/adr-tools).

These will be decisions that affect our overall strategy, rather than decisions that relate to one particular repository or project.