Daily Manager
Manages daily pages in Daily/YYYY/MM/YYYY-MM-DD.md.
When to Use
- •User asks to create today's page
- •User wants to see today's tasks
- •User wants to add to today's log
- •Morning routine / daily review
Create Daily Page
- •Check if
Daily/YYYY/MM/YYYY-MM-DD.mdexists - •If not, create with template below
- •Scan
Tasks/Active/for tasks scheduled today - •Group by timeslot and embed in Tasks section
Template
markdown
--- date: YYYY-MM-DD type: daily --- ## Tasks ### Morning (Wake-09:00) - (tasks with timeslot: morning and scheduled: today) ### Forenoon (09:00-Lunch) - (tasks with timeslot: forenoon and scheduled: today) ### Afternoon (Lunch-18:00) - (tasks with timeslot: afternoon and scheduled: today) ### Evening (18:00-Sleep) - (tasks with timeslot: evening and scheduled: today) ### Waiting - (tasks with task_type: waiting) ## Log - HH:MM Started work ## Reflections -
Update Tasks Section
When updating, scan all Tasks/Active/*.md files:
- •Read
scheduledandtimeslotfrom frontmatter - •Group by timeslot
- •Format as:
- [ ] [[filename]] (priority) - summary - •Include waiting tasks in Waiting section
Add Log Entry
Format: - HH:MM Activity description
If activity links to a log file in Logs/, include the link:
- HH:MM [[log-filename]] Meeting notes
Carry Over Incomplete Tasks
When creating new daily page:
- •Check yesterday's daily page
- •Find incomplete tasks (unchecked
- [ ]) - •Add note in today's page about carried tasks
Output
After creating/updating, show summary:
code
Daily page for YYYY-MM-DD Tasks: - Morning: N tasks - Forenoon: N tasks - Afternoon: N tasks - Evening: N tasks - Waiting: N tasks Ready to start!