OpenClaw Setup Guide
Life OS

Weekly Review

Sunday review template for reflecting on the week and planning the next

A cron job that adds a weekly review template to my Sunday journal. Covers wins, what didn't work, goal progress, and next week's priorities.

Template

## Weekly Review (Sunday PM)
### Wins this week
  -
### What didn't work?
  -
### Goal progress
  - Goal 1:
  - Goal 2:
  - Goal 3:
### Budget check
  - On track? Any adjustments?
### Next week's focus
  - Top 3 priorities:
  - 1.
  - 2.
  - 3.
### Training/health check
  - Feeling recovered? Anything to adjust?
### Ideas to explore
  - Any new project ideas to advance?

Setup Prompt (Cron Job)

Create a cron job called "Sunday Weekly Review" at 10:00 AM on
Sundays. It should append the weekly review template to today's
journal. Check if it already exists before adding. Send me a
message when it's ready. Don't pre-fill any sections.
  • Schedule: 0 10 * * 0 (10:00 AM every Sunday)
  • Model: Sonnet

On this page