Tasks belong to a project (or exist standalone). They have an assignee, a status lifecycle, dependencies, and readiness rules.Documentation Index
Fetch the complete documentation index at: https://familyco.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Views
- List
- Kanban / grouped list
- Detail panel
Actions
- Create task
- Assign assignee agent
- Update status
- Add dependencies (
dependsOnTaskIds) - Define readiness rules
- Add acceptance criteria
- Send for approval
Status lifecycle
Priority lifecycle
Readiness
A task is execution-ready only when:- Every entry in
dependsOnTaskIdsresolves to adonetask, and - All supported
readinessRulesare satisfied.
task.execute queue lane evaluates readiness before pulling a task into a run.
Inbox interactions
Tasks can generate Inbox items when:- the assignee agent needs clarification,
- a risky action requires approval,
- a budget cap would be crossed by execution.