Canonical tag vocabulary for the DKS vault. All tags used in notes should come from this list.
## Domain Tags
Classify which life/work domain a note belongs to.
| Tag | Description |
| -------------------- | --------------------------- |
| `domain/work` | Work projects and areas |
| `domain/personal` | Personal projects and areas |
| `domain/home` | Home and auto |
| `domain/finance` | Finance and budgeting |
| `domain/remote-ruby` | Remote Ruby podcast hosting |
| `domain/travel` | Travel planning and trips |
## State Tags
Used on **non-project types** (sources, notes) to express current state. Projects use a `status` property instead.
| Tag | Description |
| ------------------- | ------------------------------ |
| `state/unprocessed` | Source not yet processed |
| `state/processed` | Source has been processed |
| `state/in_progress` | Active work |
| `state/done` | Completed |
| `state/archived` | Triggers move to `archives/` |
| `state/backlog` | Not yet started |
| `state/on_hold` | Paused |
## Project Status (property, not tag)
Projects, tasks, initiatives, and experiments use a `status` **property** (not a tag).
| Value | Description |
| ------------- | ------------------------------ |
| `backlog` | Not yet started |
| `in_progress` | Currently active |
| `on_hold` | Paused |
| `done` | Completed |
| `archived` | Triggers move to `archives/` |
## Project Priority (property, not tag)
Projects and tasks use a `priority` **property** (not a tag).
| Value | Description |
| -------- | ----------------- |
| `low` | Low priority |
| `normal` | Standard priority |
| `high` | High priority |
## Type Hierarchy Tags
Used for variant classification when `subtype` is not set (e.g., page variants).
**Page**
- `type/page/hub`
- `type/page/doc`
- `type/page/concept`