Create Google Slides status deck
Approval-gated status-deck workflow. It creates one blank Google Slides presentation by title, then inserts a fixed three-slide status update scaffold through recued-core.google-slides.presentation.slide.create. It does not search Drive, share files, export presentations, insert images/charts/tables/videos, delete slides, mutate speaker notes, or call arbitrary Google APIs.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (12 steps)
title
trim
Trim whitespace from setting title
has_title
compare
Check if title has data
skip_create
compare
Check if has title does not equal true
created_presentation
?
skip: step.skip_create equal true
presentation_id
default
Apply default
highlights_text
join
Join items with "
"
risks_text
join
Join items with "
"
next_steps_text
join
Join items with "
"
skip_slides
compare
Check if presentation id is empty
create_status_slides
?
skip: step.skip_slides equal true
skipped
compare
Check if skip create equals true
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
risks
setting
=
title
setting
=
Weekly status update
google
setting
=
period
setting
=
audience
setting
=
Leadership
highlights
setting
=
next steps
setting
=
executive summary
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.