Skip to content

Product ADR Template

Status

Proposed

Context

Describe the product-level decision context.

Decision

State the product architecture decision.

Consequences

Describe product, repository, and release consequences.

Affected Repositories

Repository Effect GitHub Task Needed Docs Impact
anuvax-cms
anuva-python-server
anuva-unity-video-creator

Product-Main Follow-Up

  • Product Repository Registry update:
  • Product Capability Map update:
  • GitHub Project task update:
  • Release note or change history update:
  • Handbook update needed:

Decision Flow

flowchart TD
    Context["Context"]
    Options["Options considered"]
    Decision["Decision"]
    Consequences["Consequences"]
    Tasks["Repository GitHub tasks"]

    Context --> Options
    Options --> Decision
    Decision --> Consequences
    Consequences --> Tasks