Skip to content

status: complete on 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.


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: DESC

filters:
and:
- file.inFolder("_WorkingOn/Tasks")
- status == "ready"
views:
- type: table
name: Ready Queue
sort:
- property: risk
direction: DESC

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: DESC

filters:
and:
- file.inFolder("_WorkingOn/Tasks")
- status == "blocked"
views:
- type: table
name: Blocked
sort:
- property: risk
direction: DESC

StatusMeaning
(blank)Created, not yet prepped
ready/task-prep run — context complete, waiting for /task-start or agent dispatch
activeCurrently being executed
blockedWaiting on prerequisite or external dependency
completeDone (excluded from active queries)
RiskBehavior
lowExecute autonomously
mediumExtra validation; flag edge cases
high/task-QA + Talbot sign-off required
criticalPlan-first gate — no auto-execute