Openclaw-superpowers daily-review
End-of-day structured summary and next-session prep. Use at the end of each working day or significant work block.
install
source · Clone the upstream repo
git clone https://github.com/ArchieIndian/openclaw-superpowers
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ArchieIndian/openclaw-superpowers "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/openclaw-native/daily-review" ~/.claude/skills/archieindian-openclaw-superpowers-daily-review && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ArchieIndian/openclaw-superpowers "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/openclaw-native/daily-review" ~/.openclaw/skills/archieindian-openclaw-superpowers-daily-review && rm -rf "$T"
manifest:
skills/openclaw-native/daily-review/SKILL.mdsource content
Daily Review
State file:
~/.openclaw/skill-state/daily-review/state.yaml
The Review
1. What Was Accomplished
List everything completed. Be specific.
2. What's In Progress
For each: current status, next concrete step, blockers.
3. What Was Decided
Capture decisions and reasoning.
4. What Was Learned
Technical discoveries, user preferences, gotchas.
5. Tomorrow's Priorities
Top 3 things to do next session, in order.
Format
## Daily Review - YYYY-MM-DD ### Accomplished - [item] ### In Progress - [item]: status / next step / blockers ### Decisions - [decision]: reason ### Learned - [learning] ### Tomorrow 1. [priority 1] 2. [priority 2] 3. [priority 3]
After 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
Cron Wakeup Behavior
On 6pm weekday wakeup:
- Read state file
- If
is today: skip (already ran)last_review_date - Otherwise: run the review and update state