A three-prompt retro flow for sprints, projects, or any period you want to reflect on.
WHAT IT DOES
TRIGGERS
DATA
local only// ~/.clyde/journal/retro.json
[
{
"date": "2026-03-06T09:14:00Z",
"template": "retro",
"fields": {
"went_well": "Shipped the feature on time with no regressions",
"didnt_go_well": "Underestimated the API integration complexity",
"improve": "Break down API tasks earlier in planning"
}
}
]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.