Tasks Dashboard
Tasks Dashboard
Section titled “Tasks Dashboard”All Active Tasks
Section titled “All Active Tasks”filters: and: - file.inFolder("_WorkingOn/Tasks") - status != "complete"views: - type: table name: All Active Tasks order: - focus - file.name - status - task-type - risk - prerequisites sort: - property: focus direction: ASCReady to Execute (Queue)
Section titled “Ready to Execute (Queue)”filters: and: - file.inFolder("_WorkingOn/Tasks") - status == "ready"views: - type: table name: Ready Queue order: - focus - file.name - status - task-type - risk - prerequisites sort: - property: focus direction: ASCBy Risk Level
Section titled “By Risk Level”filters: and: - file.inFolder("_WorkingOn/Tasks") - status != "complete"views: - type: table name: By Risk order: - focus - file.name - status - task-type - prerequisites sort: - property: focus direction: ASCBlocked Tasks
Section titled “Blocked Tasks”filters: and: - file.inFolder("_WorkingOn/Tasks") - status == "blocked"views: - type: table name: Blocked order: - focus - file.name - status - task-type - risk - prerequisites sort: - property: focus direction: ASCFocus Reference
Section titled “Focus Reference”| 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
focusASC to get urgency order. Prefix numbers ensure correct ordering in Obsidian Bases (alphabetical sort would otherwise mis-order the values).
Status Reference
Section titled “Status Reference”| 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 Reference
Section titled “Risk Reference”| 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 |