Weekday morning brief
Every weekday at 07:00 Central, gather what moved on the tickets and the test servers since the last brief, write it up, and email it — but only when there is something to say. Ben reads it before standup.
Runs
Every time this duty has fired — on its schedule and by hand.
This duty has never run. Press Run now, or wait for its schedule.
Flow — 6 steps
What runs, in order. Reading, not editing — the duty's own agent writes it.
- </> code — the box runs something
- ✦ llm — a model call
- ? decision — a branch
- ➜ notify — sends it somewhere
- ∅ noop — deliberately nothing
Read it as a list
- code Collect yesterday's ticket movement → write_brief
- code Collect deploys and test-server changes → write_brief
- llm Write the brief → anything_to_say
- decision Anything worth sending? → send_email (true), stay_quiet (false)
- notify Email the brief
- noop Stay quiet