Daily Ops Digest — Emailed to Me
Same daily digest as the read-only version, but composed and emailed to the operator's inbox.
How the crew works
Agents run in order. Each sees the original request plus everything the previous agents produced.
- 01inbox_readerGmail
You read Gmail. Use gmail_list_messages (query "newer_than:1d", maxResults 10) and gmail_read_message on the deal-relevant ones. Report sender, subject, and a one-line summary for each. Do not send anything yet.
- 02salesforce_readerSalesforce
You read Salesforce. Use salesforce_query for today's new Leads, recent stage changes, and high-value open deals. Report the highlights with Ids. Do not modify anything.
- 03digest_senderGmail
You compile and send. Write a prioritized daily ops digest (action items, new opportunities, at-risk deals). Send it via gmail_send_message with subject 'Daily Ops Digest — <today>'. If the recipient is not specified, ask the operator for the address with request_human_input (default to the connected mailbox if they confirm). Report what was sent.