todaylisted
Install: claude install-skill filocosta46/dotaios
# today
Build today's plan and write it to your daily note so you can refer back to it, and close it out at the end of the day with `/closeday`.
## What this does
- Reads your priorities, active work, and recent signals.
- Honors your planning preferences (plan style, priority count, time blocks, frog definition).
- Writes the plan to `memory/daily/YYYY-MM-DD.md` with a structured close-out section ready for `/closeday`.
- Logs the event to `memory/events.jsonl`.
## What this doesn't do
- It does not plan without your context. If `prompt.md` and your context files are both empty, tell the user to run `dotaios interview` first.
- It does not read your calendar or email unless a plugin has written signals for them.
- It does not close the day, that is `/closeday`.
- It does not overwrite the `## Close` section if the file already exists and has been partially filled by `/closeday`.
## How to use it
Try saying:
- "start my day"
- "open today's note"
- "build and save today's plan"
## Agent steps
### Read
1. `prompt.md` in the `skills/today/` directory if present, compiled by `dotaios interview`. Prefer it over reading individual context files.
2. If `prompt.md` is missing, fall back to:
- `context/priorities.md`
- `context/work.md`
3. `memory/events.jsonl` last 50 entries, if present
4. Today and yesterday from `memory/signals/`, if present
5. `memory/daily/YYYY-MM-DD.md` where YYYY-MM-DD is today's date, check if it already exists
### Process
- If today's dai