Productivity
Standup from commits
Yesterday, today, blockers — read off the log.
- standup
- git
- status
The prompt
Turn this git log into a standup update.
Three sections: yesterday, today, blockers. Group related commits into one line
of plain English — five commits on one fix is one line, not five. Skip merge
commits and version bumps.
If there is nothing real for blockers, write "none" rather than inventing one.
{{log}} What to fill in
- {{log}}
- git log — e.g. git log --oneline --since=yesterday | pbcopy
What it produces
Yesterday: fixed the sync gap that dropped backgrounded clips,
and versioned the SwiftData schema so the next model migrates
instead of wiping the store.
Today: catalog build script for the prompt library.
Blockers: none. 117 prompts, in the app you already paste from
The whole library, searchable, with your own prompts alongside it. Free to browse here; Pro to keep them a keystroke away on every device.