Skip to content

Metadata Conventions

Each published Playbook page should begin with YAML front matter.

Required Fields

---
title: Page Title
status: draft
owner: Algoza
version: "0.1"
last_reviewed: YYYY-MM-DD
tags:
  - example
---

Field Definitions

Field Required Description
title Yes Human-readable page title.
status Yes Lifecycle status: draft, active, deprecated, or retired.
owner Yes Accountable team, role, or organization.
version Yes Playbook version the page belongs to.
last_reviewed Yes Last review date in YYYY-MM-DD format.
tags Yes Short lowercase tags for classification.

Status Values

Status Meaning
draft Proposed, incomplete, or awaiting approval.
active Approved and authoritative.
deprecated Still visible, but no longer preferred.
retired Preserved for historical reference only.