Workflows · 4 min read
Standup notes from your local branch — without pasting diffs
Point the agent at the repo on your Mac; get yesterday's work in plain English.
Engineers lose ten minutes every morning reconstructing what changed. ChatGPT cannot see your branch. Agent Witch runs on the Mac that already has the checkout — you describe the scope, it reads local git state, and you paste the summary into standup or Slack.
Example prompt shape
- Repo: ~/projects/daily-magic
- Since: yesterday 5pm
- Output: 3 bullets — shipped, in progress, blocked
- Do not push or commit anything
Why this beats chat
- Files stay on your machine — no upload of private diffs
- Same prompt every day → save as a library workflow
- Run again from Job history when standup time moves
Best results
Keep the Mac with the repo awake and connected. Job history stays in your browser so you can Run again from the same place next week.