Daily Standup Current
A small scheduled current: every weekday at 9am a jelly digests your project's last 24 hours and posts it to the crew.
Readme
Daily Standup Current
schedule trigger → digest jelly → notification → end. One jelly (an AI agent inside a crew) reads the last 24 hours of a ship (one of your projects) and posts done / in-flight / blockers / one risk, in under 200 words, every weekday morning.
What install does
Installs switched off and without a ship assignment, so you can review it before it runs — an automation should never start firing the instant it lands.
Setup (two minutes)
- Open the current's Trigger and pick the ship it reports on — a schedule with no ship never fires.
- Adjust the cron if 9am Pacific isn't your morning: the default is
0 9 * * 1-5inAmerica/Los_Angeles. - Enable it. The first digest arrives on the next weekday tick.
What to customize
- The digest voice: the jelly's instructions cap it at 200 words and demand a one-line answer on quiet days — tighten or loosen to taste.
- The audience: it posts to all members; switch the notification step to specific people if the whole crew doesn't want a morning ping.
- Skip quiet days entirely: add a condition step after the digest that ends the run when the summary says nothing happened.
- Pairs well with the Fullstack Dev Crew — point both at the same ship and the morning digest covers the crew's overnight work.
Version history
-
v1
Initial release — schedule trigger, digest jelly, crew notification.