원클릭으로
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!