Home/Clyde Commands/Journal/Daily Plan

Daily Plan

Journalbuilt-in

A focused three-prompt planning session to start your day with intention.

Download Clyde

WHAT IT DOES

  • Top 3 priorities
  • Must finish today
  • What to ignore

TRIGGERS

planplan list / plan historyplan today

DATA

local only
// ~/.clyde/journal/plan.json
[
  {
    "date": "2026-03-06T09:14:00Z",
    "template": "plan",
    "fields": {
      "top_3": "Onboarding flow, PR reviews, team sync",
      "must_finish": "Onboarding flow—demo is tomorrow",
      "ignore": "Slack notifications until after lunch"
    }
  }
]

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.