@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.
Files changed (79) hide show
  1. package/Dev/i18n/de/Angular/commands/check-compliance.md +218 -168
  2. package/Dev/i18n/de/Common/agents/refactoring-specialist.md +146 -69
  3. package/Dev/i18n/de/Common/commands/add-technology.md +166 -68
  4. package/Dev/i18n/de/Common/commands/setup-ci.md +216 -33
  5. package/Dev/i18n/de/Laravel/commands/check-compliance.md +223 -115
  6. package/Dev/i18n/de/Python/checklists/new-feature.md +319 -44
  7. package/Dev/i18n/de/React/rules/02-architecture.md +483 -322
  8. package/Dev/i18n/de/React/rules/03-coding-standards.md +584 -368
  9. package/Dev/i18n/de/Symfony/commands/check-compliance.md +186 -114
  10. package/Dev/i18n/de/Symfony/rules/07-testing-symfony.md +679 -10
  11. package/Dev/i18n/de/UIUX/commands/a11y-component.md +284 -26
  12. package/Dev/i18n/de/UIUX/commands/design-tokens.md +199 -35
  13. package/Dev/i18n/de/UIUX/commands/user-flow.md +179 -16
  14. package/Dev/i18n/de/VueJS/commands/check-compliance.md +227 -102
  15. package/Dev/i18n/es/Angular/commands/check-compliance.md +217 -167
  16. package/Dev/i18n/es/Common/commands/add-technology.md +158 -60
  17. package/Dev/i18n/es/Laravel/commands/check-compliance.md +223 -115
  18. package/Dev/i18n/es/React/commands/check-testing.md +263 -169
  19. package/Dev/i18n/es/ReactNative/commands/check-testing.md +256 -198
  20. package/Dev/i18n/es/Symfony/commands/check-compliance.md +189 -117
  21. package/Dev/i18n/es/Symfony/commands/check-testing.md +301 -102
  22. package/Dev/i18n/es/Symfony/commands/migration-plan.md +267 -34
  23. package/Dev/i18n/es/UIUX/commands/a11y-component.md +274 -16
  24. package/Dev/i18n/es/UIUX/commands/design-tokens.md +186 -22
  25. package/Dev/i18n/es/UIUX/commands/user-flow.md +173 -10
  26. package/Dev/i18n/es/VueJS/commands/check-compliance.md +227 -102
  27. package/Dev/i18n/fr/Angular/commands/check-compliance.md +217 -167
  28. package/Dev/i18n/fr/Common/commands/ralph-run.md +138 -60
  29. package/Dev/i18n/fr/Laravel/commands/check-compliance.md +223 -115
  30. package/Dev/i18n/fr/React/commands/check-architecture.md +370 -53
  31. package/Dev/i18n/fr/React/commands/check-code-quality.md +454 -64
  32. package/Dev/i18n/fr/React/commands/check-testing.md +476 -102
  33. package/Dev/i18n/fr/Symfony/commands/check-compliance.md +188 -116
  34. package/Dev/i18n/fr/VueJS/commands/check-compliance.md +227 -102
  35. package/Dev/i18n/pt/Angular/commands/check-compliance.md +225 -175
  36. package/Dev/i18n/pt/Common/agents/ralph-conductor.md +211 -30
  37. package/Dev/i18n/pt/Common/commands/add-technology.md +149 -51
  38. package/Dev/i18n/pt/Common/commands/ralph-run.md +239 -35
  39. package/Dev/i18n/pt/Flutter/commands/analyze-performance.md +331 -46
  40. package/Dev/i18n/pt/Flutter/commands/check-compliance.md +234 -29
  41. package/Dev/i18n/pt/Flutter/commands/generate-feature.md +526 -51
  42. package/Dev/i18n/pt/Flutter/commands/generate-widget.md +515 -27
  43. package/Dev/i18n/pt/Flutter/commands/golden-update.md +322 -46
  44. package/Dev/i18n/pt/Flutter/commands/localization-check.md +278 -37
  45. package/Dev/i18n/pt/Laravel/commands/check-compliance.md +212 -104
  46. package/Dev/i18n/pt/React/commands/accessibility-check.md +151 -42
  47. package/Dev/i18n/pt/React/commands/bundle-analyze.md +300 -25
  48. package/Dev/i18n/pt/React/commands/check-architecture.md +369 -34
  49. package/Dev/i18n/pt/React/commands/check-code-quality.md +440 -34
  50. package/Dev/i18n/pt/React/commands/check-compliance.md +232 -62
  51. package/Dev/i18n/pt/React/commands/check-security.md +370 -31
  52. package/Dev/i18n/pt/React/commands/check-testing.md +473 -43
  53. package/Dev/i18n/pt/React/commands/generate-component.md +454 -19
  54. package/Dev/i18n/pt/React/commands/generate-hook.md +425 -24
  55. package/Dev/i18n/pt/React/commands/storybook-story.md +520 -35
  56. package/Dev/i18n/pt/ReactNative/commands/app-size.md +358 -387
  57. package/Dev/i18n/pt/ReactNative/commands/check-code-quality.md +246 -75
  58. package/Dev/i18n/pt/ReactNative/commands/check-compliance.md +191 -85
  59. package/Dev/i18n/pt/ReactNative/commands/check-security.md +363 -115
  60. package/Dev/i18n/pt/ReactNative/commands/check-testing.md +269 -79
  61. package/Dev/i18n/pt/ReactNative/commands/generate-screen.md +491 -324
  62. package/Dev/i18n/pt/ReactNative/commands/native-module.md +539 -82
  63. package/Dev/i18n/pt/ReactNative/commands/store-prepare.md +429 -185
  64. package/Dev/i18n/pt/ReactNative/rules/02-architecture.md +1084 -31
  65. package/Dev/i18n/pt/Symfony/commands/check-compliance.md +195 -123
  66. package/Dev/i18n/pt/UIUX/commands/a11y-audit.md +208 -24
  67. package/Dev/i18n/pt/UIUX/commands/a11y-component.md +281 -23
  68. package/Dev/i18n/pt/UIUX/commands/design-tokens.md +197 -33
  69. package/Dev/i18n/pt/UIUX/commands/user-flow.md +183 -20
  70. package/Dev/i18n/pt/VueJS/commands/check-compliance.md +228 -103
  71. package/Dev/i18n/pt/Workflow/commands/analyze.md +147 -146
  72. package/Dev/i18n/pt/Workflow/commands/design.md +205 -204
  73. package/Dev/i18n/pt/Workflow/commands/implement.md +184 -184
  74. package/Project/i18n/de/Sprint/commands/dev.md +339 -86
  75. package/Project/i18n/es/Sprint/commands/dev.md +342 -91
  76. package/Project/i18n/pt/Sprint/commands/dev.md +343 -92
  77. package/bundles/cursor/.cursorrules +1 -1
  78. package/bundles/windsurf/.windsurfrules +1 -1
  79. package/package.json +1 -1
@@ -1,128 +1,253 @@
1
1
  ---
2
- description: Audit Vue.js project compliance with coding standards and best practices
2
+ description: VollstΓ€ndige Vue.js-KonformitΓ€tsprΓΌfung durchfΓΌhren
3
+ argument-hint: [arguments]
3
4
  ---
4
5
 
5
- # Vue.js Compliance Audit
6
+ # VollstΓ€ndige Vue.js-KonformitΓ€tsprΓΌfung
6
7
 
7
- You are an expert Vue.js auditor. Perform a comprehensive compliance check on this project.
8
+ ## Argumente
8
9
 
9
- ## MISSION
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
- ## AUDIT CHECKLIST
16
+ ## AUFTRAG
18
17
 
19
- ### 1. Project Structure (20 points)
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
- ### 2. Component Standards (25 points)
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
- ### 3. Composition API (20 points)
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
- ### 4. Pinia Stores (15 points)
34
+ **Befehl**: Slash-Befehl `/vuejs:check-architecture` verwenden oder die Schritte in `check-architecture.md` manuell befolgen
52
35
 
53
- ```
54
- [ ] Setup syntax stores (composition style)
55
- [ ] Proper TypeScript typing
56
- [ ] Actions are async when needed
57
- [ ] Getters use computed
58
- [ ] No direct state mutation from components
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
- ### 5. TypeScript Integration (20 points)
44
+ **Referenz**: `check-architecture.md`
62
45
 
63
- ```
64
- [ ] Strict mode enabled
65
- [ ] No implicit any
66
- [ ] Props and emits fully typed
67
- [ ] Interfaces for complex types
68
- [ ] Type-only imports used
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
- ## OUTPUT FORMAT
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
- VUE.JS COMPLIANCE AUDIT
76
- ══════════════════════════════════════════════════════════════
77
-
78
- πŸ“Š SUMMARY
79
- ──────────────────────────────────────────────────────────────
80
- Total Score: XX/100
81
- Status: βœ… COMPLIANT | ⚠️ NEEDS WORK | ❌ NON-COMPLIANT
82
-
83
- πŸ“ PROJECT STRUCTURE: XX/20
84
- ──────────────────────────────────────────────────────────────
85
- [βœ“] Organized component structure
86
- [βœ—] Missing composables directory
87
- β†’ Create src/composables/ for reusable logic
88
-
89
- 🧩 COMPONENT STANDARDS: XX/25
90
- ──────────────────────────────────────────────────────────────
91
- [βœ“] Using <script setup>
92
- [βœ—] Some components use Options API
93
- Files: src/components/OldComponent.vue
94
- β†’ Migrate to Composition API
95
-
96
- πŸ”§ COMPOSITION API: XX/20
97
- ──────────────────────────────────────────────────────────────
98
- [βœ“] Composables properly named
99
- [βœ—] Missing cleanup in watchers
100
- File: src/composables/useData.ts:45
101
-
102
- πŸͺ PINIA STORES: XX/15
103
- ──────────────────────────────────────────────────────────────
104
- [βœ“] Setup syntax used
105
- [βœ“] Proper typing
106
-
107
- πŸ“ TYPESCRIPT: XX/20
108
- ──────────────────────────────────────────────────────────────
109
- [βœ“] Strict mode enabled
110
- [βœ—] Implicit any found
111
- File: src/utils/helpers.ts:12
112
-
113
- πŸ“‹ RECOMMENDATIONS
114
- ──────────────────────────────────────────────────────────────
115
- 1. [HIGH] Migrate remaining Options API components
116
- 2. [MEDIUM] Add missing type definitions
117
- 3. [LOW] Organize composables by feature
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
- ## PROCESS
244
+ ## WICHTIGE HINWEISE
123
245
 
124
- 1. Scan project structure
125
- 2. Analyze component files for standards
126
- 3. Check composables and stores
127
- 4. Verify TypeScript configuration
128
- 5. Generate compliance report with score
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