102 lines
1.3 KiB
Markdown
102 lines
1.3 KiB
Markdown
<%*
|
|
const year = tp.date.now("YYYY");
|
|
const date = tp.date.now("YYYY-MM-DD");
|
|
const baseFolder = "20 Work/Meetings/Team Meetings";
|
|
const yearFolder = `${baseFolder}/${year}`;
|
|
|
|
if (!app.vault.getAbstractFileByPath(yearFolder)) {
|
|
await app.vault.createFolder(yearFolder);
|
|
}
|
|
await tp.file.move(`${yearFolder}/Team Meeting - ${date}`);
|
|
|
|
-%>
|
|
|
|
**Date:** <% tp.date.now("YYYY-MM-DD") %>
|
|
**Duration:** 30 min
|
|
**Attendees:**
|
|
|
|
---
|
|
|
|
# 📢 Announcements
|
|
|
|
Company / Department / CTO updates
|
|
|
|
-
|
|
-
|
|
|
|
---
|
|
|
|
# 🔄 Operations
|
|
|
|
Anything affecting day-to-day operations?
|
|
|
|
Examples:
|
|
- vacations
|
|
- coverage
|
|
- SLA concerns
|
|
- incoming workload
|
|
- incidents
|
|
|
|
-
|
|
-
|
|
|
|
---
|
|
|
|
# 🤝 Team Coordination
|
|
|
|
Things that require coordination between teammates.
|
|
|
|
Examples:
|
|
- handoffs
|
|
- dependencies
|
|
- waiting on someone
|
|
- knowledge transfer
|
|
- testing
|
|
- reviews
|
|
|
|
| Topic | Owner(s) | Next Step |
|
|
|--------|----------|-----------|
|
|
| | | |
|
|
|
|
---
|
|
|
|
# ⚠️ Risks / Blockers
|
|
|
|
Only blockers that need team visibility or help.
|
|
|
|
| Risk | Owner | Action |
|
|
|------|-------|--------|
|
|
| | | |
|
|
|
|
---
|
|
|
|
# ✅ Decisions
|
|
|
|
Only decisions affecting the team.
|
|
|
|
- [[]]
|
|
|
|
---
|
|
|
|
# 👏 Recognition
|
|
|
|
Wins from this week.
|
|
|
|
-
|
|
-
|
|
|
|
---
|
|
|
|
# 📋 Action Items
|
|
|
|
| Action | Owner | Due |
|
|
|--------|-------|-----|
|
|
| | | |
|
|
|
|
---
|
|
|
|
# 📝 Parking Lot
|
|
|
|
Items requiring another discussion.
|
|
|
|
- |