bmad-plus 0.6.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.
- package/CHANGELOG.md +20 -0
- package/README.md +144 -144
- package/package.json +1 -1
- package/readme-international/README.de.md +125 -125
- package/readme-international/README.es.md +215 -215
- package/readme-international/README.fr.md +213 -213
- package/src/bmad-plus/module.yaml +13 -0
- package/src/bmad-plus/packs/pack-memory/README.md +106 -0
- package/src/bmad-plus/packs/pack-memory/memory-orchestrator.md +79 -0
- package/src/bmad-plus/packs/pack-memory/shared/karpathy-guardrails.md +86 -0
- package/src/bmad-plus/packs/pack-memory/shared/memory-protocol.md +143 -0
- package/src/bmad-plus/packs/pack-memory/templates/context.md +39 -0
- package/src/bmad-plus/packs/pack-memory/templates/decisions.md +25 -0
- package/src/bmad-plus/packs/pack-memory/templates/identity.yaml +39 -0
- package/src/bmad-plus/packs/pack-memory/templates/lessons.md +31 -0
- package/src/bmad-plus/packs/pack-memory/templates/patterns.md +24 -0
- package/src/bmad-plus/packs/pack-memory/templates/session-handoff.md +25 -0
- package/src/bmad-plus/packs/pack-memory/zecher-agent.md +157 -0
- package/tools/cli/commands/install.js +135 -0
- package/tools/cli/i18n.js +10 -10
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
|
|
1
|
+
# ?? BMAD+ � Augmented AI-Driven Development Framework
|
|
2
2
|
|
|
3
|
-
[](../CHANGELOG.md)
|
|
4
4
|
[](https://github.com/bmad-code-org/BMAD-METHOD)
|
|
5
5
|
[](../LICENSE)
|
|
6
6
|
|
|
7
7
|
<div align="center">
|
|
8
|
-
<a href="../README.md">English</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
|
|
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
|
-
##
|
|
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
|
-
- [
|
|
21
|
+
- [Syst�me de Packs](#-syst�me-de-packs)
|
|
22
22
|
- [Innovations](#-innovations)
|
|
23
|
-
- [IDE
|
|
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
|
-
##
|
|
32
|
+
## ?? Pourquoi BMAD+ ?
|
|
33
33
|
|
|
34
|
-
BMAD-METHOD est un framework excellent avec 9 agents
|
|
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
|
|
39
|
-
| Activation manuelle uniquement | **Auto-activation intelligente**
|
|
40
|
-
| Pas de pipeline
|
|
41
|
-
|
|
|
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
|
|
43
|
+
| 1-2 IDE support�s | **5 IDE** avec d�tection automatique |
|
|
44
44
|
|
|
45
45
|
---
|
|
46
46
|
|
|
47
|
-
##
|
|
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.
|
|
57
|
-
2. Propose les packs
|
|
58
|
-
3.
|
|
59
|
-
4.
|
|
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
|
|
61
|
+
### Utilisation apr�s installation
|
|
62
62
|
|
|
63
|
-
####
|
|
63
|
+
#### ?? � qui parler ?
|
|
64
64
|
|
|
65
|
-
| Tu veux... | Parle
|
|
65
|
+
| Tu veux... | Parle � | Exemple |
|
|
66
66
|
|---|---|---|
|
|
67
|
-
| Discuter d'une
|
|
68
|
-
|
|
|
69
|
-
| Concevoir l'architecture technique | **Forge**
|
|
70
|
-
|
|
|
71
|
-
|
|
|
72
|
-
| Tester / faire une revue de code | **Sentinel**
|
|
73
|
-
| Planifier un sprint | **Nexus**
|
|
74
|
-
| Tout automatiser de A
|
|
75
|
-
| Investiguer une personne (OSINT) | **Shadow**
|
|
76
|
-
|
|
|
77
|
-
|
|
78
|
-
####
|
|
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
|
|
82
|
-
|
|
81
|
+
1. "Atlas, brainstorme sur mon id�e de [projet]"
|
|
82
|
+
? Atlas analyse, pose des questions, propose des angles
|
|
83
83
|
|
|
84
|
-
2. "Atlas,
|
|
85
|
-
|
|
84
|
+
2. "Atlas, cr�e le product brief"
|
|
85
|
+
? Deliverable: _bmad-output/discovery/product-brief.md
|
|
86
86
|
|
|
87
|
-
3. "Atlas,
|
|
88
|
-
|
|
87
|
+
3. "Atlas, r�dige le PRD"
|
|
88
|
+
? Deliverable: _bmad-output/discovery/prd.md
|
|
89
89
|
|
|
90
90
|
4. "Forge, propose l'architecture"
|
|
91
|
-
|
|
91
|
+
? Deliverable: _bmad-output/discovery/architecture.md
|
|
92
92
|
|
|
93
|
-
5. "Nexus,
|
|
94
|
-
|
|
93
|
+
5. "Nexus, d�coupe en epics et stories"
|
|
94
|
+
? Deliverable: _bmad-output/build/stories/
|
|
95
95
|
|
|
96
|
-
6. "Forge,
|
|
97
|
-
|
|
96
|
+
6. "Forge, impl�mente la story [X]"
|
|
97
|
+
? Code g�n�r� + tests
|
|
98
98
|
|
|
99
99
|
7. "Sentinel, teste et review"
|
|
100
|
-
|
|
100
|
+
? Rapport QA + suggestions
|
|
101
101
|
```
|
|
102
102
|
|
|
103
|
-
####
|
|
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
|
-
####
|
|
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
|
|
118
|
-
| `parallel` | Lancer l'
|
|
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
|
-
##
|
|
122
|
+
## ??? Architecture
|
|
123
123
|
|
|
124
124
|
```mermaid
|
|
125
125
|
graph TB
|
|
126
|
-
subgraph Core["
|
|
127
|
-
AT[Atlas
|
|
128
|
-
FG[Forge
|
|
129
|
-
SN[Sentinel
|
|
130
|
-
NX[Nexus
|
|
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["
|
|
134
|
-
SH[Shadow
|
|
133
|
+
subgraph OSINT["?? OSINT Pack"]
|
|
134
|
+
SH[Shadow ??<br/>OSINT Intel]
|
|
135
135
|
end
|
|
136
136
|
|
|
137
|
-
subgraph Audit["
|
|
138
|
-
SD["Shield
|
|
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
|
-
##
|
|
169
|
+
## ?? Les 5 Agents
|
|
170
170
|
|
|
171
|
-
### Atlas
|
|
171
|
+
### Atlas � Strategist ??
|
|
172
172
|
|
|
173
173
|
**Fusionne :** Analyst (Mary) + Product Manager (John)
|
|
174
174
|
|
|
175
|
-
|
|
|
175
|
+
| R�le | Sp�cialit� | Auto-activation |
|
|
176
176
|
|------|-----------|-----------------|
|
|
177
|
-
| **Analyst** | Recherche march
|
|
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
|
|
184
|
+
### Forge � Architect-Dev ???
|
|
185
185
|
|
|
186
186
|
**Fusionne :** Architect (Winston) + Developer (Amelia) + Tech Writer (Paige)
|
|
187
187
|
|
|
188
|
-
|
|
|
188
|
+
| R�le | Sp�cialit� | Auto-activation |
|
|
189
189
|
|------|-----------|-----------------|
|
|
190
|
-
| **Architect** | Design technique, API, scalabilit
|
|
191
|
-
| **Developer** |
|
|
192
|
-
| **Tech Writer** | Documentation, diagrammes Mermaid, changelogs | "document", "README", post-
|
|
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 (
|
|
197
|
-
- Lire TOUTE la story AVANT
|
|
198
|
-
-
|
|
199
|
-
- Tests 100% passants AVANT de passer
|
|
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
|
|
204
|
+
### Sentinel � Quality ??
|
|
205
205
|
|
|
206
206
|
**Fusionne :** QA Engineer (Quinn) + UX Designer (Sally)
|
|
207
207
|
|
|
208
|
-
|
|
|
208
|
+
| R�le | Sp�cialit� | Auto-activation |
|
|
209
209
|
|------|-----------|-----------------|
|
|
210
|
-
| **QA Engineer** | Tests API/E2E, edge cases, coverage, code review | "test", "QA", "bug", post-
|
|
211
|
-
| **UX Reviewer** | Evaluation UX, accessibilit
|
|
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
|
|
217
|
+
### Nexus � Orchestrator ??
|
|
218
218
|
|
|
219
219
|
**Fusionne :** Scrum Master (Bob) + Quick-Flow Solo Dev (Barry) + **Autopilot** (nouveau) + **Parallel Supervisor** (nouveau)
|
|
220
220
|
|
|
221
|
-
|
|
|
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 idea
|
|
226
|
-
| **Parallel Supervisor** | Multi-agent concurrent, conflict detection, reallocation | "
|
|
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
|
|
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
|
|
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,
|
|
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
|
|
249
|
+
### Maker � Agent Creator ?? *(Pack Maker)*
|
|
250
250
|
|
|
251
|
-
**
|
|
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
|
|
256
|
-
| **QA** | Quick Agent
|
|
257
|
-
| **EA** | Edit Agent
|
|
258
|
-
| **VA** | Validate Agent
|
|
259
|
-
| **PA** | Package Agent
|
|
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
|
|
262
|
-
**Output :** `_bmad-output/ready-to-integrate/`
|
|
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
|
-
##
|
|
266
|
+
## ?? Syst�me de Packs
|
|
267
267
|
|
|
268
|
-
BMAD+ utilise un
|
|
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
|
-
|
|
273
|
+
??? Quels packs installer ?
|
|
274
274
|
Core (Atlas, Forge, Sentinel, Nexus) est toujours inclus.
|
|
275
275
|
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
Aucun
|
|
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
|
-
|
|
|
286
|
-
|
|
|
287
|
-
|
|
|
288
|
-
|
|
|
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
|
|
290
|
+
Chaque pack d�finit :
|
|
291
291
|
- Ses agents et skills
|
|
292
|
-
- Ses
|
|
292
|
+
- Ses cl�s API requises/optionnelles
|
|
293
293
|
- Son package externe (si applicable)
|
|
294
294
|
|
|
295
295
|
---
|
|
296
296
|
|
|
297
|
-
##
|
|
297
|
+
## ? Innovations
|
|
298
298
|
|
|
299
|
-
### 1. Auto-Activation Intelligente
|
|
299
|
+
### 1. Auto-Activation Intelligente � 3 Niveaux
|
|
300
300
|
|
|
301
|
-
Chaque agent peut **automatiquement** switcher de
|
|
301
|
+
Chaque agent peut **automatiquement** switcher de r�le quand le contexte le demande :
|
|
302
302
|
|
|
303
|
-
| Niveau |
|
|
303
|
+
| Niveau | M�canisme | Exemple |
|
|
304
304
|
|--------|-----------|---------|
|
|
305
|
-
|
|
|
306
|
-
|
|
|
307
|
-
|
|
|
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 : *"
|
|
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
|
|
315
|
+
Donnez une id�e projet ? Nexus orchestre le pipeline complet :
|
|
316
316
|
|
|
317
317
|
```
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
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` (
|
|
335
|
-
- `notify_only` (
|
|
336
|
-
- `auto` (
|
|
334
|
+
- `require_approval` (??) � Pause, notification WhatsApp, attente
|
|
335
|
+
- `notify_only` (??) � Notification, continue sauf intervention
|
|
336
|
+
- `auto` (??) � Continue automatiquement
|
|
337
337
|
|
|
338
|
-
### 3.
|
|
338
|
+
### 3. Ex�cution Parall�le Supervis�e
|
|
339
339
|
|
|
340
|
-
L'Orchestrateur
|
|
340
|
+
L'Orchestrateur d�tecte les t�ches ind�pendantes et les lance en parall�le :
|
|
341
341
|
|
|
342
|
-
|
|
|
342
|
+
| Parall�lisable ? | S�quentiel ?? |
|
|
343
343
|
|---|---|
|
|
344
|
-
| Stories sans
|
|
345
|
-
| Recherche + audit tech | Story B
|
|
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
|
|
348
|
+
**Actions de supervision :** Launch, Monitor, Stop, Restart, Reallocate, Escalate (3 �checs ? notification humaine)
|
|
349
349
|
|
|
350
350
|
---
|
|
351
351
|
|
|
352
|
-
##
|
|
352
|
+
## ??? IDE Support�s
|
|
353
353
|
|
|
354
|
-
L'installeur
|
|
354
|
+
L'installeur d�tecte automatiquement les IDE et g�n�re les configs :
|
|
355
355
|
|
|
356
|
-
| IDE | Fichier Config |
|
|
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
|
-
##
|
|
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
|
|
373
|
-
3. Analyse IA via Gemini API
|
|
374
|
-
|
|
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**
|
|
381
|
-
- **ai_analyzer.py**
|
|
382
|
-
- **notifier.py**
|
|
383
|
-
- **mcp_bridge.py**
|
|
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
|
-
##
|
|
387
|
+
## ?? Structure du Projet
|
|
388
388
|
|
|
389
389
|
```
|
|
390
390
|
BMAD+/
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
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
|
-
##
|
|
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-
|
|
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'
|
|
449
|
-
| `auto_role_activation` | Auto-switch de
|
|
450
|
-
| `parallel_execution` |
|
|
451
|
-
| `install_packs` | Packs
|
|
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
|
-
###
|
|
453
|
+
### Cl�s API (selon les packs)
|
|
454
454
|
|
|
455
|
-
|
|
|
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
|
|
459
|
+
| `APIFY_API_TOKEN` | OSINT | Scraping r�seaux sociaux |
|
|
460
460
|
| `PERPLEXITY_API_KEY` | OSINT | Recherche enrichie |
|
|
461
461
|
|
|
462
462
|
---
|
|
463
463
|
|
|
464
|
-
##
|
|
464
|
+
## ?? Version History
|
|
465
465
|
|
|
466
466
|
| Version | Date | Description |
|
|
467
467
|
|---------|------|-------------|
|
|
468
|
-
| **0.1.0** | 2026-03-17 |
|
|
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
|
|
470
|
+
Voir [CHANGELOG.md](../CHANGELOG.md) pour le d�tail complet.
|
|
471
471
|
|
|
472
472
|
---
|
|
473
473
|
|
|
474
|
-
##
|
|
474
|
+
## ?? Licence
|
|
475
475
|
|
|
476
|
-
MIT
|
|
476
|
+
MIT � Bas� sur [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) (MIT)
|
|
477
477
|
|
|
478
|
-
###
|
|
478
|
+
### Cr�dits
|
|
479
479
|
|
|
480
|
-
- **BMAD-METHOD** by [bmad-code-org](https://github.com/bmad-code-org)
|
|
481
|
-
- **OSINT Pipeline**
|
|
482
|
-
- **Apify Actor Runner**
|
|
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)
|