Awesome-openclaw-skills daily-review-2
End-of-day review to capture progress, insights, and plan tomorrow
install
source · Clone the upstream repo
git clone https://github.com/sundial-org/awesome-openclaw-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/daily-review-2" ~/.claude/skills/sundial-org-awesome-openclaw-skills-daily-review-2 && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/daily-review-2" ~/.openclaw/skills/sundial-org-awesome-openclaw-skills-daily-review-2 && rm -rf "$T"
manifest:
skills/daily-review-2/SKILL.mdsource content
Daily Review
Conduct an end-of-day review to capture progress and set up tomorrow.
Usage
/daily-review
Review Process
-
Today's Activity
- Find all notes modified today
- Identify new notes created
- Review work across all projects
-
Progress Assessment
- What was accomplished?
- What got stuck or blocked?
- What unexpected discoveries emerged?
-
Capture Insights
- Key learnings from today
- New connections discovered
- Questions that arose
-
Tomorrow's Setup
- Top 3 priorities
- Open loops to close
- Questions to explore
Output Format
Create or update a daily note with:
# Daily Review - [Date] ## Accomplished - [Completed item 1] - [Completed item 2] ## Progress Made - [Project/Area]: [What moved forward] - [Project/Area]: [What moved forward] ## Insights - [Key realization or connection] - [Important learning] ## Blocked/Stuck - [What didn't progress and why] ## Discovered Questions - [New question that emerged] - [Thing to research] ## Tomorrow's Focus 1. [Priority 1] 2. [Priority 2] 3. [Priority 3] ## Open Loops - [ ] [Thing to remember] - [ ] [Person to follow up with] - [ ] [Idea to develop]
Additional Actions
- Move completed project tasks to archive
- Update project status notes
- Link related discoveries
- Flag items needing attention