docs: update standup prompt with Mattermost rendering notes for section headers

This commit is contained in:
2026-05-12 07:27:22 -06:00
parent 767f97f3bb
commit 12f3e74d39

View File

@@ -1,5 +1,7 @@
# Standup Prompt # Standup Prompt
> **Format note (2026-05-12):** Mattermost requires an extra blank line before section headers like `Today:` and `Blockers:` for proper rendering. The format template below reflects this.
Use `project-knowledge/01-current/current-work.md`, `project-knowledge/01-current/work-items.md`, the detailed files referenced from that active-work summary, `project-knowledge/03-context/project.md`, `project-knowledge/03-context/workstreams/index.md`, `project-knowledge/03-context/process/communication.md`, `project-knowledge/04-people/manager.md`, the previous workday communication context, today's daily note if present, and the latest available communication context. Use `project-knowledge/01-current/current-work.md`, `project-knowledge/01-current/work-items.md`, the detailed files referenced from that active-work summary, `project-knowledge/03-context/project.md`, `project-knowledge/03-context/workstreams/index.md`, `project-knowledge/03-context/process/communication.md`, `project-knowledge/04-people/manager.md`, the previous workday communication context, today's daily note if present, and the latest available communication context.
Generate a standup update for the active project profile. Generate a standup update for the active project profile.
@@ -92,6 +94,7 @@ Yesterday:
- Update 1 - Update 1
- Update 2 - Update 2
Today: Today:
- ITEM-#### - Title - ITEM-#### - Title
- Next action 1 - Next action 1
@@ -101,3 +104,5 @@ Blockers:
- ... - ...
If there are no blockers, omit `Blockers:` entirely. If there are no blockers, omit `Blockers:` entirely.
**Mattermost rendering note:** use a blank line (an extra line break) before `Today:` and before `Blockers:` so Mattermost renders the section headers as proper headings rather than inline text.