feat(basecamp-project): add project templates
This commit is contained in:
85
skills/basecamp-project/templates/meeting.md
Normal file
85
skills/basecamp-project/templates/meeting.md
Normal file
@@ -0,0 +1,85 @@
|
||||
---
|
||||
title: Meeting Template
|
||||
type: meeting
|
||||
version: 1.0
|
||||
description: "Template für Meeting-Management"
|
||||
created: 2025-01-01
|
||||
---
|
||||
|
||||
# {Meeting-Titel}
|
||||
|
||||
## Meta
|
||||
|
||||
**Datum:** {TT.MM.JJJJ}
|
||||
**Uhrzeit:** {HH:MM} — {HH:MM}
|
||||
**Dauer:** {Minuten}
|
||||
**Moderation:** @{Person}
|
||||
**Notizen:** @{Person}
|
||||
|
||||
**Teilnehmer:**
|
||||
- @{Person 1}
|
||||
- @{Person 2}
|
||||
- @{Person 3}
|
||||
- @{Person 4}
|
||||
|
||||
---
|
||||
|
||||
## Agenda
|
||||
|
||||
1. **Begrüßung und Agenda-Check** — {HH:MM} ({Dauer} Min)
|
||||
- {Kurzer Punkt}
|
||||
|
||||
2. **{Thema 1}** — {HH:MM} ({Dauer} Min)
|
||||
- {Diskussionspunkt}
|
||||
- {Diskussionspunkt}
|
||||
|
||||
3. **{Thema 2}** — {HH:MM} ({Dauer} Min)
|
||||
- {Diskussionspunkt}
|
||||
- {Diskussionspunkt}
|
||||
|
||||
4. **{Thema 3}** — {HH:MM} ({Dauer} Min)
|
||||
- {Diskussionspunkt}
|
||||
- {Diskussionspunkt}
|
||||
|
||||
5. **Wrap-up und Action Items** — {HH:MM} ({Dauer} Min)
|
||||
- {Kurzer Punkt}
|
||||
|
||||
---
|
||||
|
||||
## Notizen
|
||||
|
||||
### {Thema 1}
|
||||
|
||||
{Notizen zum Thema 1}
|
||||
|
||||
### {Thema 2}
|
||||
|
||||
{Notizen zum Thema 2}
|
||||
|
||||
### {Thema 3}
|
||||
|
||||
{Notizen zum Thema 3}
|
||||
|
||||
---
|
||||
|
||||
## Action Items
|
||||
|
||||
1. **{Action 1}** — @{Verantwortlich} — Bis: {Datum}
|
||||
2. **{Action 2}** — @{Verantwortlich} — Bis: {Datum}
|
||||
3. **{Action 3}** — @{Verantwortlich} — Bis: {Datum}
|
||||
4. **{Action 4}** — @{Verantwortlich} — Bis: {Datum}
|
||||
|
||||
---
|
||||
|
||||
## Nächster Termin
|
||||
|
||||
**Datum:** {TT.MM.JJJJ}
|
||||
**Uhrzeit:** {HH:MM}
|
||||
**Ort/Link:** {Ort oder Videokonferenz-Link}
|
||||
**Moderation:** @{Person}
|
||||
|
||||
---
|
||||
|
||||
## Notes
|
||||
|
||||
{Platz für zusätzliche Notizen}
|
||||
Reference in New Issue
Block a user