Today
Overview
A daily ritual skill that reviews your workspace activity, summarizes progress, identifies blockers, and suggests focus items for sustained productivity. Features interactive review mode that guides you through priority setting and progress tracking.
Quick Start
# Interactive review (auto-detects morning/midday/evening)
/today
# Specific modes
/today morning # Full review + set priorities
/today midday # Quick progress check
/today --eod # End-of-day wrap-up
# Weekly review
/today --week
# Cron automation (runs at 6 AM)
0 6 * * * /path/to/workspace-hub/scripts/productivity/daily_today.sh
When to Use
- Start of workday ritual
- After returning from break/vacation
- Weekly planning sessions
- Automated daily reports via cron
- Before standup meetings
Related Skills
- context-management - Manage context efficiently
- planning - Detailed planning methodology
Version History
- 1.1.0 (2026-01-21): Add interactive review mode with morning/midday/evening flows
- 1.0.0 (2026-01-21): Initial release with daily review, cron support, long-term suggestions