一键导入
daily-manager
Create and manage daily pages. Use when user says "today's page", "daily", "create daily", or asks about today's schedule.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create and manage daily pages. Use when user says "today's page", "daily", "create daily", or asks about today's schedule.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Organize and manage tasks. Use when user says "organize inbox", "show tasks", "today's tasks", "task status", "complete task", or manages task workflow.
Extract learnings from completed tasks and create knowledge notes. Use when user says "make this knowledge", "extract learnings", "save what I learned", or wants to convert task insights to permanent notes.
| name | daily-manager |
| description | Create and manage daily pages. Use when user says "today's page", "daily", "create daily", or asks about today's schedule. |
Manages daily pages in Daily/YYYY/MM/YYYY-MM-DD.md.
Daily/YYYY/MM/YYYY-MM-DD.md existsTasks/Active/ for tasks scheduled today---
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
-
When updating, scan all Tasks/Active/*.md files:
scheduled and timeslot from frontmatter- [ ] [[filename]] (priority) - summaryFormat: - HH:MM Activity description
If activity links to a log file in Logs/, include the link:
- HH:MM [[log-filename]] Meeting notes
When creating new daily page:
- [ ])After creating/updating, show summary:
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!