Vault-wide (SMTM v5.2). Queries scan every /Tasks/ folder across the vault — Core/_WorkingOn/Tasks, all Core dept Tasks/ (Processes, IT, AI, …), and all MBR dept Tasks/ — so dept-routed tasks and Ongoing-Project tasks appear here, not just vault-level ones. This is the queryable companion to the single master tracker _active.md. Finite Projects are listed in their own section below; Ongoing Projects live in the registry Ongoing-Projects.
status: complete on this file excludes it from all active-task queries. The folder filter uses file.path.contains("/Tasks/"), which auto-covers new dept folders (no enumeration to maintain).
To show columns: Click the Properties button (≡) in the Bases table toolbar → toggle which properties to display. Bases does not support specifying columns in the code block — column selection is a UI setting, persisted automatically.
Finite SMTM projects in _WorkingOn/Projects/ (one row per project — its STATUS.md). Completed projects are archived out of _WorkingOn/, so anything here is current. Ongoing Projects (KB-OS, ai-config, monorepo, …) are not finite — see the registry Ongoing-Projects.
| Project | Modified |
|---|
| KB-OS | 2026-07-13 |
| MBR-Business-Dev | 2026-07-09 |
| SD-App | 2026-05-27 |
| myMBR-OS | 2026-07-09 |
| ts-site | 2026-07-10 |
| Value | Meaning |
|---|
1_now | Most urgent — address immediately |
2_today | Address today |
3_thisWeek | Address soon — this week |
4_nextMonth | Less urgent |
5_someday | Least urgent — backlog |
Sort by focus ASC to get urgency order. Prefix numbers ensure correct ordering in Obsidian Bases (alphabetical sort would otherwise mis-order the values).
| Status | Meaning |
|---|
| (blank) | Created, not yet prepped |
ready | /task-prep run — context complete, waiting for /task-start or agent dispatch |
active | Currently being executed |
blocked | Waiting on prerequisite or external dependency |
complete | Done (excluded from active queries) |
| Risk | Behavior |
|---|
low | Execute autonomously |
medium | Extra validation; flag edge cases |
high | /task-QA + Talbot sign-off required |
critical | Plan-first gate — no auto-execute |