daily
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDaily Workflow Skill
每日工作流Skill
Creates daily notes and provides structured workflows for morning planning, midday check-ins, and evening shutdowns.
创建每日笔记,并为晨间规划、午间检查和晚间收尾提供结构化工作流。
Usage
使用方法
Invoke with or ask Claude to create today's note or help with daily routines.
/daily通过指令调用,或请求Claude创建今日笔记、协助完成日常流程。
/dailyCreate Today's Note
创建今日笔记
/dailyOr simply ask:
- "Create today's daily note"
- "Start my morning routine"
- "Help me with evening shutdown"
/daily或者直接询问:
- "创建今日的每日笔记"
- "启动我的晨间流程"
- "帮我完成晚间收尾"
Daily Note Creation
每日笔记创建流程
What Happens
执行步骤
-
Checks if today's note exists
- If yes: Opens the existing note
- If no: Creates new note from template
-
Template Processing
- Replaces with today's date
{{date}} - Replaces with formatted dates
{{date:format}} - Handles date arithmetic (e.g., for yesterday)
{{date-1}}
- Replaces
-
Automatic Organization
- Places note in folder
Daily Notes/ - Names file with today's date (YYYY-MM-DD.md)
- Preserves template structure
- Places note in
-
检查今日笔记是否存在
- 如果存在:打开已有笔记
- 如果不存在:从模板创建新笔记
-
模板处理
- 将替换为今日日期
{{date}} - 将替换为格式化后的日期
{{date:format}} - 支持日期运算(例如代表昨天)
{{date-1}}
- 将
-
自动整理
- 将笔记放入文件夹
Daily Notes/ - 以今日日期(YYYY-MM-DD.md)命名文件
- 保留模板结构
- 将笔记放入
Template Variables
模板变量
Your daily template can use:
- - Today's date in default format
{{date}} - - Day name (e.g., Monday)
{{date:dddd}} - - Formatted date
{{date:MMMM DD, YYYY}} - - Yesterday's date
{{date-1:YYYY-MM-DD}} - - Tomorrow's date
{{date+1:YYYY-MM-DD}} - - Current time
{{time}}
你的每日模板可使用:
- - 默认格式的今日日期
{{date}} - - 星期名称(例如:Monday)
{{date:dddd}} - - 格式化日期
{{date:MMMM DD, YYYY}} - - 昨天的日期
{{date-1:YYYY-MM-DD}} - - 明天的日期
{{date+1:YYYY-MM-DD}} - - 当前时间
{{time}}
Morning Routine (5-10 minutes)
晨间流程(5-10分钟)
Automated Steps
自动化步骤
- Create today's daily note (if not exists)
- Pull incomplete tasks from yesterday
- Review weekly goals for today's priority
- Surface any calendar events or deadlines
- 创建今日的每日笔记(若不存在)
- 导入昨日未完成的任务
- 回顾周目标以确定今日优先级
- 显示相关日历事件或截止日期
Interactive Prompts
交互式提示
- "What's your ONE thing for today?"
- "What might get in the way?"
- "How do you want to feel at end of day?"
- "今日最重要的一件事是什么?"
- "可能会遇到哪些阻碍?"
- 你希望在一天结束时拥有怎样的感受?"
Morning Checklist
晨间检查清单
- Daily note created
- Yesterday's incomplete tasks reviewed
- ONE priority identified
- Time blocks set
- Potential obstacles identified
- 已创建每日笔记
- 已回顾昨日未完成任务
- 已确定核心优先级
- 已设置时间块
- 已识别潜在障碍
Midday Check-in (2-3 minutes)
午间检查(2-3分钟)
Quick Review
快速复盘
- Check morning task completion
- Compare actual vs planned time use
- Assess energy level
- Identify afternoon priorities
- 检查晨间任务完成情况
- 对比实际与计划的时间使用情况
- 评估当前精力水平
- 确定下午的优先级
Adjustments
调整事项
- Reschedule incomplete morning tasks
- Add urgent items that emerged
- Reorder by current energy level
- Note any blockers
- 重新安排未完成的晨间任务
- 添加突发的紧急事项
- 根据当前精力水平重新排序任务
- 记录遇到的阻碍
Midday Questions
午间问题
- "How's your energy right now?"
- "What's the most important thing for this afternoon?"
- "What can you let go of today?"
- "你现在的精力如何?"
- "下午最重要的事情是什么?"
- "今天哪些事情可以暂时放下?"
Evening Shutdown (5 minutes)
晚间收尾(5分钟)
Capture
记录内容
- Mark completed tasks with [x]
- Add notes and learnings
- Log energy levels (1-10)
- Record gratitude items
- 用[x]标记已完成的任务
- 添加备注和学习心得
- 记录精力水平(1-10分)
- 记录值得感恩的事项
Reflect
总结反思
- What went well today?
- What could be better?
- What did I learn?
- What am I grateful for?
- 今天哪些事情做得好?
- 哪些地方可以改进?
- 我学到了什么?
- 我感恩什么?
Prepare
准备工作
- Identify tomorrow's priority (preview)
- Move incomplete tasks to tomorrow or delete
- Commit changes to git ()
/push
- 确定明日的核心优先级(预览)
- 将未完成的任务移至明日或删除
- 通过提交修改至git
/push
Shutdown Checklist
收尾检查清单
- All tasks updated (done/moved/deleted)
- Reflection completed
- Tomorrow's priority identified
- Changes committed
- 所有任务状态已更新(完成/移至明日/删除)
- 已完成总结反思
- 已确定明日优先级
- 已提交修改
Daily Note Structure
每日笔记结构
Standard daily note template:
markdown
undefined标准每日笔记模板:
markdown
undefined{{date}}
{{date}}
Focus
核心焦点
What's the ONE thing that would make today successful?
什么事情会让今天变得成功?
Time Blocks
时间块
- Morning (9-12):
- Afternoon (12-5):
- Evening (5+):
- 上午(9-12点):
- 下午(12-17点):
- 晚上(17点后):
Tasks
任务
Must Do Today
今日必做
- [ ]
- [ ]
Work
工作任务
- [ ]
- [ ]
Personal
个人事务
- [ ]
- [ ]
Notes
备注
[Capture thoughts, meeting notes, ideas]
[记录想法、会议笔记、创意]
Reflection
反思
- Wins:
- Challenges:
- Learned:
- Grateful for:
- Energy: /10
- Tomorrow's priority:
undefined- 收获:
- 挑战:
- 心得:
- 感恩:
- 精力评分: /10
- 明日优先级:
undefinedTime Block Strategies
时间块策略
Energy-Based
基于精力分配
- High energy tasks in morning
- Administrative work after lunch
- Creative work when naturally alert
- 高精力时段(上午)处理重要任务
- 午饭后处理行政工作
- 在自然专注时段进行创意工作
Context-Based
基于场景分类
- Batch similar tasks together
- Minimize context switching
- Protect deep work blocks
- 将相似任务批量处理
- 减少场景切换
- 保护深度工作时段
Configuration
配置选项
Customize paths to match your vault:
- Daily notes folder:
Daily Notes/ - Template location:
Templates/Daily Template.md - Date format:
YYYY-MM-DD
自定义路径以匹配你的知识库:
- 每日笔记文件夹:
Daily Notes/ - 模板位置:
Templates/Daily Template.md - 日期格式:
YYYY-MM-DD
Different Date Formats
不同日期格式
- - Standard ISO format (recommended)
YYYY-MM-DD - - US format
MM-DD-YYYY - - European format
DD-MM-YYYY - - Include day abbreviation
YYYY-MM-DD-ddd
- - 标准ISO格式(推荐)
YYYY-MM-DD - - 美国格式
MM-DD-YYYY - - 欧洲格式
DD-MM-YYYY - - 包含星期缩写
YYYY-MM-DD-ddd
Folder Organization by Month
按月份整理文件夹
Organize daily notes by month/year:
Daily Notes/2024/01/2024-01-15.md按年/月组织每日笔记:
Daily Notes/2024/01/2024-01-15.mdTask-Based Progress Tracking
基于任务的进度追踪
The daily skill uses session tasks to show progress during multi-step routines.
该每日Skill使用会话任务来展示多步骤流程中的进度。
Morning Routine Tasks
晨间流程任务
Create tasks at skill start:
TaskCreate:
subject: "Create daily note"
description: "Create or open today's daily note from template"
activeForm: "Creating daily note..."
TaskCreate:
subject: "Pull incomplete tasks"
description: "Carry forward uncompleted tasks from yesterday"
activeForm: "Pulling incomplete tasks from yesterday..."
TaskCreate:
subject: "Surface relevant goals"
description: "Review weekly/monthly goals for today's priority"
activeForm: "Surfacing relevant goals..."
TaskCreate:
subject: "Set time blocks"
description: "Establish time blocks based on energy and priorities"
activeForm: "Setting time blocks..."在Skill启动时创建任务:
TaskCreate:
subject: "Create daily note"
description: "Create or open today's daily note from template"
activeForm: "Creating daily note..."
TaskCreate:
subject: "Pull incomplete tasks"
description: "Carry forward uncompleted tasks from yesterday"
activeForm: "Pulling incomplete tasks from yesterday..."
TaskCreate:
subject: "Surface relevant goals"
description: "Review weekly/monthly goals for today's priority"
activeForm: "Surfacing relevant goals..."
TaskCreate:
subject: "Set time blocks"
description: "Establish time blocks based on energy and priorities"
activeForm: "Setting time blocks..."Dependencies
任务依赖
Morning routine tasks run sequentially:
TaskUpdate: "Pull incomplete tasks", addBlockedBy: [create-daily-note-id]
TaskUpdate: "Surface relevant goals", addBlockedBy: [pull-incomplete-tasks-id]
TaskUpdate: "Set time blocks", addBlockedBy: [surface-relevant-goals-id]晨间流程任务按顺序执行:
TaskUpdate: "Pull incomplete tasks", addBlockedBy: [create-daily-note-id]
TaskUpdate: "Surface relevant goals", addBlockedBy: [pull-incomplete-tasks-id]
TaskUpdate: "Set time blocks", addBlockedBy: [surface-relevant-goals-id]Evening Shutdown Tasks
晚间收尾任务
TaskCreate:
subject: "Update task statuses"
description: "Mark completed tasks, note blockers"
activeForm: "Updating task statuses..."
TaskCreate:
subject: "Generate reflection prompts"
description: "Prompt for wins, challenges, learnings, gratitude"
activeForm: "Generating reflection prompts..."
TaskCreate:
subject: "Prepare tomorrow's preview"
description: "Identify tomorrow's priority and move incomplete tasks"
activeForm: "Preparing tomorrow's preview..."Mark each task when starting, when done using TaskUpdate.
in_progresscompletedTask tools provide visibility into what's happening during longer operations. Tasks are session-scoped and don't persist between Claude sessions—your actual work items remain in your daily note markdown checkboxes.
TaskCreate:
subject: "Update task statuses"
description: "Mark completed tasks, note blockers"
activeForm: "Updating task statuses..."
TaskCreate:
subject: "Generate reflection prompts"
description: "Prompt for wins, challenges, learnings, gratitude"
activeForm: "Generating reflection prompts..."
TaskCreate:
subject: "Prepare tomorrow's preview"
description: "Identify tomorrow's priority and move incomplete tasks"
activeForm: "Preparing tomorrow's preview..."开始任务时将其标记为,完成后通过TaskUpdate标记为。
in_progresscompleted任务工具可让你在较长操作中了解当前进展。任务仅在会话范围内有效,不会在Claude会话之间保留——你的实际工作内容仍保存在每日笔记的markdown复选框中。
Integration
集成功能
Works with:
- - Commit end-of-day changes
/push - - Weekly planning uses daily notes
/weekly - - Load context before planning
/onboard - Goal tracking skill - Align daily tasks to goals
- Productivity Coach - Accountability for daily routines
可与以下功能集成:
- - 提交当日收尾的修改
/push - - 周计划功能会使用每日笔记
/weekly - - 规划前加载上下文信息
/onboard - 目标追踪Skill - 使每日任务与目标对齐
- 生产力教练 - 为日常流程提供问责监督