Metadata Standard¶
Why This Exists¶
Metadata makes the Algosure Blueprint governable. It records ownership, status, version, review date, and business value for every document.
Owner¶
The owner is the Chief Product Officer and Enterprise Architect.
Business Value¶
Metadata improves auditability, reduces ownership gaps, and enables the repository to scale as Algosure grows into an AI-native Digital Enterprise.
Required YAML Front Matter¶
Every document under docs/ must include YAML front matter.
---
title: Document Title
status: draft
owner: Chief Product Officer and Enterprise Architect
version: "0.1"
last_reviewed: YYYY-MM-DD
business_value: One sentence describing the business value.
tags:
- example
---
Required Fields¶
| Field | Required | Description |
|---|---|---|
title |
Yes | Human-readable document title. |
status |
Yes | Lifecycle status. |
owner |
Yes | Single accountable owner. |
version |
Yes | Blueprint or Playbook version. |
last_reviewed |
Yes | Review date in YYYY-MM-DD format. |
business_value |
Yes | One-sentence statement of value. |
tags |
Yes | Lowercase classification terms. |
Status Values¶
| Status | Meaning |
|---|---|
draft |
Proposed or incomplete. |
active |
Approved and authoritative. |
deprecated |
Still visible, but no longer preferred. |
retired |
Preserved for historical reference. |
Ownership Rule¶
The owner field must identify one accountable owner. This enforces One Concept, One Owner.