Digital Products — Decisions¶
This directory holds architecture decision records (ADRs) that are specific to the Digital Products venture — decisions that don't belong at the company level but are significant enough to warrant a recorded rationale (e.g., a venture-wide naming convention, a decision to expand a specific product to another platform, a change to this venture's standards).
Current state¶
This directory is currently empty. No venture-level ADR has been recorded yet.
How to add one¶
Use the company-level ADR template at
../../../../docs/decisions/adr-template.md
as the starting point. Name new ADRs sequentially (e.g.,
DD-DIGPROD-ADR-0001-<short-title>.md) and give them the standard front matter used
elsewhere in this venture, with document_type: record.
Product-level decisions¶
Decisions scoped to a single product (e.g., why a particular calculation approach was
chosen for one product) belong in that product's own decisions/ directory under
products/<slug>/decisions/, not here. This directory is reserved for decisions that
apply across the venture.