feat(basecamp-project): add project templates
This commit is contained in:
44
skills/basecamp-project/templates/blank.md
Normal file
44
skills/basecamp-project/templates/blank.md
Normal file
@@ -0,0 +1,44 @@
|
||||
---
|
||||
title: Custom Project Template
|
||||
type: custom
|
||||
version: 1.0
|
||||
description: "Minimal-Template für eigene Projekte"
|
||||
created: 2025-01-01
|
||||
---
|
||||
|
||||
# {Projekt-Name}
|
||||
|
||||
## Overview
|
||||
|
||||
**Beschreibung:**
|
||||
{Beschreibe das Projekt in 2-3 Sätzen.}
|
||||
|
||||
**Kontext:**
|
||||
{Warum wird dieses Projekt gestartet? Was ist der Hintergrund?}
|
||||
|
||||
---
|
||||
|
||||
## Goals
|
||||
|
||||
1. {Ziel 1}
|
||||
2. {Ziel 2}
|
||||
3. {Ziel 3}
|
||||
|
||||
---
|
||||
|
||||
## TODO: Add sections as needed
|
||||
|
||||
{Platz für eigene Sektionen. Empfohlene Ergänzungen:}
|
||||
|
||||
- Scope (In-Scope / Out-of-Scope)
|
||||
- Timeline / Meilensteine
|
||||
- Team / Rollen
|
||||
- Deliverables
|
||||
- Risks
|
||||
- Dependencies
|
||||
|
||||
---
|
||||
|
||||
## Notes
|
||||
|
||||
{Platz für Notizen und zusätzliche Informationen}
|
||||
Reference in New Issue
Block a user