Session 35 — May 2, 2026
Summary
Completed the full content architecture redesign for Today’s Specials. Built a hybrid metadata system (flat files + section grouping) and created the foundational lore documents that ground the game’s traveling diner world. All game content now has section and order metadata for intelligent landing page organization.
✅ Locked: Project Name & Tagline
Official Name: Today’s Specials
Tagline: Serving up the dish you need
This shift reflects the traveling diner world and removes chef-role constraints.
✅ Created: Foundational Lore Documents
New files:
the-world.md— The traveling diner cosmology, the unknown sender, how it travelsthe-seeds.md— Recipe cards, order tickets, chalkboard explainedjob-creation.md— Narrative overview of job building, connecting to the world
Updated with lore intros:
exploration.md— “Into the Unknown” narrative framecooking.md— “The Cook-Down” narrative framepresentation.md— “The Moment” narrative frameintroduction.md— Added world context to opening
✅ Locked: Hybrid Section Metadata System
Structure: Flat file + metadata-driven organization
All game content now tagged with:
section— One of: world, crew, play, reference, projectsectionOrder— Reading order within section (1, 2, 3…)
Five Sections Defined:
| Section | Files | Purpose |
|---|---|---|
| world | 4 | Understand the diner, the mystery, the setup |
| crew | 4 | Create your characters and understand the classes |
| play | 14 | The full session flow from job to presentation |
| reference | 4 | Misc tables, generators, examples |
| project | 3 | Meta docs, credits, transparency |
Files Organized with Metadata
The World:
- introduction.md
- the-world.md
- the-seeds.md
- session-0.md
Your Crew:
- character-class.md
- character-personality.md
- character-calling.md
- character-creation.md
Play a Session:
- game-loop.md
- job-creation.md
- job-client.md
- job-event.md
- job-location.md
- job-urgency.md
- exploration.md
- exploration-red.md
- exploration-black.md
- cooking.md
- cooking-red.md
- cooking-black.md
- presentation.md
- presentation-reactions.md
Reference:
- misc-tables.md
- misc-complications.md
- misc-dish-names.md
- example-playthrough.md
Project:
- project-truths.md
- ai-transparency.md
- credits.md
Next Steps (Priorities for Session 36)
Priority 1: Rulebook Landing Page Redesign
- Rebuild
src/pages/projects/todays-specials/rulebook.astro - Group sections with context headings
- Show entry points for different user types:
- “New to the game?” → The World
- “Ready to play?” → Play a Session
- “Need a rule?” → Reference
- Add section descriptions
Priority 2: Polish Content Tables
- Add world-building tone to:
cooking-red.md— Match exploration table stylecooking-black.md— Match exploration table style- Optional: review misc-tables.md for consistency
- Final em dash audit across all sections
Priority 3: Retire Old Files
page-budget.md— Remove from collection- Verify archive cleanup
Decisions Locked
- Hybrid metadata system replaces pure flat-file structure — provides hierarchy without route changes
- Section organization enables intelligent landing page without modifying routes
- Lore-first approach: world documents precede mechanics for new players
- All game content has both altitude and section metadata for multi-dimensional organization
Captured Session 35 — May 2, 2026. Content architecture complete, metadata system live, next: rebuild rulebook landing page.