plan-todaylisted
Install: claude install-skill filocosta46/dotaios
# plan-today
Build today's plan from your priorities, active work, and your stated planning preferences.
## What this does
- Reads your priorities, work, and recent signals.
- Honors your planning preferences (plan style, priority count, time blocks, frog definition).
- Proposes focused work blocks and one explicit non-priority.
- Names one "frog", the task you'd avoid otherwise.
## What this doesn't do
- It does not write a daily note, that is `/today`. Use `/today` when you want to save the plan and close it out at the end of the day.
- It does not read your calendar or email unless a plugin has captured signals.
- It does not second-guess your priorities. If they are wrong, run `dotaios interview` first.
## How to use it
Try saying:
- "plan my day"
- "what should I work on today?"
- "build me today's plan"
## Agent steps
### Read
1. `prompt.md` in this skill 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 in `memory/signals/`, if present
### Process
- Identify active priorities and deadlines.
- Honor the planning preferences from `prompt.md` (plan style, priority count, time blocks, frog definition).
- Separate urgent obligations from compounding work.
- Propose the number of focused work blocks the preferences request (default 1-3).
-