Meeting Notes To Action
Turn normalized meeting notes into visible action candidates, then optionally create Recued tasks and commitments. The recipe is preview-first: install it as a practical default, tune extraction prompts and write policy in the recipe editor, and switch write_mode to create when the owner wants records written.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (34 steps)
notes
default
Apply default
has_notes
compare
Check if notes has data
skip_empty
compare
Check if has notes does not equal true
protect
pii-protect
Apply pii-protect
extract
?
skip: step.skip_empty equal true
restore
pii-restore
Apply pii-restore
summary_text
default
Apply default
decisions
default
Apply default
followups
default
Apply default
extraction_confidence
default
Apply default
overall_below_threshold
compare
Check if extraction confidence is less than setting confidence threshold
action_items
default
Apply default
commitments
default
Apply default
action_rows_raw
map
Extract from each item
action_rows_with_due
map
Extract due_at_iso from each item
action_rows_ready
filter
Filter by condition
action_rows
slice
Take a subset of
commitment_rows_raw
map
Extract from each item
commitment_rows_with_due
map
Extract promised_for_at_iso from each item
commitment_rows_ready
filter
Filter by condition
commitment_rows
slice
Take a subset of
preview_mode
compare
Check if setting write mode equals preview
skip_writes
any
Check if any of the conditions are true
create_tasks
?
skip: step.skip_writes equal true
create_commitments
?
skip: step.skip_writes equal true
action_count
count
Count items in action rows
commitment_count
count
Count items in commitment rows
task_create_result_count
count
Count items in create tasks
commitment_create_result_count
count
Count items in create commitments
task_write_attempts
ternary
Apply ternary
commitment_write_attempts
ternary
Apply ternary
action_table
to_table
Format results as a data table
commitment_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.
max items
setting
=
12
write mode
setting
=
preview
source label
setting
=
meeting notes
setting
=
meeting title
setting
=
container names
setting
=
[object Object]
confidence threshold
setting
=
0.7
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.