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:
Alexa Louise
2025-12-12 01:38:14 -06:00
committed by Your Name
parent 806c200ddd
commit d9c4a93cf0
30 changed files with 8732 additions and 0 deletions

View 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}}"
}
]
}