← ClaudeAtlas

projekt-aufnahmelisted

Standardverfahren zur Aufnahme neuer Software-Projekte: Feature-Analyse, Code-Qualitaetspruefung, Onboarding-Checkliste und Task-Erstellung.
ellmos-ai/skills · ★ 1 · AI & Automation · score 80
Install: claude install-skill ellmos-ai/skills
# Standardaufnahmeverfahren fuer neue Software-Projekte **Version:** 1.0 **Stand:** 2026-03-12 --- ## Uebersicht Dieses Verfahren definiert, welche Schritte bei neu entdeckten Software-Ordnern durchzufuehren sind, bevor sie in ein Task-Management-System aufgenommen werden. ``` ┌─────────────────────────────────────────────────────────┐ │ STANDARDAUFNAHMEVERFAHREN │ ├─────────────────────────────────────────────────────────┤ │ 1. Feature-Analyse erstellen │ │ 2. Code-Qualitaetspruefung (Standard-Tests) │ │ 3. AUFGABEN.txt erstellen │ │ 4. In Task-Management uebernehmen │ └─────────────────────────────────────────────────────────┘ ``` --- ## Phase 1: Feature-Analyse **Zweck:** Verstaendnis des Tools, seiner Funktionen und des Entwicklungsstandes. **Datei erstellen:** `Feature_Analyse_<ToolName>.md` ### Template ```markdown # Feature-Analyse: <ToolName> ## Kurzbeschreibung Ein kurzer Satz der beschreibt was das Tool macht. --- ## Highlights | Feature | Beschreibung | |---------|-------------| | **Feature 1** | Beschreibung | | **Feature 2** | Beschreibung | --- ## Bewertung der Ausbaustufe ### Aktueller Stand: **<Status> (<X>%)** Moegliche Status: - Prototype (0-30%) - Alpha (30-60%) - Beta (60-85%) - Production Ready (85-95%) - Release (95-100%) | Kategorie | Bewertung (1-5) | Details | |-----------|:---------------:|---------| | **Funktio