Standup notes
Use this skill at the start of the day to draft a standup update from your local activity.
Steps
- Run
git log --author=$(git config user.email) --since=yesterday --onelineand read the messages. - Read the active task list (TODO, ticket queue, or pinned doc) for today's focus.
- Draft three lines:
- Yesterday: 1-2 concrete things that landed.
- Today: the single most important thing, named specifically.
- Blockers: only if there is one. Don't invent blockers to fill space.
Output format
Yesterday: <thing> · <thing>
Today: <thing>
Blockers: <thing or "none">
Anti-patterns
- Don't list every commit. Group related ones.
- Don't say "continuing on X" — say what specifically you'll finish today.