mirror of
https://github.com/MaksTinyWorkshop/_Assistant_Lead_Tech
synced 2026-04-06 21:41:42 +02:00
Align BMAD paths with new knowledge structure and automate project registry sync
This commit is contained in:
57
70_templates/capitalisation_patch_knowledge_pattern.md
Normal file
57
70_templates/capitalisation_patch_knowledge_pattern.md
Normal file
@@ -0,0 +1,57 @@
|
||||
# Patch d'intégration — Knowledge globale — Pattern
|
||||
|
||||
Date : <YYYY-MM-DD>
|
||||
Source : `95_a_capitaliser.md`
|
||||
Type : `Pattern`
|
||||
|
||||
---
|
||||
|
||||
## Cible
|
||||
|
||||
Fichier : `<knowledge/<domaine>/patterns/<theme>.md>`
|
||||
Type de patch : `<ajout | fusion | remplacement>`
|
||||
|
||||
## Texte à intégrer (structure de référence)
|
||||
|
||||
````md
|
||||
<a id="pattern-<slug>"></a>
|
||||
## Pattern : <Nom du pattern>
|
||||
|
||||
### Synthèse
|
||||
|
||||
- **Objectif** : <résultat recherché>
|
||||
- **Contexte** : <stack / architecture>
|
||||
- **Quand l'utiliser** : <cas d'usage>
|
||||
- **Quand l'éviter** : <limites>
|
||||
|
||||
### Analyse
|
||||
|
||||
- **Avantages** :
|
||||
- ...
|
||||
- **Limites / vigilance** :
|
||||
- ...
|
||||
|
||||
### Validation
|
||||
|
||||
- Validé le : <DD-MM-YYYY>
|
||||
- Contexte technique : <stack> — <projet source> <DD-MM-YYYY>
|
||||
|
||||
### Implémentation (exemple minimal)
|
||||
|
||||
```typescript
|
||||
// exemple concret court
|
||||
```
|
||||
|
||||
### Checklist
|
||||
|
||||
- [ ] <critère de vérification 1>
|
||||
- [ ] <critère de vérification 2>
|
||||
````
|
||||
|
||||
## Vérification de conformité
|
||||
|
||||
- [ ] Le contenu décrit un pattern réutilisable inter-projets
|
||||
- [ ] Structure alignée avec les patterns existants (`Synthèse`, `Analyse`, `Validation`, `Implémentation`, `Checklist`)
|
||||
- [ ] Exemples concrets, pas de théorie vague
|
||||
- [ ] Terminologie alignée avec le fichier cible
|
||||
- [ ] Pas de doublon exact ou sémantique
|
||||
Reference in New Issue
Block a user