
Building Your Own /today Command
Inspired by Teresa Torres, I built a single command that pulls my calendar, email, and newsletters into a daily briefing document—then syncs it everywhere.

Inspired by Teresa Torres, I built a single command that pulls my calendar, email, and newsletters into a daily briefing document—then syncs it everywhere.

Stop wasting milliseconds on every terminal launch. Learn how to cache CLI completions for a snappier shell experience.

Stop cluttering your desktop or project folders. Learn how a simple ’try’ function can revolutionize your experimental workflow.
Build a “Teresa Torres-style /today command” for personal productivity - a single command that aggregates calendar, emails, and newsletters into a daily briefing one-pager in Obsidian, then git pushes for multi-machine sync.
While testing moltbot’s morning-briefing skill, user referenced a maily.so article about Teresa Torres (product coach, non-developer) who built her own /today command with Claude Code. The article inspired reimagining the morning briefing as a complete personal AI pipeline.
📅 apple-calendar ──┐
📧 himalaya email ──┼──▶ 🌅 morning-briefing ──▶ 📝 Obsidian ──▶ git push
📰 newsletter-parser┘ (Korean one-pager) (vault) (sync)
Key insight from Teresa Torres article:
“When I have a task, do I need to be involved? Can Claude just do it? Or does it need my input?”
User: “yes but output is not slack. it’s one pager in obsidian vault. once you post morning brief you push to git so I can sync in any other machine.”
Read more