Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 2.02 KB

File metadata and controls

37 lines (25 loc) · 2.02 KB

Decision Register

Briefly, a decision register is a structured document or tool used to record and track key decisions made during a project, program, or initiative. It serves as a centralized log to capture the context, rationale, options considered, and outcomes of decisions, ensuring transparency, accountability, and traceability. It is commonly used in project management, software development, and solutions architecture to document critical choices, such as technical, strategic, or operational decisions.

Note

Take note of the following details relating to Decisions:


Decision ID Convention

A Decision ID looks like: DEC-1010.

The ID format consists of two parts separated by a hyphen (–):

  • Prefix: A fixed string "DEC", which stands for "DECision"
  • Number: A four-digit number ####, ranging from 0000 to 9999, where leading zeros are used to ensure the number is always four digits long (e.g., 0001 for 1, 0123 for 123).

For example:

  • DEC-0001 represents first Decision ID
  • DEC-0123 represents 123rd Decision ID.

The format ensures consistency and allows for up to 9,999 unique IDs (0001 to 9999).

Important

A Decision file name follows the same convention as the convention used (above) for Decision ID, with the exception that all alphabetic characters are lowercase.

For example: The Decision ID of DEC-1234 translates to dec-1234.md for filename