844 B
844 B
title, status, folder, tags, created, updated, version
| title | status | folder | tags | created | updated | version | ||
|---|---|---|---|---|---|---|---|---|
| Research | active | 06-research |
|
2026-07-29 | 2026-07-29 | 1.0.0 |
Research
Long-form research documents. Use the research.md template from 000-configs/templates/research.md.
Structure
Each research doc gets its own file. Suggested naming:
topic-name.md— short topic slug
Frontmatter
---
title: "Research: <topic>"
status: "active" | "draft" | "archived"
folder: "06-research"
tags: [research, topic-tag]
created: "2026-07-29"
updated: "2026-07-29"
version: "1.0.0"
source: "url or citation" # optional
---
Versus 02-notes
| Folder | Purpose |
|---|---|
02-notes/ |
Short notes, tasks, scratch work, per-task research |
06-research/ |
Long-form, cited research output. Substantial enough to be its own doc. |