41 lines
844 B
Markdown
41 lines
844 B
Markdown
---
|
|
title: "Research"
|
|
status: "active"
|
|
folder: "06-research"
|
|
tags: [readme, research]
|
|
created: "2026-07-29"
|
|
updated: "2026-07-29"
|
|
version: "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
|
|
|
|
```yaml
|
|
---
|
|
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. |
|