forked from joelparkerhenderson/architecture-decision-record
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eac5955
commit 351c570
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# ADR template using Planquage | ||
|
||
See http://www.iaria.org/conferences2012/filesICCGI12/Tutorial%20Specifying%20Effective%20Non-func.pdf | ||
|
||
## What is Planguage? | ||
|
||
Planguage is a planning language that uses these keywords: | ||
|
||
* Tag: A unique, persistent identifier | ||
* Gist: A brief summary of the requirement or area addressed | ||
* Requirement: The text that details the requirement itself | ||
* Rationale: The reasoning that justifies the requirement | ||
* Priority: A statement of priority and claim on resources | ||
* Stakeholders: Parties materially affected by the requirement | ||
* Status: The status of the requirement (draft, reviewed, committed, etc.) | ||
* Owner: The person responsible for implementing the requirement | ||
* Author: The person that wrote the requirement | ||
* Revision: A version number for the statement | ||
* Date: The date of the most recent revision | ||
* Assumptions: Anything that could cause problems if untrue now or later | ||
* Risks: Anything that could cause malfunction, delay, or other negative impacts | ||
* Defined: The definition of a term (better to use a glossary) | ||
|