today
Installation
SKILL.md
TODAY Skill
Purpose
Help the user decide what to focus on today, surface forgotten items, and update Trello based on the conversation.
When to Use
- User says "today", "what should I do", "what's on my plate", "morning review", "daily standup"
- Start of a new conversation in this project
Workflow
0. Get Today's Actual Date
ALWAYS start by checking the real date from the system:
date "+%A, %B %d, %Y"
Use this date for everything - don't assume or guess. This prevents creating history files for the wrong day.