feat(basecamp-project): add project templates
This commit is contained in:
136
skills/basecamp-project/templates/sprint.md
Normal file
136
skills/basecamp-project/templates/sprint.md
Normal file
@@ -0,0 +1,136 @@
|
||||
---
|
||||
title: Sprint Template
|
||||
type: sprint
|
||||
version: 1.0
|
||||
description: "Template für Sprint/Iteration"
|
||||
created: 2025-01-01
|
||||
---
|
||||
|
||||
# Sprint {Nummer}: {Sprint-Name}
|
||||
|
||||
## Sprint Info
|
||||
|
||||
**Sprint Nummer:** {Nummer}
|
||||
**Sprint Start:** {Datum}
|
||||
**Sprint Ende:** {Datum}
|
||||
**Sprint Duration:** {Anzahl} Wochen
|
||||
**Team:** @{Team-Name}
|
||||
**Scrum Master:** @{Person}
|
||||
|
||||
---
|
||||
|
||||
## Sprint Goal
|
||||
|
||||
{Video Sprint Goal in einem Satz. Was ist das Hauptziel dieses Sprints?}
|
||||
|
||||
*\"{Sprint Goal Text}\"*
|
||||
|
||||
---
|
||||
|
||||
## User Stories / Tasks
|
||||
|
||||
### User Story 1: {Titel}
|
||||
**Story Points:** {Punkte}
|
||||
**Verantwortlich:** @{Person}
|
||||
|
||||
Tasks:
|
||||
1. {Task 1}
|
||||
2. {Task 2}
|
||||
3. {Task 3}
|
||||
|
||||
### User Story 2: {Titel}
|
||||
**Story Points:** {Punkte}
|
||||
**Verantwortlich:** @{Person}
|
||||
|
||||
Tasks:
|
||||
1. {Task 1}
|
||||
2. {Task 2}
|
||||
|
||||
### User Story 3: {Titel}
|
||||
**Story Points:** {Punkte}
|
||||
**Verantwortlich:** @{Person}
|
||||
|
||||
Tasks:
|
||||
1. {Task 1}
|
||||
2. {Task 2}
|
||||
3. {Task 3}
|
||||
4. {Task 4}
|
||||
|
||||
---
|
||||
|
||||
## Velocity Target
|
||||
|
||||
**Committe Story Points:** {Anzahl}
|
||||
**Historical Average:** {Anzahl}
|
||||
**Target Velocity:** {Anzahl}
|
||||
|
||||
---
|
||||
|
||||
## Definition of Done
|
||||
|
||||
Alle Items müssen folgende Kriterien erfüllen:
|
||||
|
||||
1. Code ist geschrieben und peer-reviewed
|
||||
2. Unit-Tests sind geschrieben und bestehen
|
||||
3. Manuelles Testing ist abgeschlossen
|
||||
4. Dokumentation ist aktualisiert
|
||||
5. Keine offenen Blocker oder kritischen Bugs
|
||||
6. Akzeptanzkriterien sind erfüllt
|
||||
|
||||
---
|
||||
|
||||
## Capacity
|
||||
|
||||
**Team Members:**
|
||||
- @{Person 1}: {Verfügbare Tage}
|
||||
- @{Person 2}: {Verfügbare Tage}
|
||||
- @{Person 3}: {Verfügbare Tage}
|
||||
|
||||
**Vacations/Abwesenheiten:**
|
||||
- @{Person}: {Datum} — {Grund}
|
||||
- @{Person}: {Datum} — {Grund}
|
||||
|
||||
---
|
||||
|
||||
## Retrospective Notes
|
||||
|
||||
*Werden nach Sprint-Ende ergänzt.*
|
||||
|
||||
**Was lief gut:**
|
||||
- {Punkt 1}
|
||||
- {Punkt 2}
|
||||
|
||||
**Was lief nicht gut:**
|
||||
- {Punkt 1}
|
||||
- {Punkt 2}
|
||||
|
||||
**Action Items:**
|
||||
1. {Action 1} — @{Verantwortlich}
|
||||
2. {Action 2} — @{Verantwortlich}
|
||||
|
||||
---
|
||||
|
||||
## Metrics
|
||||
|
||||
**Sprint Velocity:** {Story Points}
|
||||
**Burndown:** {Link zum Chart}
|
||||
**Bug-Rate:** {Anzahl}
|
||||
**Code Coverage:** {Prozent}%
|
||||
|
||||
---
|
||||
|
||||
## Dependencies & Blockers
|
||||
|
||||
**Blockers:**
|
||||
- {Blocker 1 — Wer löst?}
|
||||
- {Blocker 2 — Wer löst?}
|
||||
|
||||
**Dependencies:**
|
||||
- {Dependency 1 — Wer ist verantwortlich?}
|
||||
- {Dependency 2 — Wer ist verantwortlich?}
|
||||
|
||||
---
|
||||
|
||||
## Notes
|
||||
|
||||
{Platz für zusätzliche Notizen und Informationen}
|
||||
Reference in New Issue
Block a user