feat(basecamp-project): add project templates
This commit is contained in:
114
skills/basecamp-project/templates/retrospective.md
Normal file
114
skills/basecamp-project/templates/retrospective.md
Normal file
@@ -0,0 +1,114 @@
|
||||
---
|
||||
title: Retrospective Template
|
||||
type: retrospective
|
||||
version: 1.0
|
||||
description: "Template für Team-Retrospektiven"
|
||||
created: 2025-01-01
|
||||
---
|
||||
|
||||
# {Sprint/Projekt Name} — Retrospektive
|
||||
|
||||
## Sprint/Projekt Info
|
||||
|
||||
**Sprint/Projekt:** {Nummer oder Name}
|
||||
**Team:** @{Team-Name}
|
||||
**Project Lead:** @{Person}
|
||||
|
||||
---
|
||||
|
||||
## Date Range
|
||||
|
||||
**Sprint Start:** {Datum}
|
||||
**Sprint Ende:** {Datum}
|
||||
**Retrospektive Datum:** {Datum}
|
||||
|
||||
---
|
||||
|
||||
## Participants
|
||||
|
||||
Anwesend:
|
||||
- @{Person 1}
|
||||
- @{Person 2}
|
||||
- @{Person 3}
|
||||
|
||||
Abwesend (entschuldigt):
|
||||
- @{Person}
|
||||
|
||||
---
|
||||
|
||||
## What Went Well — Plus
|
||||
|
||||
**Team Dynamics:**
|
||||
- {Punkt 1}
|
||||
- {Punkt 2}
|
||||
- {Punkt 3}
|
||||
|
||||
**Process:**
|
||||
- {Punkt 1}
|
||||
- {Punkt 2}
|
||||
|
||||
**Tools & Technology:**
|
||||
- {Punkt 1}
|
||||
- {Punkt 2}
|
||||
|
||||
**Communication:**
|
||||
- {Punkt 1}
|
||||
- {Punkt 2}
|
||||
|
||||
---
|
||||
|
||||
## What Could Be Improved — Delta
|
||||
|
||||
**Team Dynamics:**
|
||||
- {Verbesserungspunkt 1}
|
||||
- {Verbesserungspunkt 2}
|
||||
|
||||
**Process:**
|
||||
- {Verbesserungspunkt 1}
|
||||
- {Verbesserungspunkt 2}
|
||||
|
||||
**Tools & Technology:**
|
||||
- {Verbesserungspunkt 1}
|
||||
- {Verbesserungspunkt 2}
|
||||
|
||||
**Communication:**
|
||||
- {Verbesserungspunkt 1}
|
||||
- {Verbesserungspunkt 2}
|
||||
|
||||
---
|
||||
|
||||
## Action Items for Next Iteration
|
||||
|
||||
1. **{Action 1}** — @{Verantwortlich} — Bis: {Datum}
|
||||
2. **{Action 2}** — @{Verantwortlich} — Bis: {Datum}
|
||||
3. **{Action 3}** — @{Verantwortlich} — Bis: {Datum}
|
||||
4. **{Action 4}** — @{Verantwortlich} — Bis: {Datum}
|
||||
|
||||
---
|
||||
|
||||
## Metrics/KPIs
|
||||
|
||||
**Velocity:**
|
||||
- Geplant: {Story Points}
|
||||
- Erreicht: {Story Points}
|
||||
- Delta: {+/-}
|
||||
|
||||
**Release Readiness:** {Prozent}%
|
||||
**Bug-Rate:** {Anzahl}
|
||||
**Blocked Time:** {Stunden}
|
||||
|
||||
**Sonstige Metrics:**
|
||||
- {Metric 1}: {Wert}
|
||||
- {Metric 2}: {Wert}
|
||||
|
||||
---
|
||||
|
||||
## Key Learnings
|
||||
|
||||
{Eine Zusammenfassung der wichtigsten Erkenntnisse aus diesem Sprint/Projekt.}
|
||||
|
||||
---
|
||||
|
||||
## Notes
|
||||
|
||||
{Platz für zusätzliche Notizen und Diskussionspunkte}
|
||||
Reference in New Issue
Block a user