From 12f3e74d393635f3b0fab8d9d3f6d32a01cb0b0e Mon Sep 17 00:00:00 2001 From: "david.delagneau" Date: Tue, 12 May 2026 07:27:22 -0600 Subject: [PATCH] docs: update standup prompt with Mattermost rendering notes for section headers --- prompts/standup.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/prompts/standup.md b/prompts/standup.md index 3609918..78e3dce 100644 --- a/prompts/standup.md +++ b/prompts/standup.md @@ -1,5 +1,7 @@ # 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. Generate a standup update for the active project profile. @@ -92,6 +94,7 @@ Yesterday: - Update 1 - Update 2 + Today: - ITEM-#### - Title - Next action 1 @@ -101,3 +104,5 @@ Blockers: - ... 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.