agenda ยท diff
git:20260814.d899e4a to git:20260908.2ec1bf8
14 added, 13 removed. Audit A to A.
---
name: agenda
- description: >
- The operator's day at a glance, on demand โ today's calendar plus what needs THEM personally
- (leads due, real humans awaiting a reply, deadlines) pulled from Calendar + Telegram, ranked.
- Trigger on "/agenda", "what's on today", "my agenda". READ-ONLY summary โ it never sends or
- commits anything. Pairs with a lead-pipeline skill and an accountability-coach skill.
+ description: >-
+ Show the operator's day: today's calendar plus what needs them personally (leads due, people
+ awaiting a reply, deadlines), pulled from Calendar and Telegram and ranked. Read-only: sends
+ and commits nothing. Triggers: "/agenda", "what's on today", "my agenda".
license: MIT
---
# /agenda โ today at a glance
> ๐ง When reporting to Anton end with a child-simple "In plain words" recap. (memory `eli5-always`)
A fast, read-only "what does my day look like" โ the manual counterpart of the scheduled `Tg calendar agenda` task (same intent, fired by hand). It assembles, it does NOT act (sending/booking lives in /pipeline + /intro).
## Assemble (read-only)
1. **Calendar** โ `mcp__a63ab772-..._list_events` for today across Anton's calendars (`list_calendars` first if unsure). If that tool id is stale (connector reconnected), load it via ToolSearch query "calendar list events" like the `tg-calendar-agenda` twin does. His reminders live in **`owner.calendar@example.com`**, times in **Europe/Lisbon** (he lives there mostly โ [[remind-anton-via-calendar]]). List meetings/reminders with times.
2. **Needs HIM personally** โ the rare things only Anton can clear: leads due today (read `$IMPORTS_ROOT/tg_followups.json` + Platinum CRM, or call /pipeline's triage logic), a real human awaiting his reply, a money/legal deadline. He doesn't read email โ surface only the email items that need HIM ([[anton-doesnt-read-email]]); no digest walls.
3. **Today's one commitment** โ if /coach logged an evening "tomorrow's one commitment" in `04-Coach/`, echo it.
## Rank & present
Top of the list = time-bound + needs-Anton (a meeting in 2h, a lead going cold). Then fixed calendar blocks. Then nice-to-have. Keep it tight โ this is a glance, not a report. Offer the obvious next action ("work the leads โ /pipeline", "a meeting with no agenda โ /intro").
## Safety
Read-only. Never send a message, book, or commit from here โ hand off to /pipeline, /intro, or ask.
## Output
A short ranked agenda (โค~8 lines): โฐ time-bound first, then context. Then ๐ง recap. Visual option: the Life-OS / Coach dashboards already render the day by eye ([[prefer-visual-dashboards]]).
---
- <!-- CONTACT-FOOTER -->
- ## About & contact
- Built and battle-tested at **Palo Alto AI Research Lab** โ a fleet of Claude Code machines
- running 24/7 as a second brain and synthetic cofounder. Every skill here survived real
- production use before publication.
+ <!--kit-footer-->
- - ๐ฆ All 101 skills: https://github.com/tonydzi/second-brain-starter-kit
- - ๐ค Author: **Anton Dziatkovskii** โ Telegram [@tonydzi](https://t.me/tonydzi) ยท WhatsApp [+1 341 222 9178](https://wa.me/13412229178) ยท X [@Tony_Stef_](https://x.com/Tony_Stef_)
- - ๐งช **Engineers: want to test-drive this setup?** Message me โ I hand out free starter seeds to engineers who test and report back. Custom skill requests welcome.
+ ---
+
+ **Like this skill?** It is one of 100 in [second-brain-starter-kit](https://github.com/tonydzi/second-brain-starter-kit): the second brain we built for ourselves and run every day at Palo Alto AI Research Lab. Install the whole set with `npx skills add tonydzi/second-brain-starter-kit`. Everything is open source and free, so take what you need.
+
+ Flagships worth a look on their own: [secondop-panel](https://github.com/tonydzi/secondop-panel) (a second opinion from a panel of external models), [claude-memory-tidy](https://github.com/tonydzi/claude-memory-tidy) (stop your agent's memory from rotting), [telegram-mcp-kit](https://github.com/tonydzi/telegram-mcp-kit) (your own Telegram over MCP in about 15 minutes).
+
+ Author: **Anton Dziatkovskii**, Palo Alto AI Research Lab. Telegram [@tonydzi](https://t.me/tonydzi) - WhatsApp [+1 341 222 9178](https://wa.me/13412229178) - X [@Tony_Stef_](https://x.com/Tony_Stef_)
+
+ **Engineers: want to test-drive this setup?** Message me. I hand out free starter seeds to engineers who test and report back, and custom skill requests are welcome.