Tasks Dashboard
Section titled “Tasks Dashboard”
status: completeon this file excludes it from all active-task queries.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.
All Active Tasks
Section titled “All Active Tasks”filters: and: - file.inFolder("_WorkingOn/Tasks") - status != "complete"views: - type: table name: All Active Tasks order: - file.name - status - task-type - risk - prerequisites sort: - property: risk direction: DESCReady to Execute (Queue)
Section titled “Ready to Execute (Queue)”filters: and: - file.inFolder("_WorkingOn/Tasks") - status == "ready"views: - type: table name: Ready Queue sort: - property: risk direction: DESCBy Risk Level
Section titled “By Risk Level”filters: and: - file.inFolder("_WorkingOn/Tasks") - status != "complete"views: - type: table name: By Risk order: - file.name - status - task-type - prerequisites sort: - property: risk direction: DESCBlocked Tasks
Section titled “Blocked Tasks”filters: and: - file.inFolder("_WorkingOn/Tasks") - status == "blocked"views: - type: table name: Blocked sort: - property: risk direction: DESCStatus 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 |