bmad-plus 0.5.0 → 0.7.0

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 (84) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/README.md +144 -142
  3. package/package.json +1 -1
  4. package/readme-international/README.de.md +125 -125
  5. package/readme-international/README.es.md +215 -215
  6. package/readme-international/README.fr.md +213 -213
  7. package/src/bmad-plus/module.yaml +46 -0
  8. package/src/bmad-plus/packs/pack-dev-studio/README.md +162 -0
  9. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/analyst-agent.md +74 -0
  10. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/document-project.md +62 -0
  11. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/domain-research.md +96 -0
  12. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/market-research.md +96 -0
  13. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/prfaq.md +135 -0
  14. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/product-brief.md +81 -0
  15. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/tech-writer-agent.md +74 -0
  16. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/technical-research.md +96 -0
  17. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/architect-agent.md +74 -0
  18. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-architecture.md +74 -0
  19. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-epics-stories.md +93 -0
  20. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/generate-project-context.md +81 -0
  21. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/implementation-readiness.md +91 -0
  22. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01-init.md +153 -0
  23. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01b-continue.md +173 -0
  24. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-02-context.md +224 -0
  25. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-03-starter.md +329 -0
  26. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-04-decisions.md +318 -0
  27. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-05-patterns.md +359 -0
  28. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-06-structure.md +379 -0
  29. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-07-validation.md +361 -0
  30. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-08-complete.md +82 -0
  31. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/checkpoint-preview.md +68 -0
  32. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-01-gather-context.md +85 -0
  33. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-02-review.md +35 -0
  34. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-03-triage.md +49 -0
  35. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-04-present.md +132 -0
  36. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review.md +90 -0
  37. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/correct-course.md +301 -0
  38. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/create-story.md +429 -0
  39. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-agent.md +74 -0
  40. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story-checklist.md +80 -0
  41. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story.md +485 -0
  42. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/investigate.md +194 -0
  43. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/qa-e2e-tests.md +176 -0
  44. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/quick-dev.md +111 -0
  45. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/retrospective.md +1512 -0
  46. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-planning.md +299 -0
  47. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-status.md +297 -0
  48. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-prd.md +30 -0
  49. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-ux-design.md +75 -0
  50. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/edit-prd.md +30 -0
  51. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/pm-agent.md +74 -0
  52. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/prd.md +90 -0
  53. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/ux-designer-agent.md +74 -0
  54. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/validate-prd.md +30 -0
  55. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/advanced-elicitation.md +142 -0
  56. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/adversarial-review.md +37 -0
  57. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/bmad-help.md +75 -0
  58. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/brainstorming.md +6 -0
  59. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/customize.md +111 -0
  60. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/distillator.md +177 -0
  61. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/edge-case-hunter.md +67 -0
  62. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-prose.md +86 -0
  63. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-structure.md +179 -0
  64. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/index-docs.md +66 -0
  65. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/party-mode.md +128 -0
  66. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/shard-doc.md +105 -0
  67. package/src/bmad-plus/packs/pack-dev-studio/dev-studio-orchestrator.md +120 -0
  68. package/src/bmad-plus/packs/pack-dev-studio/shared/architecture-decision-template.md +12 -0
  69. package/src/bmad-plus/packs/pack-dev-studio/shared/bwml-spec.md +328 -0
  70. package/src/bmad-plus/packs/pack-dev-studio/shared/module-help.csv +32 -0
  71. package/src/bmad-plus/packs/pack-dev-studio/upstream-sync.yaml +81 -0
  72. package/src/bmad-plus/packs/pack-memory/README.md +106 -0
  73. package/src/bmad-plus/packs/pack-memory/memory-orchestrator.md +79 -0
  74. package/src/bmad-plus/packs/pack-memory/shared/karpathy-guardrails.md +86 -0
  75. package/src/bmad-plus/packs/pack-memory/shared/memory-protocol.md +143 -0
  76. package/src/bmad-plus/packs/pack-memory/templates/context.md +39 -0
  77. package/src/bmad-plus/packs/pack-memory/templates/decisions.md +25 -0
  78. package/src/bmad-plus/packs/pack-memory/templates/identity.yaml +39 -0
  79. package/src/bmad-plus/packs/pack-memory/templates/lessons.md +31 -0
  80. package/src/bmad-plus/packs/pack-memory/templates/patterns.md +24 -0
  81. package/src/bmad-plus/packs/pack-memory/templates/session-handoff.md +25 -0
  82. package/src/bmad-plus/packs/pack-memory/zecher-agent.md +157 -0
  83. package/tools/cli/commands/install.js +145 -1
  84. package/tools/cli/i18n.js +10 -10
@@ -1,26 +1,26 @@
1
- # 🚀 BMAD+ Augmented AI-Driven Development Framework
1
+ # ?? BMAD+ Augmented AI-Driven Development Framework
2
2
 
3
- [![Version](https://img.shields.io/badge/version-0.5.0-blue.svg)](../CHANGELOG.md)
3
+ [![Version](https://img.shields.io/badge/version-0.7.0-blue.svg)](../CHANGELOG.md)
4
4
  [![Based on](https://img.shields.io/badge/based%20on-BMAD--METHOD%20v6.2.0-green.svg)](https://github.com/bmad-code-org/BMAD-METHOD)
5
5
  [![License](https://img.shields.io/badge/license-MIT-yellow.svg)](../LICENSE)
6
6
 
7
7
  <div align="center">
8
- <a href="../README.md">English</a> | 🌐 <b>Français</b> | <a href="README.es.md">Español</a> | <a href="README.de.md">Deutsch</a>
8
+ <a href="../README.md">English</a> | ?? <b>Fran�ais</b> | <a href="README.es.md">Espa�ol</a> | <a href="README.de.md">Deutsch</a>
9
9
  </div>
10
10
 
11
- > Fork intelligent de [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) v6.2.0 Agents multi-rôles auto-activables, mode Autopilot, exécution parallèle supervisée, et monitoring upstream WhatsApp.
11
+ > Fork intelligent de [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) v6.2.0 Agents multi-r�les auto-activables, mode Autopilot, ex�cution parall�le supervis�e, et monitoring upstream WhatsApp.
12
12
 
13
13
  ---
14
14
 
15
- ## 📋 Table des matières
15
+ ## ?? Table des mati�res
16
16
 
17
17
  - [Pourquoi BMAD+ ?](#-pourquoi-bmad-)
18
18
  - [Quick Start](#-quick-start)
19
19
  - [Architecture](#-architecture)
20
20
  - [Les 5 Agents](#-les-5-agents)
21
- - [Système de Packs](#-système-de-packs)
21
+ - [Syst�me de Packs](#-syst�me-de-packs)
22
22
  - [Innovations](#-innovations)
23
- - [IDE Supportés](#-ide-supportés)
23
+ - [IDE Support�s](#-ide-support�s)
24
24
  - [Monitoring Upstream](#-monitoring-upstream)
25
25
  - [Structure du Projet](#-structure-du-projet)
26
26
  - [Configuration](#-configuration)
@@ -29,22 +29,22 @@
29
29
 
30
30
  ---
31
31
 
32
- ## 💡 Pourquoi BMAD+ ?
32
+ ## ?? Pourquoi BMAD+ ?
33
33
 
34
- BMAD-METHOD est un framework excellent avec 9 agents spécialisés. Mais pour un développeur solo ou une petite équipe, 9 agents c'est trop fragmenté. BMAD+ résout ce problème :
34
+ BMAD-METHOD est un framework excellent avec 9 agents sp�cialis�s. Mais pour un d�veloppeur solo ou une petite �quipe, 9 agents c'est trop fragment�. BMAD+ r�sout ce probl�me :
35
35
 
36
36
  | BMAD-METHOD | BMAD+ |
37
37
  |---|---|
38
- | 9 agents spécialisés | **5 agents multi-rôles** (11 rôles au total) |
39
- | Activation manuelle uniquement | **Auto-activation intelligente** à 3 niveaux |
40
- | Pas de pipeline automatisé | **Mode Autopilot** : idée livraison |
41
- | Exécution séquentielle | **Parallélisme supervisé** |
38
+ | 9 agents sp�cialis�s | **5 agents multi-r�les** (11 r�les au total) |
39
+ | Activation manuelle uniquement | **Auto-activation intelligente** 3 niveaux |
40
+ | Pas de pipeline automatis� | **Mode Autopilot** : id�e ? livraison |
41
+ | Ex�cution s�quentielle | **Parall�lisme supervis�** |
42
42
  | Pas de suivi upstream | **Monitoring hebdomadaire** avec WhatsApp |
43
- | 1-2 IDE supportés | **5 IDE** avec détection automatique |
43
+ | 1-2 IDE support�s | **5 IDE** avec d�tection automatique |
44
44
 
45
45
  ---
46
46
 
47
- ## Quick Start
47
+ ## ? Quick Start
48
48
 
49
49
  ### Installation dans un projet existant
50
50
 
@@ -53,54 +53,54 @@ npx bmad-plus install
53
53
  ```
54
54
 
55
55
  L'installeur :
56
- 1. Détecte automatiquement les IDE installés (Claude Code, Gemini CLI, Codex, etc.)
57
- 2. Propose les packs à installer (Core, OSINT, Maker, Audit)
58
- 3. Génère les fichiers de configuration adaptés
59
- 4. Crée les dossiers d'artefacts
56
+ 1. D�tecte automatiquement les IDE install�s (Claude Code, Gemini CLI, Codex, etc.)
57
+ 2. Propose les packs installer (Core, OSINT, Maker, Audit)
58
+ 3. G�n�re les fichiers de configuration adapt�s
59
+ 4. Cr�e les dossiers d'artefacts
60
60
 
61
- ### Utilisation après installation
61
+ ### Utilisation apr�s installation
62
62
 
63
- #### 💬 À qui parler ?
63
+ #### ?? qui parler ?
64
64
 
65
- | Tu veux... | Parle à | Exemple |
65
+ | Tu veux... | Parle | Exemple |
66
66
  |---|---|---|
67
- | Discuter d'une idée de projet | **Atlas** 🎯 | `Atlas, j'ai une idée de projet : un SaaS de facturation` |
68
- | Créer un PRD / Product Brief | **Atlas** 🎯 | `Atlas, crée le PRD pour mon projet` |
69
- | Concevoir l'architecture technique | **Forge** 🏗️ | `Forge, propose une architecture pour l'app` |
70
- | Implémenter du code | **Forge** 🏗️ | `Forge, implémente la story AUTH-001` |
71
- | Écrire la documentation | **Forge** 🏗️ | `Forge, documente l'API` |
72
- | Tester / faire une revue de code | **Sentinel** 🔍 | `Sentinel, review le module auth` |
73
- | Planifier un sprint | **Nexus** 🎼 | `Nexus, crée les epics et stories pour le MVP` |
74
- | Tout automatiser de A à Z | **Nexus** 🎼 | `autopilot` puis décris ton projet |
75
- | Investiguer une personne (OSINT) | **Shadow** 🔍 | `Shadow, investigate Jean Dupont` |
76
- | Créer un nouvel agent BMAD+ | **Maker** 🧬 | `Maker, crée un agent de support client` |
77
-
78
- #### 🚀 Workflow typique (mode manuel)
67
+ | Discuter d'une id�e de projet | **Atlas** ?? | `Atlas, j'ai une id�e de projet : un SaaS de facturation` |
68
+ | Cr�er un PRD / Product Brief | **Atlas** ?? | `Atlas, cr�e le PRD pour mon projet` |
69
+ | Concevoir l'architecture technique | **Forge** ??? | `Forge, propose une architecture pour l'app` |
70
+ | Impl�menter du code | **Forge** ??? | `Forge, impl�mente la story AUTH-001` |
71
+ | �crire la documentation | **Forge** ??? | `Forge, documente l'API` |
72
+ | Tester / faire une revue de code | **Sentinel** ?? | `Sentinel, review le module auth` |
73
+ | Planifier un sprint | **Nexus** ?? | `Nexus, cr�e les epics et stories pour le MVP` |
74
+ | Tout automatiser de A Z | **Nexus** ?? | `autopilot` puis d�cris ton projet |
75
+ | Investiguer une personne (OSINT) | **Shadow** ?? | `Shadow, investigate Jean Dupont` |
76
+ | Cr�er un nouvel agent BMAD+ | **Maker** ?? | `Maker, cr�e un agent de support client` |
77
+
78
+ #### ?? Workflow typique (mode manuel)
79
79
 
80
80
  ```
81
- 1. "Atlas, brainstorme sur mon idée de [projet]"
82
- Atlas analyse, pose des questions, propose des angles
81
+ 1. "Atlas, brainstorme sur mon id�e de [projet]"
82
+ ? Atlas analyse, pose des questions, propose des angles
83
83
 
84
- 2. "Atlas, crée le product brief"
85
- Deliverable: _bmad-output/discovery/product-brief.md
84
+ 2. "Atlas, cr�e le product brief"
85
+ ? Deliverable: _bmad-output/discovery/product-brief.md
86
86
 
87
- 3. "Atlas, rédige le PRD"
88
- Deliverable: _bmad-output/discovery/prd.md
87
+ 3. "Atlas, r�dige le PRD"
88
+ ? Deliverable: _bmad-output/discovery/prd.md
89
89
 
90
90
  4. "Forge, propose l'architecture"
91
- Deliverable: _bmad-output/discovery/architecture.md
91
+ ? Deliverable: _bmad-output/discovery/architecture.md
92
92
 
93
- 5. "Nexus, découpe en epics et stories"
94
- Deliverable: _bmad-output/build/stories/
93
+ 5. "Nexus, d�coupe en epics et stories"
94
+ ? Deliverable: _bmad-output/build/stories/
95
95
 
96
- 6. "Forge, implémente la story [X]"
97
- Code généré + tests
96
+ 6. "Forge, impl�mente la story [X]"
97
+ ? Code g�n�r� + tests
98
98
 
99
99
  7. "Sentinel, teste et review"
100
- Rapport QA + suggestions
100
+ ? Rapport QA + suggestions
101
101
  ```
102
102
 
103
- #### Workflow automatique (mode autopilot)
103
+ #### ? Workflow automatique (mode autopilot)
104
104
 
105
105
  ```
106
106
  > autopilot
@@ -109,33 +109,33 @@ L'installeur :
109
109
 
110
110
  Nexus orchestre tout automatiquement avec des checkpoints pour ton approbation.
111
111
 
112
- #### 🔑 Commandes clés
112
+ #### ?? Commandes cl�s
113
113
 
114
114
  | Commande | Description |
115
115
  |----------|-------------|
116
116
  | `bmad-help` | Voir tous les agents et skills disponibles |
117
- | `autopilot` | Nexus prend le contrôle du pipeline complet |
118
- | `parallel` | Lancer l'exécution multi-agents en parallèle |
117
+ | `autopilot` | Nexus prend le contr�le du pipeline complet |
118
+ | `parallel` | Lancer l'ex�cution multi-agents en parall�le |
119
119
 
120
120
  ---
121
121
 
122
- ## 🏗️ Architecture
122
+ ## ??? Architecture
123
123
 
124
124
  ```mermaid
125
125
  graph TB
126
- subgraph Core["⚙️ Core Pack"]
127
- AT[Atlas 🎯<br/>Strategist]
128
- FG[Forge 🏗️<br/>Architect-Dev]
129
- SN[Sentinel 🔍<br/>Quality]
130
- NX[Nexus 🎼<br/>Orchestrator]
126
+ subgraph Core["?? Core Pack"]
127
+ AT[Atlas ??<br/>Strategist]
128
+ FG[Forge ???<br/>Architect-Dev]
129
+ SN[Sentinel ??<br/>Quality]
130
+ NX[Nexus ??<br/>Orchestrator]
131
131
  end
132
132
 
133
- subgraph OSINT["🔍 OSINT Pack"]
134
- SH[Shadow 🔍<br/>OSINT Intel]
133
+ subgraph OSINT["?? OSINT Pack"]
134
+ SH[Shadow ??<br/>OSINT Intel]
135
135
  end
136
136
 
137
- subgraph Audit["🛡️ Audit Pack"]
138
- SD["Shield 🛡️<br/>(coming soon)"]
137
+ subgraph Audit["??? Audit Pack"]
138
+ SD["Shield ???<br/>(coming soon)"]
139
139
  end
140
140
 
141
141
  NX -->|orchestre| AT
@@ -166,194 +166,194 @@ graph TB
166
166
 
167
167
  ---
168
168
 
169
- ## 🎭 Les 5 Agents
169
+ ## ?? Les 5 Agents
170
170
 
171
- ### Atlas Strategist 🎯
171
+ ### Atlas Strategist ??
172
172
 
173
173
  **Fusionne :** Analyst (Mary) + Product Manager (John)
174
174
 
175
- | Rôle | Spécialité | Auto-activation |
175
+ | R�le | Sp�cialit� | Auto-activation |
176
176
  |------|-----------|-----------------|
177
- | **Analyst** | Recherche marché, SWOT, benchmarks, domain expertise | "analyse", "marché", "benchmark", nouveau projet |
177
+ | **Analyst** | Recherche march�, SWOT, benchmarks, domain expertise | "analyse", "march�", "benchmark", nouveau projet |
178
178
  | **Product Manager** | PRD, product briefs, user stories, roadmaps | "PRD", "roadmap", "MVP", phase planning |
179
179
 
180
180
  **Capabilities :** Brainstorming (BP), Market Research (MR), Domain Research (DR), Technical Research (TR), Product Brief (CB), PRD (PR), UX Design (CU), Document Project (DP)
181
181
 
182
182
  ---
183
183
 
184
- ### Forge Architect-Dev 🏗️
184
+ ### Forge Architect-Dev ???
185
185
 
186
186
  **Fusionne :** Architect (Winston) + Developer (Amelia) + Tech Writer (Paige)
187
187
 
188
- | Rôle | Spécialité | Auto-activation |
188
+ | R�le | Sp�cialit� | Auto-activation |
189
189
  |------|-----------|-----------------|
190
- | **Architect** | Design technique, API, scalabilité, choix stack | "architecture", "API", "schema", +5 fichiers modifiés |
191
- | **Developer** | Implémentation TDD, code review, story execution | "implement", "code", "fix", post-architecture |
192
- | **Tech Writer** | Documentation, diagrammes Mermaid, changelogs | "document", "README", post-implémentation |
190
+ | **Architect** | Design technique, API, scalabilit�, choix stack | "architecture", "API", "schema", +5 fichiers modifi�s |
191
+ | **Developer** | Impl�mentation TDD, code review, story execution | "implement", "code", "fix", post-architecture |
192
+ | **Tech Writer** | Documentation, diagrammes Mermaid, changelogs | "document", "README", post-impl�mentation |
193
193
 
194
194
  **Capabilities :** Architecture (CA), Implementation Readiness (IR), Dev Story (DS), Code Review (CR), Quick Spec (QS), Quick Dev (QD), Document Project (DP)
195
195
 
196
- **Actions critiques (rôle Dev) :**
197
- - Lire TOUTE la story AVANT implémentation
198
- - Exécuter les tâches DANS L'ORDRE
199
- - Tests 100% passants AVANT de passer à la suite
196
+ **Actions critiques (r�le Dev) :**
197
+ - Lire TOUTE la story AVANT impl�mentation
198
+ - Ex�cuter les t�ches DANS L'ORDRE
199
+ - Tests 100% passants AVANT de passer la suite
200
200
  - JAMAIS mentir sur les tests
201
201
 
202
202
  ---
203
203
 
204
- ### Sentinel Quality 🔍
204
+ ### Sentinel Quality ??
205
205
 
206
206
  **Fusionne :** QA Engineer (Quinn) + UX Designer (Sally)
207
207
 
208
- | Rôle | Spécialité | Auto-activation |
208
+ | R�le | Sp�cialit� | Auto-activation |
209
209
  |------|-----------|-----------------|
210
- | **QA Engineer** | Tests API/E2E, edge cases, coverage, code review | "test", "QA", "bug", post-implémentation |
211
- | **UX Reviewer** | Evaluation UX, accessibilité, interaction design | "UX", "interface", "responsive", changements frontend |
210
+ | **QA Engineer** | Tests API/E2E, edge cases, coverage, code review | "test", "QA", "bug", post-impl�mentation |
211
+ | **UX Reviewer** | Evaluation UX, accessibilit�, interaction design | "UX", "interface", "responsive", changements frontend |
212
212
 
213
213
  **Capabilities :** QA Tests (QA), Code Review (CR), UX Design (CU)
214
214
 
215
215
  ---
216
216
 
217
- ### Nexus Orchestrator 🎼
217
+ ### Nexus Orchestrator ??
218
218
 
219
219
  **Fusionne :** Scrum Master (Bob) + Quick-Flow Solo Dev (Barry) + **Autopilot** (nouveau) + **Parallel Supervisor** (nouveau)
220
220
 
221
- | Rôle | Spécialité | Auto-activation |
221
+ | R�le | Sp�cialit� | Auto-activation |
222
222
  |------|-----------|-----------------|
223
223
  | **Scrum Master** | Sprint planning, stories, retros, course correction | "sprint", "planning", "backlog" |
224
224
  | **Quick Flow** | Specs rapides, hotfixes, minimum ceremony | "rapide", "hotfix", "petit fix" |
225
- | **Autopilot** | Pipeline automated ideadelivery avec checkpoints | "autopilot", "gère tout", mode autopilot |
226
- | **Parallel Supervisor** | Multi-agent concurrent, conflict detection, reallocation | "parallèle", tâches indépendantes détectées |
225
+ | **Autopilot** | Pipeline automated idea?delivery avec checkpoints | "autopilot", "g�re tout", mode autopilot |
226
+ | **Parallel Supervisor** | Multi-agent concurrent, conflict detection, reallocation | "parall�le", t�ches ind�pendantes d�tect�es |
227
227
 
228
228
  **Capabilities :** Sprint Planning (SP), Create Story (CS), Epics & Stories (ES), Retrospective (ER), Course Correction (CC), Sprint Status (SS), Quick Spec (QS), Quick Dev (QD), **Autopilot (AP)**, **Parallel (PL)**
229
229
 
230
230
  ---
231
231
 
232
- ### Shadow OSINT Intelligence 🔍 *(Pack OSINT)*
232
+ ### Shadow OSINT Intelligence ?? *(Pack OSINT)*
233
233
 
234
234
  **Agent d'investigation OSINT complet.**
235
235
 
236
236
  | Capability | Description |
237
237
  |-----------|-------------|
238
- | **INV** | Investigation complète Phase 06 avec dossier scoré |
238
+ | **INV** | Investigation compl�te Phase 0?6 avec dossier scor� |
239
239
  | **QS** | Quick search multi-moteurs |
240
240
  | **LI/IG/FB** | Scraping LinkedIn, Instagram, Facebook |
241
241
  | **PP** | Psychoprofil MBTI / Big Five |
242
- | **CE** | Enrichissement contact (email, téléphone) |
242
+ | **CE** | Enrichissement contact (email, t�l�phone) |
243
243
  | **DG** | Diagnostic des outils/APIs disponibles |
244
244
 
245
245
  **Stack :** 55+ Apify actors, 7 APIs de recherche, 100% Python stdlib, grades de confiance A/B/C/D
246
246
 
247
247
  ---
248
248
 
249
- ### Maker Agent Creator 🧬 *(Pack Maker)*
249
+ ### Maker Agent Creator ?? *(Pack Maker)*
250
250
 
251
- **Méta-agent qui crée d'autres agents.** Donne-lui une description il génère un package complet.
251
+ **M�ta-agent qui cr�e d'autres agents.** Donne-lui une description ? il g�n�re un package complet.
252
252
 
253
253
  | Code | Description |
254
254
  |------|-------------|
255
- | **CA** | Create Agent création guidée en 4 phases |
256
- | **QA** | Quick Agent création rapide avec défauts sensés |
257
- | **EA** | Edit Agent modifier un SKILL.md existant |
258
- | **VA** | Validate Agent vérifier la conformité BMAD+ |
259
- | **PA** | Package Agent générer le dossier d'intégration |
255
+ | **CA** | Create Agent cr�ation guid�e en 4 phases |
256
+ | **QA** | Quick Agent cr�ation rapide avec d�fauts sens�s |
257
+ | **EA** | Edit Agent modifier un SKILL.md existant |
258
+ | **VA** | Validate Agent v�rifier la conformit� BMAD+ |
259
+ | **PA** | Package Agent g�n�rer le dossier d'int�gration |
260
260
 
261
- **Pipeline :** Discovery Design (validation user) Generation Validation
262
- **Output :** `_bmad-output/ready-to-integrate/` prêt à copier dans BMAD+
261
+ **Pipeline :** Discovery ? Design (validation user) ? Generation ? Validation
262
+ **Output :** `_bmad-output/ready-to-integrate/` pr�t copier dans BMAD+
263
263
 
264
264
  ---
265
265
 
266
- ## 📦 Système de Packs
266
+ ## ?? Syst�me de Packs
267
267
 
268
- BMAD+ utilise un système modulaire par packs. Le Core est toujours installé, les packs additionnels sont optionnels.
268
+ BMAD+ utilise un syst�me modulaire par packs. Le Core est toujours install�, les packs additionnels sont optionnels.
269
269
 
270
270
  ```
271
271
  npx bmad-plus install
272
272
 
273
- 🎛️ Quels packs installer ?
273
+ ??? Quels packs installer ?
274
274
  Core (Atlas, Forge, Sentinel, Nexus) est toujours inclus.
275
275
 
276
- 🔍 OSINT Shadow (investigation, scraping, psychoprofil)
277
- 🧬 Agent Creator Maker (design, build, package)
278
- 🛡️ Audit Sécurité Shield (scan vulnérabilités) [bientôt]
279
- 🤖 Tout installer
280
- Aucun Core uniquement
276
+ ?? OSINT Shadow (investigation, scraping, psychoprofil)
277
+ ?? Agent Creator Maker (design, build, package)
278
+ ??? Audit S�curit� Shield (scan vuln�rabilit�s) [bient�t]
279
+ ?? Tout installer
280
+ Aucun Core uniquement
281
281
  ```
282
282
 
283
283
  | Pack | Agents | Skills | Status |
284
284
  |------|--------|--------|--------|
285
- | ⚙️ **Core** | Atlas, Forge, Sentinel, Nexus | autopilot, parallel, sync | Stable |
286
- | 🔍 **OSINT** | Shadow | bmad-osint-investigate | Stable |
287
- | 🧬 **Maker** | Maker | | Stable |
288
- | 🛡️ **Audit** | Shield | bmad-audit-scan, bmad-audit-report | 🔜 Coming soon |
285
+ | ?? **Core** | Atlas, Forge, Sentinel, Nexus | autopilot, parallel, sync | ? Stable |
286
+ | ?? **OSINT** | Shadow | bmad-osint-investigate | ? Stable |
287
+ | ?? **Maker** | Maker | | ? Stable |
288
+ | ??? **Audit** | Shield | bmad-audit-scan, bmad-audit-report | ?? Coming soon |
289
289
 
290
- Chaque pack définit :
290
+ Chaque pack d�finit :
291
291
  - Ses agents et skills
292
- - Ses clés API requises/optionnelles
292
+ - Ses cl�s API requises/optionnelles
293
293
  - Son package externe (si applicable)
294
294
 
295
295
  ---
296
296
 
297
- ## Innovations
297
+ ## ? Innovations
298
298
 
299
- ### 1. Auto-Activation Intelligente à 3 Niveaux
299
+ ### 1. Auto-Activation Intelligente 3 Niveaux
300
300
 
301
- Chaque agent peut **automatiquement** switcher de rôle quand le contexte le demande :
301
+ Chaque agent peut **automatiquement** switcher de r�le quand le contexte le demande :
302
302
 
303
- | Niveau | Mécanisme | Exemple |
303
+ | Niveau | M�canisme | Exemple |
304
304
  |--------|-----------|---------|
305
- | 🔤 **Pattern** | Mots-clés dans la demande | "review" QA activé |
306
- | 🌐 **Contextuel** | Domaine détecté pendant le travail | Calculs financiers QA auto-activé après le code |
307
- | 🧠 **Raisonnement** | Chaîne logique en cours d'exécution | Incohérence architecture Architect auto-activé |
305
+ | ?? **Pattern** | Mots-cl�s dans la demande | "review" ? QA activ� |
306
+ | ?? **Contextuel** | Domaine d�tect� pendant le travail | Calculs financiers ? QA auto-activ� apr�s le code |
307
+ | ?? **Raisonnement** | Cha�ne logique en cours d'ex�cution | Incoh�rence architecture ? Architect auto-activ� |
308
308
 
309
- L'agent **annonce** ses auto-activations : *"💡 I'm switching to QA mode financial calculations detected. Say 'skip' to stay in current mode."*
309
+ L'agent **annonce** ses auto-activations : *"?? I'm switching to QA mode financial calculations detected. Say 'skip' to stay in current mode."*
310
310
 
311
311
  Configuration : `src/bmad-plus/data/role-triggers.yaml`
312
312
 
313
313
  ### 2. Mode Autopilot
314
314
 
315
- Donnez une idée projet Nexus orchestre le pipeline complet :
315
+ Donnez une id�e projet ? Nexus orchestre le pipeline complet :
316
316
 
317
317
  ```
318
- 📋 Discovery (Atlas)
319
- └→ Brainstorming Product Brief PRD UX Design
320
- 🔴 CHECKPOINT: Approbation PRD
321
-
322
- 🏗️ Build (Forge + Sentinel)
323
- └→ Architecture Epics Stories Sprint
324
- 🔴 CHECKPOINT: Approbation Architecture
325
- └→ Pour chaque story: Code Tests (retry si échec, max 3)
326
- 🟡 NOTIFY: Status story
327
-
328
- 🚀 Ship (Sentinel + Forge)
329
- └→ Code Review UX Review Documentation Retro
330
- 🔴 CHECKPOINT: Approbation finale
318
+ ?? Discovery (Atlas)
319
+ +? Brainstorming ? Product Brief ? PRD ? UX Design
320
+ ?? CHECKPOINT: Approbation PRD
321
+
322
+ ??? Build (Forge + Sentinel)
323
+ +? Architecture ? Epics ? Stories ? Sprint
324
+ ?? CHECKPOINT: Approbation Architecture
325
+ +? Pour chaque story: Code ? Tests ? (retry si �chec, max 3)
326
+ ?? NOTIFY: Status story
327
+
328
+ ?? Ship (Sentinel + Forge)
329
+ +? Code Review ? UX Review ? Documentation ? Retro
330
+ ?? CHECKPOINT: Approbation finale
331
331
  ```
332
332
 
333
333
  **Checkpoints configurables :**
334
- - `require_approval` (🔴) Pause, notification WhatsApp, attente
335
- - `notify_only` (🟡) Notification, continue sauf intervention
336
- - `auto` (🟢) Continue automatiquement
334
+ - `require_approval` (??) Pause, notification WhatsApp, attente
335
+ - `notify_only` (??) Notification, continue sauf intervention
336
+ - `auto` (??) Continue automatiquement
337
337
 
338
- ### 3. Exécution Parallèle Supervisée
338
+ ### 3. Ex�cution Parall�le Supervis�e
339
339
 
340
- L'Orchestrateur détecte les tâches indépendantes et les lance en parallèle :
340
+ L'Orchestrateur d�tecte les t�ches ind�pendantes et les lance en parall�le :
341
341
 
342
- | Parallélisable | Séquentiel 🚫 |
342
+ | Parall�lisable ? | S�quentiel ?? |
343
343
  |---|---|
344
- | Stories sans dépendances | Même fichier modifié |
345
- | Recherche + audit tech | Story B dépend de Story A |
344
+ | Stories sans d�pendances | M�me fichier modifi� |
345
+ | Recherche + audit tech | Story B d�pend de Story A |
346
346
  | Tests + documentation | Architecture avant code |
347
347
 
348
- **Actions de supervision :** Launch, Monitor, Stop, Restart, Reallocate, Escalate (3 échecs notification humaine)
348
+ **Actions de supervision :** Launch, Monitor, Stop, Restart, Reallocate, Escalate (3 �checs ? notification humaine)
349
349
 
350
350
  ---
351
351
 
352
- ## 🖥️ IDE Supportés
352
+ ## ??? IDE Support�s
353
353
 
354
- L'installeur détecte automatiquement les IDE et génère les configs :
354
+ L'installeur d�tecte automatiquement les IDE et g�n�re les configs :
355
355
 
356
- | IDE | Fichier Config | Détection |
356
+ | IDE | Fichier Config | D�tection |
357
357
  |-----|---------------|-----------|
358
358
  | Claude Code | `CLAUDE.md` | Dossier `.claude/` |
359
359
  | Gemini CLI | `GEMINI.md` | Dossier `.gemini/` |
@@ -363,120 +363,120 @@ L'installeur détecte automatiquement les IDE et génère les configs :
363
363
 
364
364
  ---
365
365
 
366
- ## 📡 Monitoring Upstream
366
+ ## ?? Monitoring Upstream
367
367
 
368
368
  ### Pipeline hebdomadaire (cron VPS, lundi 9h)
369
369
 
370
370
  ```
371
371
  1. git fetch upstream BMAD-METHOD
372
- 2. Diff analysis (commits, fichiers modifiés)
373
- 3. Analyse IA via Gemini API classification
374
- 🟢 Compatible | 🟡 À vérifier | 🔴 Breaking
372
+ 2. Diff analysis (commits, fichiers modifi�s)
373
+ 3. Analyse IA via Gemini API ? classification
374
+ ?? Compatible | ?? v�rifier | ?? Breaking
375
375
  4. Notification WhatsApp via Evolution API
376
376
  5. Auto-PR si changements compatibles
377
377
  ```
378
378
 
379
379
  ### Stack
380
- - **weekly-check.py** Script principal (cron)
381
- - **ai_analyzer.py** Analyse IA (Gemini 2.0 Flash)
382
- - **notifier.py** WhatsApp (Evolution API self-hosted) + email fallback
383
- - **mcp_bridge.py** Pont vers Audit 360° MCP Server (git/github ops)
380
+ - **weekly-check.py** Script principal (cron)
381
+ - **ai_analyzer.py** Analyse IA (Gemini 2.0 Flash)
382
+ - **notifier.py** WhatsApp (Evolution API self-hosted) + email fallback
383
+ - **mcp_bridge.py** Pont vers Audit 360 MCP Server (git/github ops)
384
384
 
385
385
  ---
386
386
 
387
- ## 📁 Structure du Projet
387
+ ## ?? Structure du Projet
388
388
 
389
389
  ```
390
390
  BMAD+/
391
- ├── README.md Ce fichier (Anglais)
392
- ├── readme-international/ Traductions en autres langues
393
- ├── CHANGELOG.md Historique des versions
394
- ├── CLAUDE.md Config Claude Code
395
- ├── GEMINI.md Config Gemini CLI
396
- ├── AGENTS.md Config Codex CLI / OpenCode
397
- ├── .gitignore
398
-
399
- ├── src/
400
- └── bmad-plus/ MODULE CUSTOM
401
- ├── module.yaml Config module + packs
402
- ├── module-help.csv Aide contextuelle
403
- ├── agents/
404
- ├── agent-strategist/ Atlas (analyst + pm)
405
- ├── agent-architect-dev/ Forge (architect + dev + tw)
406
- ├── agent-quality/ Sentinel (qa + ux)
407
- ├── agent-orchestrator/ Nexus (sm + qf + autopilot + parallel)
408
- ├── agent-maker/ Maker (meta-agent) [pack: maker]
409
- └── agent-shadow/ Shadow (osint) [pack: osint]
410
- ├── skills/
411
- ├── bmad-plus-autopilot/ Pipeline automatisé
412
- ├── bmad-plus-parallel/ Exécution parallèle
413
- └── bmad-plus-sync/ Synchronisation upstream
414
- └── data/
415
- └── role-triggers.yaml Règles auto-activation
416
-
417
- ├── monitor/ 🤖 SURVEILLANCE VPS
418
- ├── weekly-check.py Script principal (cron)
419
- ├── ai_analyzer.py Analyse IA (Gemini API)
420
- ├── notifier.py WhatsApp + email
421
- ├── mcp_bridge.py Pont vers MCP Server
422
- ├── config.example.yaml Template configuration
423
- └── docker-compose.yml Evolution API
424
-
425
- ├── mcp-server/ 🛡️ AUDIT 360° MCP
426
- ├── server.py 35 tools, 7 modules
427
- └── tools/ git_ops, github_ops, etc.
428
-
429
- ├── osint-agent-package/ 🔍 OSINT PACKAGE
430
- ├── agents/ Agent Shadow (original)
431
- ├── skills/ 55+ Apify actors
432
- └── install.ps1 Script d'installation
433
-
434
- └── upstream/ 📦 RÉFÉRENCE UPSTREAM
435
- └── (clone de BMAD-METHOD) Exclu du repo (.gitignore)
391
+ +-- README.md ? Ce fichier (Anglais)
392
+ +-- readme-international/ ? Traductions en autres langues
393
+ +-- CHANGELOG.md ? Historique des versions
394
+ +-- CLAUDE.md ? Config Claude Code
395
+ +-- GEMINI.md ? Config Gemini CLI
396
+ +-- AGENTS.md ? Config Codex CLI / OpenCode
397
+ +-- .gitignore
398
+
399
+ +-- src/
400
+ +-- bmad-plus/ ? MODULE CUSTOM
401
+ +-- module.yaml ? Config module + packs
402
+ +-- module-help.csv ? Aide contextuelle
403
+ +-- agents/
404
+ +-- agent-strategist/ ? Atlas (analyst + pm)
405
+ +-- agent-architect-dev/ ? Forge (architect + dev + tw)
406
+ +-- agent-quality/ ? Sentinel (qa + ux)
407
+ +-- agent-orchestrator/ ? Nexus (sm + qf + autopilot + parallel)
408
+ +-- agent-maker/ ? Maker (meta-agent) [pack: maker]
409
+ +-- agent-shadow/ ? Shadow (osint) [pack: osint]
410
+ +-- skills/
411
+ +-- bmad-plus-autopilot/ ? Pipeline automatis�
412
+ +-- bmad-plus-parallel/ ? Ex�cution parall�le
413
+ +-- bmad-plus-sync/ ? Synchronisation upstream
414
+ +-- data/
415
+ +-- role-triggers.yaml ? R�gles auto-activation
416
+
417
+ +-- monitor/ ?? SURVEILLANCE VPS
418
+ +-- weekly-check.py ? Script principal (cron)
419
+ +-- ai_analyzer.py ? Analyse IA (Gemini API)
420
+ +-- notifier.py ? WhatsApp + email
421
+ +-- mcp_bridge.py ? Pont vers MCP Server
422
+ +-- config.example.yaml ? Template configuration
423
+ +-- docker-compose.yml ? Evolution API
424
+
425
+ +-- mcp-server/ ??? AUDIT 360 MCP
426
+ +-- server.py ? 35 tools, 7 modules
427
+ +-- tools/ ? git_ops, github_ops, etc.
428
+
429
+ +-- osint-agent-package/ ?? OSINT PACKAGE
430
+ +-- agents/ ? Agent Shadow (original)
431
+ +-- skills/ ? 55+ Apify actors
432
+ +-- install.ps1 ? Script d'installation
433
+
434
+ +-- upstream/ ?? R�F�RENCE UPSTREAM
435
+ +-- (clone de BMAD-METHOD) ? Exclu du repo (.gitignore)
436
436
  ```
437
437
 
438
438
  ---
439
439
 
440
- ## ⚙️ Configuration
440
+ ## ?? Configuration
441
441
 
442
442
  ### Variables du module (`module.yaml`)
443
443
 
444
444
  | Variable | Description | Valeurs |
445
445
  |----------|-------------|---------|
446
- | `project_name` | Nom du projet | Auto-détecté |
446
+ | `project_name` | Nom du projet | Auto-d�tect� |
447
447
  | `user_skill_level` | Niveau du dev | beginner, intermediate, expert |
448
- | `execution_mode` | Mode d'exécution | manual, autopilot, hybrid |
449
- | `auto_role_activation` | Auto-switch de rôles | true, false |
450
- | `parallel_execution` | Parallélisme | true, false |
451
- | `install_packs` | Packs installés | core, osint, maker, audit, all |
448
+ | `execution_mode` | Mode d'ex�cution | manual, autopilot, hybrid |
449
+ | `auto_role_activation` | Auto-switch de r�les | true, false |
450
+ | `parallel_execution` | Parall�lisme | true, false |
451
+ | `install_packs` | Packs install�s | core, osint, maker, audit, all |
452
452
 
453
- ### Clés API (selon les packs)
453
+ ### Cl�s API (selon les packs)
454
454
 
455
- | Clé | Pack | Usage |
455
+ | Cl� | Pack | Usage |
456
456
  |-----|------|-------|
457
457
  | `GEMINI_API_KEY` | Monitor | Analyse IA des diffs upstream |
458
458
  | `EVOLUTION_API_KEY` | Monitor | Notifications WhatsApp |
459
- | `APIFY_API_TOKEN` | OSINT | Scraping réseaux sociaux |
459
+ | `APIFY_API_TOKEN` | OSINT | Scraping r�seaux sociaux |
460
460
  | `PERPLEXITY_API_KEY` | OSINT | Recherche enrichie |
461
461
 
462
462
  ---
463
463
 
464
- ## 📜 Version History
464
+ ## ?? Version History
465
465
 
466
466
  | Version | Date | Description |
467
467
  |---------|------|-------------|
468
- | **0.1.0** | 2026-03-17 | 🎉 Foundation 6 agents (Atlas, Forge, Sentinel, Nexus, Shadow, Maker), 3 skills, pack system, monitoring, multi-IDE support |
468
+ | **0.1.0** | 2026-03-17 | ?? Foundation 6 agents (Atlas, Forge, Sentinel, Nexus, Shadow, Maker), 3 skills, pack system, monitoring, multi-IDE support |
469
469
 
470
- Voir [CHANGELOG.md](../CHANGELOG.md) pour le détail complet.
470
+ Voir [CHANGELOG.md](../CHANGELOG.md) pour le d�tail complet.
471
471
 
472
472
  ---
473
473
 
474
- ## 📄 Licence
474
+ ## ?? Licence
475
475
 
476
- MIT Basé sur [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) (MIT)
476
+ MIT Bas� sur [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) (MIT)
477
477
 
478
- ### Crédits
478
+ ### Cr�dits
479
479
 
480
- - **BMAD-METHOD** by [bmad-code-org](https://github.com/bmad-code-org) Framework de base
481
- - **OSINT Pipeline** basé sur [smixs/osint-skill](https://github.com/smixs/osint-skill) (MIT)
482
- - **Apify Actor Runner** intégré de [apify/agent-skills](https://github.com/apify/agent-skills) (MIT)
480
+ - **BMAD-METHOD** by [bmad-code-org](https://github.com/bmad-code-org) Framework de base
481
+ - **OSINT Pipeline** bas� sur [smixs/osint-skill](https://github.com/smixs/osint-skill) (MIT)
482
+ - **Apify Actor Runner** int�gr� de [apify/agent-skills](https://github.com/apify/agent-skills) (MIT)