@the-bearded-bear/claude-craft 8.8.1 β 8.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Dev/i18n/de/Angular/commands/check-compliance.md +218 -168
- package/Dev/i18n/de/Common/agents/refactoring-specialist.md +146 -69
- package/Dev/i18n/de/Common/commands/add-technology.md +166 -68
- package/Dev/i18n/de/Common/commands/setup-ci.md +216 -33
- package/Dev/i18n/de/Laravel/commands/check-compliance.md +223 -115
- package/Dev/i18n/de/Python/checklists/new-feature.md +319 -44
- package/Dev/i18n/de/React/rules/02-architecture.md +483 -322
- package/Dev/i18n/de/React/rules/03-coding-standards.md +584 -368
- package/Dev/i18n/de/Symfony/commands/check-compliance.md +186 -114
- package/Dev/i18n/de/Symfony/rules/07-testing-symfony.md +679 -10
- package/Dev/i18n/de/UIUX/commands/a11y-component.md +284 -26
- package/Dev/i18n/de/UIUX/commands/design-tokens.md +199 -35
- package/Dev/i18n/de/UIUX/commands/user-flow.md +179 -16
- package/Dev/i18n/de/VueJS/commands/check-compliance.md +227 -102
- package/Dev/i18n/es/Angular/commands/check-compliance.md +217 -167
- package/Dev/i18n/es/Common/commands/add-technology.md +158 -60
- package/Dev/i18n/es/Laravel/commands/check-compliance.md +223 -115
- package/Dev/i18n/es/React/commands/check-testing.md +263 -169
- package/Dev/i18n/es/ReactNative/commands/check-testing.md +256 -198
- package/Dev/i18n/es/Symfony/commands/check-compliance.md +189 -117
- package/Dev/i18n/es/Symfony/commands/check-testing.md +301 -102
- package/Dev/i18n/es/Symfony/commands/migration-plan.md +267 -34
- package/Dev/i18n/es/UIUX/commands/a11y-component.md +274 -16
- package/Dev/i18n/es/UIUX/commands/design-tokens.md +186 -22
- package/Dev/i18n/es/UIUX/commands/user-flow.md +173 -10
- package/Dev/i18n/es/VueJS/commands/check-compliance.md +227 -102
- package/Dev/i18n/fr/Angular/commands/check-compliance.md +217 -167
- package/Dev/i18n/fr/Common/commands/ralph-run.md +138 -60
- package/Dev/i18n/fr/Laravel/commands/check-compliance.md +223 -115
- package/Dev/i18n/fr/React/commands/check-architecture.md +370 -53
- package/Dev/i18n/fr/React/commands/check-code-quality.md +454 -64
- package/Dev/i18n/fr/React/commands/check-testing.md +476 -102
- package/Dev/i18n/fr/Symfony/commands/check-compliance.md +188 -116
- package/Dev/i18n/fr/VueJS/commands/check-compliance.md +227 -102
- package/Dev/i18n/pt/Angular/commands/check-compliance.md +225 -175
- package/Dev/i18n/pt/Common/agents/ralph-conductor.md +211 -30
- package/Dev/i18n/pt/Common/commands/add-technology.md +149 -51
- package/Dev/i18n/pt/Common/commands/ralph-run.md +239 -35
- package/Dev/i18n/pt/Flutter/commands/analyze-performance.md +331 -46
- package/Dev/i18n/pt/Flutter/commands/check-compliance.md +234 -29
- package/Dev/i18n/pt/Flutter/commands/generate-feature.md +526 -51
- package/Dev/i18n/pt/Flutter/commands/generate-widget.md +515 -27
- package/Dev/i18n/pt/Flutter/commands/golden-update.md +322 -46
- package/Dev/i18n/pt/Flutter/commands/localization-check.md +278 -37
- package/Dev/i18n/pt/Laravel/commands/check-compliance.md +212 -104
- package/Dev/i18n/pt/React/commands/accessibility-check.md +151 -42
- package/Dev/i18n/pt/React/commands/bundle-analyze.md +300 -25
- package/Dev/i18n/pt/React/commands/check-architecture.md +369 -34
- package/Dev/i18n/pt/React/commands/check-code-quality.md +440 -34
- package/Dev/i18n/pt/React/commands/check-compliance.md +232 -62
- package/Dev/i18n/pt/React/commands/check-security.md +370 -31
- package/Dev/i18n/pt/React/commands/check-testing.md +473 -43
- package/Dev/i18n/pt/React/commands/generate-component.md +454 -19
- package/Dev/i18n/pt/React/commands/generate-hook.md +425 -24
- package/Dev/i18n/pt/React/commands/storybook-story.md +520 -35
- package/Dev/i18n/pt/ReactNative/commands/app-size.md +358 -387
- package/Dev/i18n/pt/ReactNative/commands/check-code-quality.md +246 -75
- package/Dev/i18n/pt/ReactNative/commands/check-compliance.md +191 -85
- package/Dev/i18n/pt/ReactNative/commands/check-security.md +363 -115
- package/Dev/i18n/pt/ReactNative/commands/check-testing.md +269 -79
- package/Dev/i18n/pt/ReactNative/commands/generate-screen.md +491 -324
- package/Dev/i18n/pt/ReactNative/commands/native-module.md +539 -82
- package/Dev/i18n/pt/ReactNative/commands/store-prepare.md +429 -185
- package/Dev/i18n/pt/ReactNative/rules/02-architecture.md +1084 -31
- package/Dev/i18n/pt/Symfony/commands/check-compliance.md +195 -123
- package/Dev/i18n/pt/UIUX/commands/a11y-audit.md +208 -24
- package/Dev/i18n/pt/UIUX/commands/a11y-component.md +281 -23
- package/Dev/i18n/pt/UIUX/commands/design-tokens.md +197 -33
- package/Dev/i18n/pt/UIUX/commands/user-flow.md +183 -20
- package/Dev/i18n/pt/VueJS/commands/check-compliance.md +228 -103
- package/Dev/i18n/pt/Workflow/commands/analyze.md +147 -146
- package/Dev/i18n/pt/Workflow/commands/design.md +205 -204
- package/Dev/i18n/pt/Workflow/commands/implement.md +184 -184
- package/Project/i18n/de/Sprint/commands/dev.md +339 -86
- package/Project/i18n/es/Sprint/commands/dev.md +342 -91
- package/Project/i18n/pt/Sprint/commands/dev.md +343 -92
- package/bundles/cursor/.cursorrules +1 -1
- package/bundles/windsurf/.windsurfrules +1 -1
- package/package.json +1 -1
|
@@ -1,128 +1,253 @@
|
|
|
1
1
|
---
|
|
2
|
-
description:
|
|
2
|
+
description: VollstΓ€ndige Vue.js-KonformitΓ€tsprΓΌfung durchfΓΌhren
|
|
3
|
+
argument-hint: [arguments]
|
|
3
4
|
---
|
|
4
5
|
|
|
5
|
-
# Vue.js
|
|
6
|
+
# VollstΓ€ndige Vue.js-KonformitΓ€tsprΓΌfung
|
|
6
7
|
|
|
7
|
-
|
|
8
|
+
## Argumente
|
|
8
9
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
Audit the project for compliance with Vue.js 3 best practices, Composition API standards, and TypeScript conventions.
|
|
10
|
+
$ARGUMENTS (optional: Pfad zum zu analysierenden Projekt)
|
|
12
11
|
|
|
13
12
|
## Plan-Modus
|
|
14
13
|
|
|
15
14
|
> Der Plan-Modus wird automatisch aktiviert, wenn der Umfang mehrere Module umfasst oder eine modulΓΌbergreifende Untersuchung erfordert.
|
|
16
15
|
|
|
17
|
-
##
|
|
16
|
+
## AUFTRAG
|
|
18
17
|
|
|
19
|
-
|
|
18
|
+
FΓΌhren Sie ein vollstΓ€ndiges KonformitΓ€ts-Audit des Vue.js-Projekts durch, indem Sie die 4 wichtigsten PrΓΌfungen orchestrieren: Architektur, CodequalitΓ€t, Tests und Sicherheit. Erstellen Sie einen konsolidierten Bericht mit einer Gesamtpunktzahl von 100 Punkten.
|
|
20
19
|
|
|
21
|
-
|
|
22
|
-
[ ] src/components/ - Shared components organized
|
|
23
|
-
[ ] src/composables/ - Composition functions present
|
|
24
|
-
[ ] src/stores/ - Pinia stores properly structured
|
|
25
|
-
[ ] src/router/ - Vue Router configuration
|
|
26
|
-
[ ] src/types/ - TypeScript types defined
|
|
27
|
-
[ ] src/services/ - API services separated
|
|
28
|
-
```
|
|
20
|
+
### Schritt 1: Audit-Vorbereitung
|
|
29
21
|
|
|
30
|
-
|
|
22
|
+
Audit-Umgebung vorbereiten:
|
|
23
|
+
- [ ] Zu prΓΌfenden Projektpfad identifizieren
|
|
24
|
+
- [ ] Vorhandensein der Konfigurationsdateien ΓΌberprΓΌfen (package.json, tsconfig.json, vite.config.ts)
|
|
25
|
+
- [ ] Hauptverzeichnisse auflisten (src/, tests/, public/ usw.)
|
|
26
|
+
- [ ] Projektstruktur und Vue.js-Version identifizieren
|
|
31
27
|
|
|
32
|
-
|
|
33
|
-
[ ] Using <script setup> syntax
|
|
34
|
-
[ ] TypeScript with lang="ts"
|
|
35
|
-
[ ] Props defined with defineProps<T>()
|
|
36
|
-
[ ] Emits defined with defineEmits<T>()
|
|
37
|
-
[ ] Components are multi-word named
|
|
38
|
-
[ ] Base components use Base prefix
|
|
39
|
-
```
|
|
28
|
+
**Hinweis**: Falls $ARGUMENTS angegeben, als Projektpfad verwenden; andernfalls das aktuelle Verzeichnis nutzen.
|
|
40
29
|
|
|
41
|
-
###
|
|
30
|
+
### Schritt 2: Architektur-Audit (25 Punkte)
|
|
42
31
|
|
|
43
|
-
|
|
44
|
-
[ ] No Options API in new components
|
|
45
|
-
[ ] Composables follow use* naming
|
|
46
|
-
[ ] Reactive state properly typed
|
|
47
|
-
[ ] Computed properties used correctly
|
|
48
|
-
[ ] Watchers cleaned up
|
|
49
|
-
```
|
|
32
|
+
VollstΓ€ndige ArchitekturprΓΌfung durchfΓΌhren:
|
|
50
33
|
|
|
51
|
-
|
|
34
|
+
**Befehl**: Slash-Befehl `/vuejs:check-architecture` verwenden oder die Schritte in `check-architecture.md` manuell befolgen
|
|
52
35
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
36
|
+
**Bewertete Kriterien**:
|
|
37
|
+
- Komponenten- und Feature-Organisation (6 Pkt.)
|
|
38
|
+
- Composables-Struktur und Wiederverwendung (6 Pkt.)
|
|
39
|
+
- Pinia-Store-Architektur (4 Pkt.)
|
|
40
|
+
- Router-Konfiguration und Lazy Loading (4 Pkt.)
|
|
41
|
+
- Trennung von gemeinsamen/gemeinsam genutzten Modulen (3 Pkt.)
|
|
42
|
+
- AbhΓ€ngigkeitsregeln und Barrel-Exporte (2 Pkt.)
|
|
60
43
|
|
|
61
|
-
|
|
44
|
+
**Referenz**: `check-architecture.md`
|
|
62
45
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
46
|
+
### Schritt 3: CodequalitΓ€ts-Audit (25 Punkte)
|
|
47
|
+
|
|
48
|
+
CodequalitΓ€tsprΓΌfung durchfΓΌhren:
|
|
49
|
+
|
|
50
|
+
**Befehl**: Slash-Befehl `/vuejs:check-code-quality` verwenden oder die Schritte in `check-code-quality.md` manuell befolgen
|
|
51
|
+
|
|
52
|
+
**Bewertete Kriterien**:
|
|
53
|
+
- TypeScript-Strict-Modus und Typsicherheit (5 Pkt.)
|
|
54
|
+
- ESLint- und Prettier-KonformitΓ€t (5 Pkt.)
|
|
55
|
+
- Verwendung der Composition API und script setup (4 Pkt.)
|
|
56
|
+
- KISS/DRY/YAGNI-Prinzipien (4 Pkt.)
|
|
57
|
+
- Namenskonventionen (4 Pkt.)
|
|
58
|
+
- Fehlerbehandlung (3 Pkt.)
|
|
59
|
+
|
|
60
|
+
**Referenz**: `check-code-quality.md`
|
|
61
|
+
|
|
62
|
+
### Schritt 4: Test-Audit (25 Punkte)
|
|
63
|
+
|
|
64
|
+
Test-PrΓΌfung durchfΓΌhren:
|
|
70
65
|
|
|
71
|
-
|
|
66
|
+
**Befehl**: Slash-Befehl `/vuejs:check-testing` verwenden oder die Schritte in `check-testing.md` manuell befolgen
|
|
67
|
+
|
|
68
|
+
**Bewertete Kriterien**:
|
|
69
|
+
- Codeabdeckung (7 Pkt.)
|
|
70
|
+
- Unit-Tests fΓΌr Composables und Stores (6 Pkt.)
|
|
71
|
+
- Komponententests mit Vue Test Utils (4 Pkt.)
|
|
72
|
+
- Integrationstests (3 Pkt.)
|
|
73
|
+
- TestqualitΓ€t und AAA-Muster (3 Pkt.)
|
|
74
|
+
- Organisation von Mocks und Fixtures (2 Pkt.)
|
|
75
|
+
|
|
76
|
+
**Referenz**: `check-testing.md`
|
|
77
|
+
|
|
78
|
+
### Schritt 5: Sicherheits-Audit (25 Punkte)
|
|
79
|
+
|
|
80
|
+
SicherheitsprΓΌfung durchfΓΌhren:
|
|
81
|
+
|
|
82
|
+
**Befehl**: Slash-Befehl `/vuejs:check-security` verwenden oder die Schritte in `check-security.md` manuell befolgen
|
|
83
|
+
|
|
84
|
+
**Bewertete Kriterien**:
|
|
85
|
+
- XSS-PrΓ€vention (v-html-Verwendung) (6 Pkt.)
|
|
86
|
+
- Verwaltung von Geheimnissen und Zugangsdaten (5 Pkt.)
|
|
87
|
+
- Eingabevalidierung und -bereinigung (4 Pkt.)
|
|
88
|
+
- AbhΓ€ngigkeitsschwachstellen (4 Pkt.)
|
|
89
|
+
- Authentifizierung und RoutenschutzwΓ€chter (3 Pkt.)
|
|
90
|
+
- Sichere API-Kommunikation (2 Pkt.)
|
|
91
|
+
- CSRF-Schutz (1 Pkt.)
|
|
92
|
+
|
|
93
|
+
**Referenz**: `check-security.md`
|
|
94
|
+
|
|
95
|
+
### Schritt 6: Konsolidierung und Gesamtbewertung
|
|
96
|
+
|
|
97
|
+
Gesamtpunktzahl berechnen und konsolidierten Bericht erstellen:
|
|
98
|
+
- [ ] Die 4 Punktzahlen addieren (max. 100 Punkte)
|
|
99
|
+
- [ ] Kritische Kategorien identifizieren (< 50 %)
|
|
100
|
+
- [ ] Alle kritischen bereichsΓΌbergreifenden Probleme auflisten
|
|
101
|
+
- [ ] MaΓnahmen nach Auswirkung/Aufwand priorisieren
|
|
102
|
+
- [ ] EndgΓΌltigen konsolidierten Bericht erstellen
|
|
103
|
+
|
|
104
|
+
**Bewertungsskala**:
|
|
105
|
+
- 90β100: Hervorragend β Referenzprojekt
|
|
106
|
+
- 75β89: Sehr gut β Einige geringfΓΌgige Verbesserungen
|
|
107
|
+
- 60β74: Akzeptabel β Erfordert Verbesserungen
|
|
108
|
+
- 40β59: Unzureichend β GrΓΆΓeres Refactoring erforderlich
|
|
109
|
+
- 0β39: Kritisch β VollstΓ€ndige Γberarbeitung notwendig
|
|
110
|
+
|
|
111
|
+
### Schritt 7: Empfehlungen und Aktionsplan
|
|
112
|
+
|
|
113
|
+
AbschlieΓende Empfehlungen erstellen:
|
|
114
|
+
- [ ] Top-3-PrioritΓ€tsmaΓnahmen ΓΌber alle Kategorien hinweg identifizieren
|
|
115
|
+
- [ ] Aufwand (Niedrig/Mittel/Hoch) fΓΌr jede MaΓnahme schΓ€tzen
|
|
116
|
+
- [ ] Auswirkung (Niedrig/Mittel/Hoch) fΓΌr jede MaΓnahme schΓ€tzen
|
|
117
|
+
- [ ] Implementierungsreihenfolge vorschlagen
|
|
118
|
+
- [ ] Quick Wins vorschlagen (hohes Auswirkungs-/AufwandsverhΓ€ltnis)
|
|
119
|
+
|
|
120
|
+
## AUSGABEFORMAT
|
|
72
121
|
|
|
73
122
|
```
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
[
|
|
86
|
-
[
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
[
|
|
99
|
-
[
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
[
|
|
105
|
-
[
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
123
|
+
VUE.JS-KONFORMITΓTS-AUDIT β VOLLSTΓNDIGER BERICHT
|
|
124
|
+
=============================================
|
|
125
|
+
|
|
126
|
+
GESAMTPUNKTZAHL: XX/100
|
|
127
|
+
|
|
128
|
+
KONFORMITΓTSNIVEAU: [Hervorragend/Sehr gut/Akzeptabel/Unzureichend/Kritisch]
|
|
129
|
+
|
|
130
|
+
βββββββββββββββββββββββββββββββββββββββββββββ
|
|
131
|
+
|
|
132
|
+
PUNKTZAHLEN NACH KATEGORIE:
|
|
133
|
+
|
|
134
|
+
ARCHITEKTUR : XX/25 [ββββββββββββββββββββ] XX%
|
|
135
|
+
CODEQUALITΓT : XX/25 [ββββββββββββββββββββ] XX%
|
|
136
|
+
TESTS : XX/25 [ββββββββββββββββββββ] XX%
|
|
137
|
+
SICHERHEIT : XX/25 [ββββββββββββββββββββ] XX%
|
|
138
|
+
|
|
139
|
+
βββββββββββββββββββββββββββββββββββββββββββββ
|
|
140
|
+
|
|
141
|
+
GESAMTSTΓRKEN:
|
|
142
|
+
1. [In mehreren Kategorien identifizierte StΓ€rke]
|
|
143
|
+
2. [Weitere wichtige StΓ€rke]
|
|
144
|
+
3. [Dritte StΓ€rke]
|
|
145
|
+
|
|
146
|
+
GESAMTVERBESSERUNGEN:
|
|
147
|
+
1. [GeringfΓΌgige bereichsΓΌbergreifende Verbesserung]
|
|
148
|
+
2. [Weitere empfohlene Verbesserung]
|
|
149
|
+
3. [Dritte Verbesserung]
|
|
150
|
+
|
|
151
|
+
KRITISCHE PROBLEME:
|
|
152
|
+
1. [Kritisches Problem Nr. 1 β betroffene Kategorie]
|
|
153
|
+
2. [Kritisches Problem Nr. 2 β betroffene Kategorie]
|
|
154
|
+
3. [Kritisches Problem Nr. 3 β betroffene Kategorie]
|
|
155
|
+
|
|
156
|
+
βββββββββββββββββββββββββββββββββββββββββββββ
|
|
157
|
+
|
|
158
|
+
DETAILS NACH KATEGORIE:
|
|
159
|
+
|
|
160
|
+
βββββββββββββββββββββββββββββββββββββββββββββββ
|
|
161
|
+
β ARCHITEKTUR (XX/25) β
|
|
162
|
+
βββββββββββββββββββββββββββββββββββββββββββββββ
|
|
163
|
+
|
|
164
|
+
Teilpunktzahlen:
|
|
165
|
+
β’ Komponenten- und Feature-Org. : XX/6
|
|
166
|
+
β’ Composables-Struktur : XX/6
|
|
167
|
+
β’ Pinia-Store-Architektur : XX/4
|
|
168
|
+
β’ Router und Lazy Loading : XX/4
|
|
169
|
+
β’ Trennung gemeinsamer Module : XX/3
|
|
170
|
+
β’ AbhΓ€ngigkeitsregeln : XX/2
|
|
171
|
+
|
|
172
|
+
StΓ€rken:
|
|
173
|
+
- [ArchitekturstΓ€rken]
|
|
174
|
+
|
|
175
|
+
Probleme:
|
|
176
|
+
- [Architekturprobleme]
|
|
177
|
+
|
|
178
|
+
[Γhnliche Abschnitte fΓΌr CodequalitΓ€t, Tests und Sicherheit ...]
|
|
179
|
+
|
|
180
|
+
βββββββββββββββββββββββββββββββββββββββββββββ
|
|
181
|
+
|
|
182
|
+
TOP-3-PRIORITΓTSMANAHMEN (ALLE KATEGORIEN):
|
|
183
|
+
|
|
184
|
+
1. KRITISCH β [MaΓnahme Nr. 1]
|
|
185
|
+
Kategorie : [Architektur/QualitΓ€t/Tests/Sicherheit]
|
|
186
|
+
Auswirkung : [Hoch/Mittel/Niedrig]
|
|
187
|
+
Aufwand : [Hoch/Mittel/Niedrig]
|
|
188
|
+
PrioritΓ€t : SOFORT
|
|
189
|
+
|
|
190
|
+
Detaillierte Beschreibung:
|
|
191
|
+
[ErklΓ€rung des Problems und vorgeschlagene LΓΆsung]
|
|
192
|
+
|
|
193
|
+
Betroffene Dateien:
|
|
194
|
+
- [datei:zeile]
|
|
195
|
+
|
|
196
|
+
Korrekturbeispiel:
|
|
197
|
+
[Code oder Korrekturbefehl]
|
|
198
|
+
|
|
199
|
+
2. WICHTIG β [MaΓnahme Nr. 2]
|
|
200
|
+
[Gleiche Struktur β¦]
|
|
201
|
+
|
|
202
|
+
3. EMPFOHLEN β [MaΓnahme Nr. 3]
|
|
203
|
+
[Gleiche Struktur β¦]
|
|
204
|
+
|
|
205
|
+
βββββββββββββββββββββββββββββββββββββββββββββ
|
|
206
|
+
|
|
207
|
+
QUICK WINS (Hohe Auswirkung / Geringer Aufwand):
|
|
208
|
+
|
|
209
|
+
- [Quick Win Nr. 1] β Kategorie: [X] β Auswirkung: [X] β Aufwand: [X]
|
|
210
|
+
- [Quick Win Nr. 2] β Kategorie: [X] β Auswirkung: [X] β Aufwand: [X]
|
|
211
|
+
- [Quick Win Nr. 3] β Kategorie: [X] β Auswirkung: [X] β Aufwand: [X]
|
|
212
|
+
|
|
213
|
+
βββββββββββββββββββββββββββββββββββββββββββββ
|
|
214
|
+
|
|
215
|
+
EMPFOHLENER AKTIONSPLAN:
|
|
216
|
+
|
|
217
|
+
WOCHE 1 (Sofort):
|
|
218
|
+
- [ ] [Kritische MaΓnahme Nr. 1]
|
|
219
|
+
- [ ] [PrioritΓ€ts-Quick-Win]
|
|
220
|
+
|
|
221
|
+
WOCHE 2β4 (Kurzfristig):
|
|
222
|
+
- [ ] [Wichtige MaΓnahme Nr. 2]
|
|
223
|
+
- [ ] [Weitere Quick Wins]
|
|
224
|
+
|
|
225
|
+
MONAT 2β3 (Mittelfristig):
|
|
226
|
+
- [ ] [Empfohlene MaΓnahme Nr. 3]
|
|
227
|
+
- [ ] [Schrittweise Verbesserungen]
|
|
228
|
+
|
|
229
|
+
βββββββββββββββββββββββββββββββββββββββββββββ
|
|
230
|
+
|
|
231
|
+
ZUSAMMENFASSUNG FΓR DIE GESCHΓFTSFΓHRUNG:
|
|
232
|
+
|
|
233
|
+
[Zusammenfassender Absatz ΓΌber den Gesamtzustand des Projekts, wesentliche
|
|
234
|
+
StΓ€rken, wesentliche SchwΓ€chen und empfohlene Entwicklung zur Verbesserung
|
|
235
|
+
der KonformitΓ€t. Angabe, ob das Projekt produktionsreif ist,
|
|
236
|
+
Korrekturen benΓΆtigt oder ein Refactoring erfordert.]
|
|
237
|
+
|
|
238
|
+
Allgemeine Empfehlung: [Produktionsreif / GeringfΓΌgige Korrekturen /
|
|
239
|
+
GrΓΆΓeres Refactoring / Γberarbeitung notwendig]
|
|
240
|
+
|
|
241
|
+
βββββββββββββββββββββββββββββββββββββββββββββ
|
|
120
242
|
```
|
|
121
243
|
|
|
122
|
-
##
|
|
244
|
+
## WICHTIGE HINWEISE
|
|
123
245
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
246
|
+
- Dieser Befehl orchestriert die 4 spezialisierten Audits
|
|
247
|
+
- Docker fΓΌr alle Analysetools verwenden
|
|
248
|
+
- Konkrete Beispiele mit datei:zeile fΓΌr jedes Problem angeben
|
|
249
|
+
- MaΓnahmen nach der Auswirkungs-/Aufwandsmatrix priorisieren
|
|
250
|
+
- Sicherheitsprobleme haben IMMER oberste PrioritΓ€t
|
|
251
|
+
- Automatisierbare Korrekturen vorschlagen (Skripte, Pre-Commit-Hooks)
|
|
252
|
+
- Der Bericht muss handlungsorientiert sein, nicht nur beschreibend
|
|
253
|
+
- Empfehlungen an den geschΓ€ftlichen Kontext des Projekts anpassen
|