EST. 2026
Today's Specials
VOL. 1 — NO. 36
ARTICLE

← Back to Tonight's Edition

ARTICLE

Vault Taxonomy

How Today's Specials content is categorized and tracked using frontmatter fields.

How Content Is Organized

Navigation happens through the chapter index (manuscript.md). Frontmatter fields handle categorization and status tracking — they make content queryable by Astro and give a quick read on the state of any document.

Required Fields

Every Today’s Specials document should include these three fields:

---
status: stub # stub | in-progress | complete
altitude: 5k # 30k | 15k | 5k | ground
content-type: mechanics # mechanics | lore | character | table | reference
---

Field Definitions

status

Tracks where the document is in the writing process.

ValueMeaning
stubPlaceholder. The Layer 3 brief is there but Layer 4 content hasn’t been written yet.
in-progressActively being written. Has real content but isn’t finished.
completeDone. Ready.

altitude

Tracks the level of detail the document operates at.

ValueMeaning
30kBig picture — overview, tone, what the game is
15kMajor sections — structure, page budget, session arc
5kSection specifics — how a phase works, what a class does
groundDetailed material — tables, exact numbers, specific prompts

content-type

Tracks what kind of document it is.

ValueMeaning
mechanicsHow something works
loreWorld, flavor, narrative
characterClass, calling, character-related content
tableOracles, prompt tables, reference tables
referenceSummaries, overviews, meta documents

Optional Fields

phase: cooking # exploration | cooking | review
tags: [cooking, cards]

Use phase when a document is specific to one game phase. Omit it for documents that span the whole game.

Current Status Snapshot

ChapterFileStatus
Introductionintroduction.mdin-progress
Game Loopgame-loop.mdin-progress
Character Creationcharacter-creation.mdin-progress
Job Creationjob-creation.mdstub
Explorationexploration.mdstub
Cookingcooking.mdstub
Presentationpresentation.mdstub
Misc Tablesmisc-tables.mdstub
Example Playthroughexample-playthrough.mdstub
Creditscredits.mdstub

Update this table as Layer 4 content gets written.