feat: Sync latest templates from blackroad-sandbox
✨ Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
25
templates/google-drive/TEMPLATE-DOC-MEETING-NOTES.json
Normal file
25
templates/google-drive/TEMPLATE-DOC-MEETING-NOTES.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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}}"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user