Todoist task and project brief
Read-only review brief for one Todoist task and project. It reads task details, project metadata, project sections, project tasks, task comments, project comments, and labels through recued-core.todoist, then asks the AI summarizer for status, blockers, due signals, context, and next actions. It never creates, updates, moves, closes, reopens, deletes, comments on, uploads files, or calls arbitrary Todoist APIs.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (25 steps)
task
?
project
?
sections_raw
?
project_tasks_raw
?
task_comments_raw
?
project_comments_raw
?
labels_raw
?
sections
default
Apply default
project_tasks
default
Apply default
task_comments
default
Apply default
project_comments
default
Apply default
labels
default
Apply default
section_count
count
Count items in sections
project_task_count
count
Count items in project tasks
task_comment_count
count
Count items in task comments
project_comment_count
count
Count items in project comments
label_count
count
Count items in labels
project_task_rows
slice
Take a subset of
task_comment_rows
slice
Take a subset of
project_comment_rows
slice
Take a subset of
summarize
?
project_tasks_table
to_table
Format results as a data table
task_comments_table
to_table
Format results as a data table
project_comments_table
to_table
Format results as a data table
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
focus
setting
=
Summarize current task status, due and priority signals, blockers, project context, recent comments, and the next concrete action.
task id
setting
=
todoist
setting
=
row limit
setting
=
25
max length
setting
=
900
project id
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.