daily-review
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDaily Review
每日复盘
State file:
~/.openclaw/skill-state/daily-review/state.yaml状态文件:
~/.openclaw/skill-state/daily-review/state.yamlThe Review
复盘内容
1. What Was Accomplished
1. 已完成事项
List everything completed. Be specific.
列出所有完成的工作,尽可能具体。
2. What's In Progress
2. 进行中事项
For each: current status, next concrete step, blockers.
针对每个事项说明:当前状态、下一步具体动作、遇到的阻碍。
3. What Was Decided
3. 已确认决策
Capture decisions and reasoning.
记录决策内容及对应的推导逻辑。
4. What Was Learned
4. 经验收获
Technical discoveries, user preferences, gotchas.
包括技术发现、用户偏好、踩坑记录等。
5. Tomorrow's Priorities
5. 明日优先级事项
Top 3 things to do next session, in order.
下一工作阶段要完成的前三件要事,按优先级排序。
Format
格式
undefinedundefinedDaily Review - YYYY-MM-DD
Daily Review - YYYY-MM-DD
Accomplished
Accomplished
- [item]
- [item]
In Progress
In Progress
- [item]: status / next step / blockers
- [item]: status / next step / blockers
Decisions
Decisions
Learned
Learned
- [learning]
- [learning]
Tomorrow
Tomorrow
- [priority 1]
- [priority 2]
- [priority 3]
undefined- [priority 1]
- [priority 2]
- [priority 3]
undefinedAfter the Review
复盘后操作
- Update memory/YYYY-MM-DD.md with full review
- Update MEMORY.md with any durable learnings
- Update open task files with current progress
- Update state: (today's date),
last_review_date(Tomorrow list),priorities,status: donelast_review_at
- 将完整复盘内容更新到 memory/YYYY-MM-DD.md 文件中
- 把可长期复用的经验更新到 MEMORY.md 文件中
- 根据当前进度更新未完成的任务文件
- 更新状态字段:(今日日期)、
last_review_date(明日优先级列表)、priorities、status: donelast_review_at
Cron Wakeup Behavior
Cron 定时唤醒机制
On 6pm weekday wakeup:
- Read state file
- If is today: skip (already ran)
last_review_date - Otherwise: run the review and update state
工作日下午6点触发时执行:
- 读取状态文件
- 如果为今日:跳过(今日已完成复盘)
last_review_date - 否则:执行复盘流程并更新状态