research-notes/blog/content/notes/002-building-the-scaffolding/meta.yaml
jordan 9a9e58c935 Initial commit: research notes journal
Moved from maxwell/blog to standalone repository.

- Next.js research journal application
- Notes 001-005 with YAML/MD content structure
- Claude Code configuration for blog development

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-07 13:12:07 -07:00

37 lines
870 B
YAML

id: "002"
slug: 002-building-the-scaffolding
date: "2026-02-06"
title: Understanding the Project
preview: "Creating vision.md, architecture.md, and roadmap.md. The vision is what you use to constantly redirect the code."
prompts:
- id: vision
label: Write vision.md
content: |
Write vision.md
- id: architecture
label: Write architecture.md
content: |
Write architecture.md
- id: roadmap
label: Write roadmap.md
content: |
Write roadmap.md
filesCreated:
- name: vision.md
description: Core thesis, axioms, paradoxes, and narrative
- name: architecture.md
description: System layers, code sketches, data structures
- name: roadmap.md
description: Phased implementation from Day 0 to Sprint 4
navigation:
prev:
slug: 001-picking-a-problem
id: "001"
title: Picking a Problem
next: null