schedule-today

Reads a canonical weekly schedule file and outputs today's focus blocks and fixed commitments.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Dawaad/skills --skill schedule-today-dawaad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schedule-today
Source: https://github.com/Dawaad/skills/tree/main/skills/schedule-today
Command: npx skills add https://github.com/Dawaad/skills --skill schedule-today-dawaad

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It removes the daily friction of deciding what to work on by reading your standing weekly schedule and surfacing exactly which work types belong in today's blocks, without you re-reading the whole schedule. ## Core Features & Use Cases - Daily Focus Extraction: Reads the canonical schedule file and returns today's morning, afternoon, and evening work blocks in a compact format. - Flexible Day Resolution: Accepts "today", "tomorrow", a weekday name, or an explicit date and resolves it to the correct day of week. - Read-Only Safety: Never edits the schedule; it detects when a change is intended and defers to the schedule-manage skill instead. - Use Case: You open your terminal on Tuesday morning and ask what to focus on; the skill returns your coding block, a filming commitment, and a heads-up that this is your only filming slot this week. ## Quick Start Ask the assistant what you should focus on today and it will read your standing schedule and return today's plan.

Frequently Asked Questions about schedule-today

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find out what to focus on today from my weekly schedule?

Ask what you should focus on today and the skill reads your canonical schedule file, resolves the current day of week, and returns the morning, afternoon, and evening work blocks plus any fixed commitments in a compact summary.

Can I check tomorrow's or a specific day's schedule instead of today?

Yes, you can ask about tomorrow, a weekday name like Tuesday, or an explicit date. The skill resolves it to a day of week and shows the resolved date in the header so you can confirm the correct day was used.

What happens if my schedule file does not exist?

The skill tells you the schedule file is missing and suggests running the schedule-manage skill to bootstrap it. It does not attempt to create or guess a schedule on its own.

Can this skill change or update my weekly schedule?

No, it is strictly read-only and never edits the schedule file. If your request implies a permanent change, it outputs today's plan and then suggests using the schedule-manage skill for the update.

What if a day has no blocks defined in the schedule?

The skill outputs whatever exists for that day, such as fixed commitments or general principles, notes that the day's blocks are not set, and suggests using schedule-manage to fill them in.