Skip to content
Recued
Menu
← Back to recipes

Unified Work Queue

by recued-core v1

Read-only operating queue for a one-person company. It gathers Recued-native work signals from tasks, commitments, projects, notes, mail, calendar, and contact rollups into one view so the owner can see where attention is leaking before opening separate desks.

How it works 34 steps

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

Data fetch
contact_open_loops ?
project_open_loops ?
project_gaps ?
stalled_projects ?
warm_notes ?
calendar_rollups ?
contact_rollups ?
outbound_followups ?
Process (26 steps)
open_outbound_followups filter
Filter by condition
visible_outbound_followups filter
Filter by condition
contact_open_loop_rows map
Extract from each item
project_open_loop_rows map
Extract from each item
project_gap_rows map
Extract from each item
stalled_project_rows map
Extract from each item
warm_note_rows map
Extract from each item
meeting_context_rows map
Extract from each item
contact_context_rows map
Extract from each item
outbound_followup_rows map
Extract from each item
queue_rows_all flatten
Flatten nested lists in
queue_rows slice
Take a subset of
queue_count count
Count items in queue rows all
shown_count count
Count items in queue rows
contact_open_loop_count count
Count items in contact open loops entries
project_open_loop_count count
Count items in project open loops entries
project_gap_count count
Count items in project gaps entries
stalled_project_count count
Count items in stalled projects entries
warm_note_count count
Count items in warm notes entries
meeting_context_count count
Count items in calendar rollups entries
contact_context_count count
Count items in contact rollups entries
outbound_followup_count count
Count items in visible outbound followups
queue_targets pluck
Extract target_id from each item
queue_targets_text join
Join items with ", "
summary to_summary
Format results as a summary card
queue_table to_table
Format results as a data table
Settings 4 configurable

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

end hour setting = 19
start hour setting = 7
queue limit setting = 12
signal limit setting = 10

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.

Data it touches

Warehousedata.enrichmentdata.shared

About

Tags

soloone-person-companywork-queuedisciplinevisibilitytaskcommitmentprojectnotemailcalendarpack:solo-work-queue

Details

34 steps 4 configurable settings recipe_id: unified-work-queue