Data Sources
The standup merges data from two sources:
Git Activity
- Commits since yesterday (grouped by conventional prefix)
- Files changed count
- Merged and open pull requests (via
ghCLI)
SlashNote Activity
- Completed checkboxes (marked as done)
- In-progress items
- Active task loop note and loop state
- Blocked tasks from the loop
Output Sections
| Section | Content | Max Items |
|---|---|---|
| Done | Completed work from git + notes | 10 |
| In Progress | Current tasks and open items | 7 |
| Today | Planned work for today | 5 |
| Blockers | Issues preventing progress | 5 |
The Blockers section only appears if there are actual blockers (from loop state or mentioned in notes).
Commit Grouping
Commits are grouped by conventional commit prefix:
feat: 3 commits — New auth flow, User profile, API endpoints
fix: 2 commits — Login validation, Token refresh
docs: 1 commit — Updated API docs
Metrics Line
A summary line at the top of the standup:
5 commits, 12 files changed, 2 PRs
Modes
Daily (default)
/note-standup
Covers activity since yesterday.
Weekly
/note-standup --week
Covers the entire week. Useful for async teams or weekly reports.
Notes Only
/note-standup --notes
No git activity — standup from SlashNote checkboxes only. Works in non-git projects.
Auto-Replace
Only one standup note is active at a time. Running /note-standup again replaces the previous one.