Home/Clyde Commands/Journal/Weekly Review

Weekly Review

Journalbuilt-in

Four-prompt weekly review to close out the week with wins, losses, lessons, and adjustments for next week.

Download Clyde

WHAT IT DOES

  • Wins
  • Losses
  • Lessons
  • Adjustments for next week

TRIGGERS

reviewreview list / review historyreview today

DATA

local only
// ~/.clyde/journal/review.json
[
  {
    "date": "2026-03-06T09:14:00Z",
    "template": "review",
    "fields": {
      "wins": "Shipped onboarding v2, closed 3 support tickets",
      "losses": "Missed the registry docs deadline",
      "lessons": "Don't schedule docs work on the same week as a launch",
      "adjustments": "Block Friday afternoons for docs and cleanup"
    }
  }
]

Entries are stored as JSON files at ~/.clyde/journal/<template>.json—one file per template, array of entries with date and field values. Nothing is sent to a server. No account required.

This is a built-in Clyde command. No installation required—it ships with every copy of the app.