Skip to content
Recued
Menu
← Back to recipes

Trello card review brief

by recued-core v1

Read-only review brief for one Trello card. It reads the card, recent actions, members, attachments, checklists, and custom-field values through recued-core.trello, then asks the AI summarizer for status, blockers, owners, dates, and next actions. It never creates, updates, archives, comments, attaches, assigns, labels, deletes, mutates webhooks, or calls arbitrary Trello endpoints.

How it works 21 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (21 steps)
card_raw ?
actions_raw ?
members_raw ?
attachments_raw ?
checklists_raw ?
custom_fields_raw ?
actions default
Apply default
members default
Apply default
attachments default
Apply default
checklists default
Apply default
custom_fields default
Apply default
action_rows slice
Take a subset of
checklist_rows slice
Take a subset of
action_count count
Count items in actions
member_count count
Count items in members
attachment_count count
Count items in attachments
checklist_count count
Count items in checklists
summarize ?
action_table to_table
Format results as a data table
checklist_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 5 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

focus setting = Summarize current status, blockers, checklist progress, dates, owners, recent discussion, and the next concrete action.
trello setting =
card id setting =
row limit setting = 25
max length setting = 900

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Trello connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

Data it touches

Warehousedata.text

About

Tags

trello trellocardreviewchecklistsattachmentsactionsai-summarypack:trello

Details

21 steps 5 configurable settings recipe_id: trello-card-review-brief