Daily Sales Brief
Every weekday morning, the agent diffs the Sales Pipeline against yesterday, decides which changes are material, writes a brief, and emails it to the team. The scene IS the pipeline: edit a deal and re-run to see the brief catch it.
What it needs
Values you pass at push time, and the accounts it asks you to connect once the scene is there.
team_email
Where the daily brief is sent (e.g. 'team@acme.com').
What's in it
3 notes, and an agent that runs on a schedule.
0 8 * * 1-5
The files
One document. Nothing in it is big enough yet to want a file of its own.
daily-brief.blueprint.json
Served with every $file inlined at /blueprints/daily-brief.json. What's in a blueprint walks the format.
Push it
Straight from the URL. Nothing to clone.
daslab scene push https://daslab.run/blueprints/daily-brief.json \
--input team_email=<team-email>
Push it again after editing and the same scene updates in place: ids resolve deterministically, so apply upserts rather than duplicates. The merge rules are on Export and import.