Asana task and project brief
Read-only review brief for one Asana task and project. It reads task details, subtasks, stories, project metadata, project open tasks, sections, and recent status updates through recued-core.asana, then asks the AI summarizer for status, blockers, owners, and next actions. It never creates, updates, completes, comments on, moves, deletes, attaches to, or mutates Asana resources.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (27 steps)
task
?
project
?
subtasks_raw
?
stories_raw
?
project_tasks_raw
?
sections_raw
?
status_updates_raw
?
subtasks
default
Apply default
stories
default
Apply default
project_tasks
default
Apply default
sections
default
Apply default
status_updates
default
Apply default
subtask_rows
slice
Take a subset of
story_rows
slice
Take a subset of
project_task_rows
slice
Take a subset of
status_rows
slice
Take a subset of
subtask_count
count
Count items in subtasks
story_count
count
Count items in stories
project_task_count
count
Count items in project tasks
section_count
count
Count items in sections
status_count
count
Count items in status updates
summarize
?
subtasks_table
to_table
Format results as a data table
stories_table
to_table
Format results as a data table
project_tasks_table
to_table
Format results as a data table
status_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.
asana
setting
=
focus
setting
=
Summarize current task status, blockers, recent discussion, subtasks, project status, owners, and the next concrete action.
task gid
setting
=
row limit
setting
=
25
max length
setting
=
900
project gid
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.