today
Interactive daily productivity review with guided priority setting. Supports morning planning, midday check-ins, and end-of-day wrap-ups. Use for daily ritual or cron automation.
Best use case
today is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Interactive daily productivity review with guided priority setting. Supports morning planning, midday check-ins, and end-of-day wrap-ups. Use for daily ritual or cron automation.
Teams using today should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/today/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How today Compares
| Feature / Agent | today | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Interactive daily productivity review with guided priority setting. Supports morning planning, midday check-ins, and end-of-day wrap-ups. Use for daily ritual or cron automation.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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 ```bash # 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](../../context-management/SKILL.md) - Manage context efficiently - [planning](../../development/planning/SKILL.md) - 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 ## Sub-Skills - [Best Practices](best-practices/SKILL.md) - [Error Handling](error-handling/SKILL.md) - [Metrics](metrics/SKILL.md) ## Sub-Skills - [Morning Flow (+2)](morning-flow/SKILL.md) - [Daily Review Process](daily-review-process/SKILL.md) - [Completed Yesterday (+3)](completed-yesterday/SKILL.md) - [Summary](summary/SKILL.md) - [Priorities](priorities/SKILL.md) - [Notes](notes/SKILL.md) - [Data Sources Configuration](data-sources-configuration/SKILL.md) - [Installation (+1)](installation/SKILL.md) - [Morning Ritual (+9)](morning-ritual/SKILL.md) - [Output Locations](output-locations/SKILL.md)
Related Skills
today-priorities
Sub-skill of today: Priorities.
today-output-locations
Sub-skill of today: Output Locations.
today-morning-ritual
Sub-skill of today: Morning Ritual (+9).
today-morning-flow
Sub-skill of today: Morning Flow (+2).
today-installation
Sub-skill of today: Installation (+1).
today-completed-yesterday
Sub-skill of today: Completed Yesterday (+3).
obsidian-todays-focus
Sub-skill of obsidian: Today's Focus.
test-oversized-skill
A test fixture skill that exceeds 200 lines with multiple H2/H3 sections for split testing.
interactive-report-generator
Generate interactive HTML reports with Plotly visualizations from data analysis results. Supports dashboards, charts, and professional styling.
data-validation-reporter
Generate interactive validation reports with quality scoring, missing data analysis, and type checking. Combines Pandas validation, Plotly visualization, and YAML configuration for comprehensive data quality reporting.
agent-os-framework
Generate standardized .agent-os directory structure with product documentation, mission, tech-stack, roadmap, and decision records. Enables AI-native workflows.
OrcaFlex Specialist Skill
```yaml