Log your daily standup in three prompts. Great for async teams or solo devs who want a record of what they shipped.
WHAT IT DOES
TRIGGERS
DATA
local only// ~/.clyde/journal/standup.json
[
{
"date": "2026-03-06T09:14:00Z",
"template": "standup",
"fields": {
"yesterday": "Finished the auth refactor and reviewed two PRs",
"today": "Start on the onboarding flow redesign",
"blockers": "Waiting on design assets for the new screens"
}
}
]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.