eod-summary

Solid

End-of-day digest pulling today's wins, decisions, status changes, follow-ups, new artifacts, tomorrow's queue from session.jsonl + tasks + tracker files. User-invoked via /eod or auto-fire at end of day.

AI & Automation 3 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
20
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# EOD Auto-Summary Pull today's firehose into one structured digest. Mobile-readable wrap. ## Trigger - `/eod`: manual, any time. Compiles "today so far" snapshot. - Auto-fire end of day. NOT WIRED. Manual only. ## Source data The compiler pulls from these locations for today (`date -d "today" +%Y-%m-%d`): 1. **`logs/session.jsonl`**: events logged (commands, tasks, mode toggles, skills invoked, /save events): filter where ts starts with today's ISO date 2. **Task-list state**: all tasks added/completed/changed today (compare against yesterday's snapshot if available) 3. **Git status of `memory/`**: files modified/created today (memory writes durable across sessions) 4. **`outputs/raw/` and `outputs/reviewed/`**: files created today (work shipped) 5. **A personal follow-up tracker** (e.g. `workspace/personal/tracker.md`): items submitted, status changes, follow-up due dates 6. **`logs/errors.jsonl`**: errors logged today (surfaces unresolved or pending) ## Format ``` 🌙 EOD. Friday 2026-04-25 🎯 Shipped today (N): - ... 📋 Decisions made (N): - ... 🔄 Status changes (N): - ... ⚠️ Open follow-ups (N): - Due today: ... - Due this week: ... - Awaiting reply: ... 📝 New durable artifacts (N): - memory/...: ... - outputs/...: ... - skills/...: ... 💤 Tomorrow's queue: - ... #meta #eod ``` Sections with zero items are omitted entirely (don't show empty headers). ## Compilation (current: manual, model-driven) When `/eod` fires, compile by: 1. Filter today's `logs/s...

Details

Author
0xUrsanomics
Repository
0xUrsanomics/utopia-os
Created
5 days ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

eod-recap

Generate an end-of-day recap of action items, deliverables, and commitments from the Slack messages you SENT today. Use when user invokes "/eod-recap", asks "what did I commit to today", "recap my Slack", "what action items did I send", or at end of day. Searches Slack for your own sent messages, extracts the substantive items, and writes a dated daily log to ~/dev/eod-recaps/. Flags deliverable-worthy items and offers to draft a proper Deliverables Log entry, plus an optional ReOps-tracker batch to paste into the tracker chat. Daily sibling of eow-summary, which rolls these up weekly.

0 Updated 1 weeks ago
alirortb
Web & Frontend Listed

eow-summary

Generate end-of-week summary by scanning Claude Code transcripts, ~/dev/* git activity, ~/dev/deliverables/ entries, and project memory across the current week's weekdays. Use when user invokes "/eow-summary", asks "what did I ship this week", "draft my weekly digest", "summarize this week's work", or when the Friday cron triggers it. Produces a single draft markdown file with three layered sections — personal log, team digest, AI Design Guild candidates — for the user to edit before sharing, plus a lean redacted-by-default CARRY_<date>.md companion for reading on a phone or resuming in another session/device.

0 Updated 1 weeks ago
alirortb
AI & Automation Listed

daily-recap

End-of-day consolidation — summarize daily log, promote durable facts to MEMORY.md, identify open threads

1 Updated yesterday
Layneformalized225