Files
blackroad-tools/templates/google-drive/TEMPLATE-DOC-MEETING-NOTES.json
Alexa Louise 7365b6a512 feat: Sync latest templates from blackroad-sandbox
 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-12 01:38:04 -06:00

25 lines
554 B
JSON

{
"title": "{{MEETING_TITLE}} - {{DATE}}",
"sections": [
{
"heading": "\ud83d\udcc5 Meeting Info",
"content": "Date: {{DATE}}\nTime: {{TIME}}\nAttendees: {{ATTENDEES}}"
},
{
"heading": "\ud83c\udfaf Agenda",
"content": "{{AGENDA}}"
},
{
"heading": "\ud83d\udcdd Discussion",
"content": "{{DISCUSSION}}"
},
{
"heading": "\u2705 Action Items",
"content": "{{ACTION_ITEMS}}"
},
{
"heading": "\ud83d\udd1c Next Steps",
"content": "{{NEXT_STEPS}}"
}
]
}