Compile async status digest ahead of the check-in
Polls each producer's task tracker and async update channels on the standup cadence, normalises status into a single pre-read digest with blockers and handoffs surfaced, running unattended before the session.
In / outProducer task trackers + async update channels + standup schedule → Normalised pre-read digest (per-producer: in-progress / done / blocked / handing-off, with blockers and handoffs surfaced)
You might say…
“I want the digest ready when I open my laptop each morning — not assembled by me from five different places while the team waits.”
What it does
A scheduled agent that, on the standup cadence, polls each producer's task tracker and any async update channel, normalises what each person reports as in-progress / done / blocked / handing-off, and assembles a single pre-read digest with blockers and handoffs surfaced. Runs autonomously before the session so the live time is spent on judgement, not status-collection. Agent (not skill) because it is scheduled, multi-source, and runs unattended on a recurring trigger; the human judgement on what to do with the digest stays in prep-standup-agenda.
Trigger: Use to replace manual pre-standup status collection with a scheduled agent that assembles the digest autonomously on the recurring check-in cadence.
Autonomy: Acts autonomously — runs end-to-end without a human in each loop.
Recognise the problem?
The primitives are the commodity part. The fastest next step is a conversation about composing them into something that works for you.
Start a conversation