bmad-plus 0.7.5 → 0.9.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 (281) hide show
  1. package/CHANGELOG.md +479 -425
  2. package/LICENSE +21 -21
  3. package/README.md +557 -447
  4. package/osint-agent-package/README.md +88 -88
  5. package/osint-agent-package/SETUP_KEYS.md +108 -108
  6. package/osint-agent-package/agents/osint-investigator.md +80 -80
  7. package/osint-agent-package/install.ps1 +87 -87
  8. package/osint-agent-package/install.sh +76 -76
  9. package/osint-agent-package/skills/bmad-osint-investigate/SKILL.md +147 -147
  10. package/osint-agent-package/skills/bmad-osint-investigate/osint/SKILL.md +452 -452
  11. package/osint-agent-package/skills/bmad-osint-investigate/osint/assets/dossier-template.md +116 -116
  12. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/content-extraction.md +100 -100
  13. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/enrichment-databases-fr.md +148 -148
  14. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/platforms.md +130 -130
  15. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/psychoprofile.md +69 -69
  16. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/tools.md +281 -281
  17. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/_http.py +101 -101
  18. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/apify.py +266 -260
  19. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/brightdata.py +101 -101
  20. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/diagnose.py +141 -141
  21. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/exa.py +79 -79
  22. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/jina.py +71 -71
  23. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/mcp-client.py +136 -136
  24. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/parallel.py +85 -85
  25. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/perplexity.py +102 -102
  26. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/tavily.py +72 -72
  27. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/volley.py +208 -208
  28. package/osint-agent-package/skills/bmad-osint-investigator/SKILL.md +15 -15
  29. package/package.json +62 -57
  30. package/readme-international/README.de.md +584 -426
  31. package/readme-international/README.es.md +601 -518
  32. package/readme-international/README.fr.md +599 -516
  33. package/src/bmad-plus/agents/agent-architect-dev/SKILL.md +96 -96
  34. package/src/bmad-plus/agents/agent-architect-dev/bmad-skill-manifest.yaml +13 -13
  35. package/src/bmad-plus/agents/agent-maker/SKILL.md +201 -201
  36. package/src/bmad-plus/agents/agent-maker/bmad-skill-manifest.yaml +13 -13
  37. package/src/bmad-plus/agents/agent-orchestrator/SKILL.md +137 -137
  38. package/src/bmad-plus/agents/agent-orchestrator/bmad-skill-manifest.yaml +13 -13
  39. package/src/bmad-plus/agents/agent-quality/SKILL.md +83 -83
  40. package/src/bmad-plus/agents/agent-quality/bmad-skill-manifest.yaml +13 -13
  41. package/src/bmad-plus/agents/agent-shadow/SKILL.md +71 -71
  42. package/src/bmad-plus/agents/agent-shadow/bmad-skill-manifest.yaml +13 -13
  43. package/src/bmad-plus/agents/agent-strategist/SKILL.md +80 -80
  44. package/src/bmad-plus/agents/agent-strategist/bmad-skill-manifest.yaml +13 -13
  45. package/src/bmad-plus/data/role-triggers.yaml +209 -209
  46. package/src/bmad-plus/module-help.csv +10 -10
  47. package/src/bmad-plus/module.yaml +283 -280
  48. package/src/bmad-plus/{agents → packs}/pack-animated/animated-website-agent.md +325 -325
  49. package/src/bmad-plus/{agents → packs}/pack-animated/templates/animated-website-workflow.md +55 -55
  50. package/src/bmad-plus/{agents → packs}/pack-backup/backup-agent.md +71 -71
  51. package/src/bmad-plus/{agents → packs}/pack-backup/templates/backup-workflow.md +51 -51
  52. package/src/bmad-plus/packs/pack-dev-studio/README.md +162 -162
  53. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/analyst-agent.md +73 -73
  54. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/document-project.md +61 -61
  55. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/domain-research.md +95 -95
  56. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/market-research.md +95 -95
  57. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/prfaq.md +134 -134
  58. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/product-brief.md +80 -80
  59. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/tech-writer-agent.md +73 -73
  60. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/technical-research.md +95 -95
  61. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/architect-agent.md +73 -73
  62. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-architecture.md +73 -73
  63. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-epics-stories.md +92 -92
  64. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/generate-project-context.md +80 -80
  65. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/implementation-readiness.md +90 -90
  66. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01-init.md +153 -153
  67. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01b-continue.md +173 -173
  68. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-02-context.md +224 -224
  69. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-03-starter.md +329 -329
  70. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-04-decisions.md +318 -318
  71. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-05-patterns.md +359 -359
  72. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-06-structure.md +379 -379
  73. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-07-validation.md +361 -361
  74. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-08-complete.md +81 -81
  75. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/checkpoint-preview.md +67 -67
  76. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-01-gather-context.md +85 -85
  77. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-02-review.md +35 -35
  78. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-03-triage.md +49 -49
  79. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-04-present.md +131 -131
  80. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review.md +89 -89
  81. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/correct-course.md +300 -300
  82. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/create-story.md +428 -428
  83. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-agent.md +73 -73
  84. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story-checklist.md +80 -80
  85. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story.md +484 -484
  86. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/investigate.md +193 -193
  87. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/qa-e2e-tests.md +175 -175
  88. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/quick-dev.md +110 -110
  89. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/retrospective.md +1511 -1511
  90. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-planning.md +298 -298
  91. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-status.md +296 -296
  92. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-prd.md +29 -29
  93. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-ux-design.md +74 -74
  94. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/edit-prd.md +29 -29
  95. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/pm-agent.md +73 -73
  96. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/prd.md +89 -89
  97. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/ux-designer-agent.md +73 -73
  98. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/validate-prd.md +29 -29
  99. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/advanced-elicitation.md +141 -141
  100. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/adversarial-review.md +37 -37
  101. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/bmad-help.md +75 -75
  102. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/brainstorming.md +6 -6
  103. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/customize.md +110 -110
  104. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/distillator.md +176 -176
  105. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/edge-case-hunter.md +67 -67
  106. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-prose.md +86 -86
  107. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-structure.md +179 -179
  108. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/index-docs.md +66 -66
  109. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/party-mode.md +127 -127
  110. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/shard-doc.md +105 -105
  111. package/src/bmad-plus/packs/pack-dev-studio/dev-studio-orchestrator.md +120 -120
  112. package/src/bmad-plus/packs/pack-dev-studio/shared/architecture-decision-template.md +12 -12
  113. package/src/bmad-plus/packs/pack-dev-studio/shared/bwml-spec.md +328 -328
  114. package/src/bmad-plus/packs/pack-dev-studio/shared/module-help.csv +32 -32
  115. package/src/bmad-plus/packs/pack-dev-studio/upstream-sync.yaml +81 -81
  116. package/src/bmad-plus/packs/pack-memory/README.md +106 -106
  117. package/src/bmad-plus/packs/pack-memory/memory-orchestrator.md +79 -79
  118. package/src/bmad-plus/packs/pack-memory/shared/karpathy-guardrails.md +86 -86
  119. package/src/bmad-plus/packs/pack-memory/shared/memory-protocol.md +143 -143
  120. package/src/bmad-plus/packs/pack-memory/templates/context.md +39 -39
  121. package/src/bmad-plus/packs/pack-memory/templates/decisions.md +25 -25
  122. package/src/bmad-plus/packs/pack-memory/templates/identity.yaml +39 -39
  123. package/src/bmad-plus/packs/pack-memory/templates/lessons.md +31 -31
  124. package/src/bmad-plus/packs/pack-memory/templates/patterns.md +24 -24
  125. package/src/bmad-plus/packs/pack-memory/templates/session-handoff.md +25 -25
  126. package/src/bmad-plus/packs/pack-memory/zecher-agent.md +157 -157
  127. package/src/bmad-plus/{agents → packs}/pack-seo/SKILL.md +171 -171
  128. package/src/bmad-plus/packs/pack-seo/bmad-skill-manifest.yaml +13 -0
  129. package/src/bmad-plus/{agents → packs}/pack-seo/checklist.md +140 -140
  130. package/src/bmad-plus/{agents → packs}/pack-seo/pagespeed-playbook.md +320 -320
  131. package/src/bmad-plus/{agents → packs}/pack-seo/ref/audit-schema.json +187 -187
  132. package/src/bmad-plus/{agents → packs}/pack-seo/ref/cwv-thresholds.md +87 -87
  133. package/src/bmad-plus/{agents → packs}/pack-seo/ref/eeat-criteria.md +123 -123
  134. package/src/bmad-plus/{agents → packs}/pack-seo/ref/geo-signals.md +167 -167
  135. package/src/bmad-plus/{agents → packs}/pack-seo/ref/hreflang-rules.md +153 -153
  136. package/src/bmad-plus/{agents → packs}/pack-seo/ref/quality-gates.md +133 -133
  137. package/src/bmad-plus/{agents → packs}/pack-seo/ref/schema-catalog.md +91 -91
  138. package/src/bmad-plus/{agents → packs}/pack-seo/ref/schema-templates.json +356 -356
  139. package/src/bmad-plus/{agents → packs}/pack-seo/seo-chief.md +294 -294
  140. package/src/bmad-plus/{agents → packs}/pack-seo/seo-judge.md +241 -241
  141. package/src/bmad-plus/{agents → packs}/pack-seo/seo-scout.md +171 -171
  142. package/src/bmad-plus/{agents → packs}/pack-seo/templates/seo-audit-workflow.md +241 -241
  143. package/src/bmad-plus/packs/pack-shield/README.md +110 -110
  144. package/src/bmad-plus/packs/pack-shield/SKILL.md +82 -0
  145. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/csrd-agent.md +262 -262
  146. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/section508-agent.md +179 -179
  147. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/wcag-agent.md +201 -201
  148. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/eu-ai-act-agent.md +97 -97
  149. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/iso42001-agent.md +251 -251
  150. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/nist-ai-rmf-agent.md +133 -133
  151. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/cis-controls-agent.md +221 -221
  152. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/ism-agent.md +150 -150
  153. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/iso27001-agent.md +167 -167
  154. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nis2-agent.md +83 -83
  155. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-800-53-agent.md +250 -250
  156. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-csf-agent.md +218 -218
  157. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/ccpa-agent.md +94 -94
  158. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/dpdpa-agent.md +136 -136
  159. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/gdpr-agent.md +296 -296
  160. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/iso27701-agent.md +134 -134
  161. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/lgpd-agent.md +129 -129
  162. package/src/bmad-plus/packs/pack-shield/categories/defense-export/cmmc-agent.md +127 -127
  163. package/src/bmad-plus/packs/pack-shield/categories/defense-export/ear-agent.md +272 -272
  164. package/src/bmad-plus/packs/pack-shield/categories/defense-export/itar-agent.md +202 -202
  165. package/src/bmad-plus/packs/pack-shield/categories/defense-export/tsa-agent.md +367 -367
  166. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/dora-agent.md +510 -510
  167. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/fedramp-agent.md +247 -247
  168. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/hipaa-agent.md +173 -173
  169. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/pci-dss-agent.md +239 -239
  170. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/soc2-agent.md +266 -266
  171. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/swift-csp-agent.md +164 -164
  172. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-classifier.md +131 -131
  173. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-fria.md +155 -155
  174. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-incidents.md +187 -187
  175. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-roles.md +113 -113
  176. package/src/bmad-plus/packs/pack-shield/categories/workflows/breach-sentinel.md +197 -197
  177. package/src/bmad-plus/packs/pack-shield/categories/workflows/cookie-policy-gen.md +180 -180
  178. package/src/bmad-plus/packs/pack-shield/categories/workflows/dpia-sentinel.md +235 -235
  179. package/src/bmad-plus/packs/pack-shield/categories/workflows/legitimate-interest.md +159 -159
  180. package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-advisor.md +133 -133
  181. package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-notice-gen.md +160 -160
  182. package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-policy-gen.md +135 -135
  183. package/src/bmad-plus/packs/pack-shield/references/ccpa/ccpa-gdpr-comparison.md +117 -117
  184. package/src/bmad-plus/packs/pack-shield/references/ccpa/consumer-rights-workflows.md +177 -177
  185. package/src/bmad-plus/packs/pack-shield/references/cis-controls/framework-mappings.md +162 -162
  186. package/src/bmad-plus/packs/pack-shield/references/cis-controls/implementation-guidance.md +235 -235
  187. package/src/bmad-plus/packs/pack-shield/references/cis-controls/safeguards-detail.md +252 -252
  188. package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-assessment.md +170 -170
  189. package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-levels.md +113 -113
  190. package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-practices.md +211 -211
  191. package/src/bmad-plus/packs/pack-shield/references/csrd/compliance-program.md +281 -281
  192. package/src/bmad-plus/packs/pack-shield/references/csrd/double-materiality.md +253 -253
  193. package/src/bmad-plus/packs/pack-shield/references/csrd/esrs-standards.md +401 -401
  194. package/src/bmad-plus/packs/pack-shield/references/dora/article-reference.md +441 -441
  195. package/src/bmad-plus/packs/pack-shield/references/dora/incident-classification.md +297 -297
  196. package/src/bmad-plus/packs/pack-shield/references/dora/rts-its-guide.md +306 -306
  197. package/src/bmad-plus/packs/pack-shield/references/dora/third-party-risk.md +349 -349
  198. package/src/bmad-plus/packs/pack-shield/references/dpdpa/gdpr-comparison.md +173 -173
  199. package/src/bmad-plus/packs/pack-shield/references/dpdpa/rights-and-obligations.md +426 -426
  200. package/src/bmad-plus/packs/pack-shield/references/dpdpa/rules-2025.md +599 -599
  201. package/src/bmad-plus/packs/pack-shield/references/dpdpa/sections-reference.md +319 -319
  202. package/src/bmad-plus/packs/pack-shield/references/ear/ccl-eccn-guide.md +250 -250
  203. package/src/bmad-plus/packs/pack-shield/references/ear/compliance-program.md +280 -280
  204. package/src/bmad-plus/packs/pack-shield/references/ear/license-exceptions.md +207 -207
  205. package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/gpai-governance.md +267 -267
  206. package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/obligations-high-risk.md +287 -287
  207. package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/risk-classification.md +182 -182
  208. package/src/bmad-plus/packs/pack-shield/references/fedramp/appendices-guide.md +209 -209
  209. package/src/bmad-plus/packs/pack-shield/references/fedramp/control-families.md +281 -281
  210. package/src/bmad-plus/packs/pack-shield/references/fedramp/poam-guide.md +93 -93
  211. package/src/bmad-plus/packs/pack-shield/references/fedramp/readiness-checklist.md +134 -134
  212. package/src/bmad-plus/packs/pack-shield/references/fedramp/sap-sar-guide.md +86 -86
  213. package/src/bmad-plus/packs/pack-shield/references/fedramp/ssp-guide.md +129 -129
  214. package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/documents.md +192 -192
  215. package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/dpa-template.md +121 -121
  216. package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/privacy-notice.md +87 -87
  217. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/breach-notification.md +293 -293
  218. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/privacy-rule.md +276 -276
  219. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/security-rule.md +299 -299
  220. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/templates.md +568 -568
  221. package/src/bmad-plus/packs/pack-shield/references/ism/control-applicability.md +181 -181
  222. package/src/bmad-plus/packs/pack-shield/references/ism/guidelines-overview.md +183 -183
  223. package/src/bmad-plus/packs/pack-shield/references/iso27001/annex-a-2013.md +203 -203
  224. package/src/bmad-plus/packs/pack-shield/references/iso27001/annex-a-2022.md +132 -132
  225. package/src/bmad-plus/packs/pack-shield/references/iso27001/control-mapping.md +153 -153
  226. package/src/bmad-plus/packs/pack-shield/references/iso27701/annex-a-controls.md +195 -195
  227. package/src/bmad-plus/packs/pack-shield/references/iso27701/regulatory-mapping.md +229 -229
  228. package/src/bmad-plus/packs/pack-shield/references/iso27701/transition-guide.md +219 -219
  229. package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-ai-risk-assessment.md +258 -258
  230. package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-clauses-requirements.md +279 -279
  231. package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-controls-annex-a.md +155 -155
  232. package/src/bmad-plus/packs/pack-shield/references/itar/compliance-program.md +174 -174
  233. package/src/bmad-plus/packs/pack-shield/references/itar/licensing-guide.md +146 -146
  234. package/src/bmad-plus/packs/pack-shield/references/itar/usml-categories.md +93 -93
  235. package/src/bmad-plus/packs/pack-shield/references/lgpd/anpd-enforcement.md +147 -147
  236. package/src/bmad-plus/packs/pack-shield/references/lgpd/compliance-program.md +272 -272
  237. package/src/bmad-plus/packs/pack-shield/references/lgpd/lgpd-articles.md +271 -271
  238. package/src/bmad-plus/packs/pack-shield/references/nis2/article-21-measures.md +153 -153
  239. package/src/bmad-plus/packs/pack-shield/references/nis2/iso27001-nis2-mapping.md +68 -68
  240. package/src/bmad-plus/packs/pack-shield/references/nist-800-53/assessment-rmf.md +349 -349
  241. package/src/bmad-plus/packs/pack-shield/references/nist-800-53/baselines-tailoring.md +277 -277
  242. package/src/bmad-plus/packs/pack-shield/references/nist-800-53/control-families.md +450 -450
  243. package/src/bmad-plus/packs/pack-shield/references/nist-ai-rmf/rmf-core.md +361 -361
  244. package/src/bmad-plus/packs/pack-shield/references/nist-ai-rmf/rmf-profiles.md +192 -192
  245. package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-10-to-20-mapping.md +143 -143
  246. package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-20-functions-categories.md +278 -278
  247. package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-implementation-tiers.md +135 -135
  248. package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-requirements.md +366 -366
  249. package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-saq-guide.md +217 -217
  250. package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-v4-changes.md +190 -190
  251. package/src/bmad-plus/packs/pack-shield/references/section-508/wcag-mapping.md +160 -160
  252. package/src/bmad-plus/packs/pack-shield/references/soc2/controls.md +241 -241
  253. package/src/bmad-plus/packs/pack-shield/references/soc2/evidence.md +236 -236
  254. package/src/bmad-plus/packs/pack-shield/references/soc2/policies.md +254 -254
  255. package/src/bmad-plus/packs/pack-shield/references/soc2/vendor.md +276 -276
  256. package/src/bmad-plus/packs/pack-shield/references/swift-csp/swift-assessment.md +202 -202
  257. package/src/bmad-plus/packs/pack-shield/references/swift-csp/swift-controls.md +545 -545
  258. package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-crmp-requirements.md +359 -359
  259. package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-directives-overview.md +187 -187
  260. package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-incident-reporting.md +187 -187
  261. package/src/bmad-plus/packs/pack-shield/references/wcag/criteria-detail.md +510 -510
  262. package/src/bmad-plus/packs/pack-shield/shared/audit-report-template.md +103 -103
  263. package/src/bmad-plus/packs/pack-shield/shared/cross-framework-mapper.md +103 -103
  264. package/src/bmad-plus/packs/pack-shield/shared/gap-analysis-template.md +83 -83
  265. package/src/bmad-plus/packs/pack-shield/shield-orchestrator.md +229 -229
  266. package/src/bmad-plus/packs/pack-shield/upstream-sync.yaml +68 -68
  267. package/src/bmad-plus/skills/bmad-plus-autopilot/SKILL.md +99 -99
  268. package/src/bmad-plus/skills/bmad-plus-parallel/SKILL.md +93 -93
  269. package/src/bmad-plus/skills/bmad-plus-sync/SKILL.md +69 -69
  270. package/tools/bmad-plus-npx.js +3 -5
  271. package/tools/cli/commands/autoconfig.js +508 -489
  272. package/tools/cli/commands/doctor.js +219 -222
  273. package/tools/cli/commands/install.js +548 -739
  274. package/tools/cli/commands/memory.js +194 -194
  275. package/tools/cli/commands/scan.js +362 -350
  276. package/tools/cli/commands/uninstall.js +96 -96
  277. package/tools/cli/commands/update.js +116 -174
  278. package/tools/cli/i18n.js +845 -763
  279. package/tools/cli/lib/memory-init.js +114 -0
  280. package/tools/cli/lib/pack-copy.js +84 -0
  281. package/tools/cli/lib/packs.js +114 -0
@@ -1,516 +1,599 @@
1
- # ?? BMAD+ Augmented AI-Driven Development Framework
2
-
3
- [![Version](https://img.shields.io/badge/version-0.7.5-blue.svg)](../CHANGELOG.md)
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
- [![License](https://img.shields.io/badge/license-MIT-yellow.svg)](../LICENSE)
6
-
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>
9
- </div>
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.
12
-
13
- ---
14
-
15
- ## ?? Table des mati�res
16
-
17
- - [Pourquoi BMAD+ ?](#-pourquoi-bmad-)
18
- - [Quick Start](#-quick-start)
19
- - [Architecture](#-architecture)
20
- - [Les 5 Agents](#-les-5-agents)
21
- - [Syst�me de Packs](#-syst�me-de-packs)
22
- - [Innovations](#-innovations)
23
- - [IDE Support�s](#-ide-support�s)
24
- - [Monitoring Upstream](#-monitoring-upstream)
25
- - [Structure du Projet](#-structure-du-projet)
26
- - [Configuration](#-configuration)
27
- - [Version History](#-version-history)
28
- - [Licence](#-licence)
29
-
30
- ---
31
-
32
- ## ?? Pourquoi BMAD+ ?
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 :
35
-
36
- | BMAD-METHOD | BMAD+ |
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�** |
42
- | Pas de suivi upstream | **Monitoring hebdomadaire** avec WhatsApp |
43
- | 1-2 IDE support�s | **5 IDE** avec d�tection automatique |
44
-
45
- ---
46
-
47
- ## ? Quick Start
48
-
49
- ### Installation dans un projet existant
50
-
51
- ```bash
52
- npx bmad-plus install
53
- ```
54
-
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
60
-
61
- ### Utilisation apr�s installation
62
-
63
- #### ?? � qui parler ?
64
-
65
- | Tu veux... | Parle � | Exemple |
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)
79
-
80
- ```
81
- 1. "Atlas, brainstorme sur mon id�e de [projet]"
82
- ? Atlas analyse, pose des questions, propose des angles
83
-
84
- 2. "Atlas, cr�e le product brief"
85
- ? Deliverable: _bmad-output/discovery/product-brief.md
86
-
87
- 3. "Atlas, r�dige le PRD"
88
- ? Deliverable: _bmad-output/discovery/prd.md
89
-
90
- 4. "Forge, propose l'architecture"
91
- ? Deliverable: _bmad-output/discovery/architecture.md
92
-
93
- 5. "Nexus, d�coupe en epics et stories"
94
- ? Deliverable: _bmad-output/build/stories/
95
-
96
- 6. "Forge, impl�mente la story [X]"
97
- ? Code g�n�r� + tests
98
-
99
- 7. "Sentinel, teste et review"
100
- ? Rapport QA + suggestions
101
- ```
102
-
103
- #### ? Workflow automatique (mode autopilot)
104
-
105
- ```
106
- > autopilot
107
- > "Un SaaS de facturation pour PME avec gestion des devis"
108
- ```
109
-
110
- Nexus orchestre tout automatiquement avec des checkpoints pour ton approbation.
111
-
112
- #### ?? Commandes cl�s
113
-
114
- | Commande | Description |
115
- |----------|-------------|
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 |
119
-
120
-
121
- #### 🔧 Commandes CLI
122
-
123
- | Command | Description |
124
- |---------|-------------|
125
- | `npx bmad-plus install` | Installeur interactif avec sélection de packs et détection IDE |
126
- | `npx bmad-plus scan [chemin]` | Découvrir et indexer les projets dans le cerveau global |
127
- | `npx bmad-plus memory status` | Rapport de santé mémoire (projet + cerveau global) |
128
- | `npx bmad-plus memory export` | Exporter le cerveau en archive Markdown portable |
129
- | `npx bmad-plus doctor` | Vérifier l'intégrité de l'installation |
130
- | `npx bmad-plus update` | Mettre à jour agents et skills (conserve la config) |
131
- | `npx bmad-plus uninstall` | Supprimer BMAD+ du projet actuel |
132
- | `npx bmad-plus autoconfig` | Bootstrap intelligent — auto-détection, installation et configuration |
133
-
134
- #### 🔬 Options d'installation avancées
135
-
136
- ```bash
137
- npx bmad-plus install --packs all --yes
138
- npx bmad-plus install --tools none
139
- npx bmad-plus install --packs core,memory,osint
140
- ```
141
-
142
- > **💡 Astuce dogfooding :** Utilisez `--tools none` pour installer BMAD+ dans un projet qui a déjà des fichiers de config IDE manuels. Cela installe agents, skills et mémoire sans écraser vos `CLAUDE.md`, `GEMINI.md` ou `AGENTS.md` existants.
143
-
144
- #### 🔍 Options de scan
145
-
146
- ```bash
147
- npx bmad-plus scan D:\DEV
148
- npx bmad-plus scan . --active-days 7 --paused-days 90
149
- npx bmad-plus scan D:\DEV --yes --depth 6
150
- ```
151
-
152
- > Légende : 🟢 **actif** (modifié < 30 jours), 🟡 **en pause** (30–180 jours), ⚪ **archivé** (> 180 jours). Seuils personnalisables avec `--active-days` et `--paused-days`.
153
-
154
- ---
155
-
156
- ## ??? Architecture
157
-
158
- ```mermaid
159
- graph TB
160
- subgraph Core["?? Core Pack"]
161
- AT[Atlas ??<br/>Strategist]
162
- FG[Forge ???<br/>Architect-Dev]
163
- SN[Sentinel ??<br/>Quality]
164
- NX[Nexus ??<br/>Orchestrator]
165
- end
166
-
167
- subgraph OSINT["?? OSINT Pack"]
168
- SH[Shadow ??<br/>OSINT Intel]
169
- end
170
-
171
- subgraph Audit["??? Audit Pack"]
172
- SD["Shield ???<br/>(coming soon)"]
173
- end
174
-
175
- NX -->|orchestre| AT
176
- NX -->|orchestre| FG
177
- NX -->|orchestre| SN
178
- NX -->|peut invoquer| SH
179
-
180
- subgraph Skills["Custom Skills"]
181
- AP[Autopilot]
182
- PL[Parallel]
183
- SY[Sync]
184
- end
185
-
186
- NX --> AP
187
- NX --> PL
188
- NX --> SY
189
-
190
- subgraph VPS["VPS Infrastructure"]
191
- MCP[MCP Server<br/>35 tools]
192
- EVO[Evolution API<br/>WhatsApp]
193
- MON[Weekly Monitor]
194
- end
195
-
196
- SY --> MCP
197
- MON --> EVO
198
- MON --> MCP
199
- ```
200
-
201
- ---
202
-
203
- ## ?? Les 5 Agents
204
-
205
- ### Atlas Strategist ??
206
-
207
- **Fusionne :** Analyst (Mary) + Product Manager (John)
208
-
209
- | R�le | Sp�cialit� | Auto-activation |
210
- |------|-----------|-----------------|
211
- | **Analyst** | Recherche march�, SWOT, benchmarks, domain expertise | "analyse", "march�", "benchmark", nouveau projet |
212
- | **Product Manager** | PRD, product briefs, user stories, roadmaps | "PRD", "roadmap", "MVP", phase planning |
213
-
214
- **Capabilities :** Brainstorming (BP), Market Research (MR), Domain Research (DR), Technical Research (TR), Product Brief (CB), PRD (PR), UX Design (CU), Document Project (DP)
215
-
216
- ---
217
-
218
- ### Forge Architect-Dev ???
219
-
220
- **Fusionne :** Architect (Winston) + Developer (Amelia) + Tech Writer (Paige)
221
-
222
- | R�le | Sp�cialit� | Auto-activation |
223
- |------|-----------|-----------------|
224
- | **Architect** | Design technique, API, scalabilit�, choix stack | "architecture", "API", "schema", +5 fichiers modifi�s |
225
- | **Developer** | Impl�mentation TDD, code review, story execution | "implement", "code", "fix", post-architecture |
226
- | **Tech Writer** | Documentation, diagrammes Mermaid, changelogs | "document", "README", post-impl�mentation |
227
-
228
- **Capabilities :** Architecture (CA), Implementation Readiness (IR), Dev Story (DS), Code Review (CR), Quick Spec (QS), Quick Dev (QD), Document Project (DP)
229
-
230
- **Actions critiques (r�le Dev) :**
231
- - Lire TOUTE la story AVANT impl�mentation
232
- - Ex�cuter les t�ches DANS L'ORDRE
233
- - Tests 100% passants AVANT de passer � la suite
234
- - JAMAIS mentir sur les tests
235
-
236
- ---
237
-
238
- ### Sentinel � Quality ??
239
-
240
- **Fusionne :** QA Engineer (Quinn) + UX Designer (Sally)
241
-
242
- | R�le | Sp�cialit� | Auto-activation |
243
- |------|-----------|-----------------|
244
- | **QA Engineer** | Tests API/E2E, edge cases, coverage, code review | "test", "QA", "bug", post-impl�mentation |
245
- | **UX Reviewer** | Evaluation UX, accessibilit�, interaction design | "UX", "interface", "responsive", changements frontend |
246
-
247
- **Capabilities :** QA Tests (QA), Code Review (CR), UX Design (CU)
248
-
249
- ---
250
-
251
- ### Nexus Orchestrator ??
252
-
253
- **Fusionne :** Scrum Master (Bob) + Quick-Flow Solo Dev (Barry) + **Autopilot** (nouveau) + **Parallel Supervisor** (nouveau)
254
-
255
- | R�le | Sp�cialit� | Auto-activation |
256
- |------|-----------|-----------------|
257
- | **Scrum Master** | Sprint planning, stories, retros, course correction | "sprint", "planning", "backlog" |
258
- | **Quick Flow** | Specs rapides, hotfixes, minimum ceremony | "rapide", "hotfix", "petit fix" |
259
- | **Autopilot** | Pipeline automated idea?delivery avec checkpoints | "autopilot", "g�re tout", mode autopilot |
260
- | **Parallel Supervisor** | Multi-agent concurrent, conflict detection, reallocation | "parall�le", t�ches ind�pendantes d�tect�es |
261
-
262
- **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)**
263
-
264
- ---
265
-
266
- ### Shadow � OSINT Intelligence ?? *(Pack OSINT)*
267
-
268
- **Agent d'investigation OSINT complet.**
269
-
270
- | Capability | Description |
271
- |-----------|-------------|
272
- | **INV** | Investigation compl�te Phase 0?6 avec dossier scor� |
273
- | **QS** | Quick search multi-moteurs |
274
- | **LI/IG/FB** | Scraping LinkedIn, Instagram, Facebook |
275
- | **PP** | Psychoprofil MBTI / Big Five |
276
- | **CE** | Enrichissement contact (email, t�l�phone) |
277
- | **DG** | Diagnostic des outils/APIs disponibles |
278
-
279
- **Stack :** 55+ Apify actors, 7 APIs de recherche, 100% Python stdlib, grades de confiance A/B/C/D
280
-
281
- ---
282
-
283
- ### Maker � Agent Creator ?? *(Pack Maker)*
284
-
285
- **M�ta-agent qui cr�e d'autres agents.** Donne-lui une description ? il g�n�re un package complet.
286
-
287
- | Code | Description |
288
- |------|-------------|
289
- | **CA** | Create Agent � cr�ation guid�e en 4 phases |
290
- | **QA** | Quick Agent cr�ation rapide avec d�fauts sens�s |
291
- | **EA** | Edit Agent � modifier un SKILL.md existant |
292
- | **VA** | Validate Agent v�rifier la conformit� BMAD+ |
293
- | **PA** | Package Agent � g�n�rer le dossier d'int�gration |
294
-
295
- **Pipeline :** Discovery ? Design (validation user) ? Generation ? Validation
296
- **Output :** `_bmad-output/ready-to-integrate/` pr�t copier dans BMAD+
297
-
298
- ---
299
-
300
- ## ?? Syst�me de Packs
301
-
302
- BMAD+ utilise un syst�me modulaire par packs. Le Core est toujours install�, les packs additionnels sont optionnels.
303
-
304
- ```
305
- npx bmad-plus install
306
-
307
- ??? Quels packs installer ?
308
- Core (Atlas, Forge, Sentinel, Nexus) est toujours inclus.
309
-
310
- ?? OSINT Shadow (investigation, scraping, psychoprofil)
311
- ?? Agent Creator Maker (design, build, package)
312
- ??? Audit S�curit� Shield (scan vuln�rabilit�s) [bient�t]
313
- ?? Tout installer
314
- Aucun Core uniquement
315
- ```
316
-
317
- | Pack | Agents | Skills | Status |
318
- |------|--------|--------|--------|
319
- | ?? **Core** | Atlas, Forge, Sentinel, Nexus | autopilot, parallel, sync | ? Stable |
320
- | ?? **OSINT** | Shadow | bmad-osint-investigate | ? Stable |
321
- | ?? **Maker** | Maker | � | ? Stable |
322
- | ??? **Audit** | Shield | bmad-audit-scan, bmad-audit-report | ?? Coming soon |
323
-
324
- Chaque pack d�finit :
325
- - Ses agents et skills
326
- - Ses cl�s API requises/optionnelles
327
- - Son package externe (si applicable)
328
-
329
- ---
330
-
331
- ## ? Innovations
332
-
333
- ### 1. Auto-Activation Intelligente 3 Niveaux
334
-
335
- Chaque agent peut **automatiquement** switcher de r�le quand le contexte le demande :
336
-
337
- | Niveau | M�canisme | Exemple |
338
- |--------|-----------|---------|
339
- | ?? **Pattern** | Mots-cl�s dans la demande | "review" ? QA activ� |
340
- | ?? **Contextuel** | Domaine d�tect� pendant le travail | Calculs financiers ? QA auto-activ� apr�s le code |
341
- | ?? **Raisonnement** | Cha�ne logique en cours d'ex�cution | Incoh�rence architecture ? Architect auto-activ� |
342
-
343
- L'agent **annonce** ses auto-activations : *"?? I'm switching to QA mode financial calculations detected. Say 'skip' to stay in current mode."*
344
-
345
- Configuration : `src/bmad-plus/data/role-triggers.yaml`
346
-
347
- ### 2. Mode Autopilot
348
-
349
- Donnez une id�e projet ? Nexus orchestre le pipeline complet :
350
-
351
- ```
352
- ?? Discovery (Atlas)
353
- +? Brainstorming ? Product Brief ? PRD ? UX Design
354
- ?? CHECKPOINT: Approbation PRD
355
-
356
- ??? Build (Forge + Sentinel)
357
- +? Architecture ? Epics ? Stories ? Sprint
358
- ?? CHECKPOINT: Approbation Architecture
359
- +? Pour chaque story: Code ? Tests ? (retry si �chec, max 3)
360
- ?? NOTIFY: Status story
361
-
362
- ?? Ship (Sentinel + Forge)
363
- +? Code Review ? UX Review ? Documentation ? Retro
364
- ?? CHECKPOINT: Approbation finale
365
- ```
366
-
367
- **Checkpoints configurables :**
368
- - `require_approval` (??) Pause, notification WhatsApp, attente
369
- - `notify_only` (??) � Notification, continue sauf intervention
370
- - `auto` (??) Continue automatiquement
371
-
372
- ### 3. Ex�cution Parall�le Supervis�e
373
-
374
- L'Orchestrateur d�tecte les t�ches ind�pendantes et les lance en parall�le :
375
-
376
- | Parall�lisable ? | S�quentiel ?? |
377
- |---|---|
378
- | Stories sans d�pendances | M�me fichier modifi� |
379
- | Recherche + audit tech | Story B d�pend de Story A |
380
- | Tests + documentation | Architecture avant code |
381
-
382
- **Actions de supervision :** Launch, Monitor, Stop, Restart, Reallocate, Escalate (3 �checs ? notification humaine)
383
-
384
- ---
385
-
386
- ## ??? IDE Support�s
387
-
388
- L'installeur d�tecte automatiquement les IDE et g�n�re les configs :
389
-
390
- | IDE | Fichier Config | D�tection |
391
- |-----|---------------|-----------|
392
- | Claude Code | `CLAUDE.md` | Dossier `.claude/` |
393
- | Gemini CLI | `GEMINI.md` | Dossier `.gemini/` |
394
- | Antigravity | `.gemini/` + `.agents/` | Extension Antigravity |
395
- | Codex CLI | `AGENTS.md` | Dossier `.codex/` |
396
- | OpenCode | `OPENCODE.md` | Config opencode |
397
-
398
- ---
399
-
400
- ## ?? Monitoring Upstream
401
-
402
- ### Pipeline hebdomadaire (cron VPS, lundi 9h)
403
-
404
- ```
405
- 1. git fetch upstream BMAD-METHOD
406
- 2. Diff analysis (commits, fichiers modifi�s)
407
- 3. Analyse IA via Gemini API ? classification
408
- ?? Compatible | ?? � v�rifier | ?? Breaking
409
- 4. Notification WhatsApp via Evolution API
410
- 5. Auto-PR si changements compatibles
411
- ```
412
-
413
- ### Stack
414
- - **weekly-check.py** Script principal (cron)
415
- - **ai_analyzer.py** Analyse IA (Gemini 2.0 Flash)
416
- - **notifier.py** WhatsApp (Evolution API self-hosted) + email fallback
417
- - **mcp_bridge.py** Pont vers Audit 360� MCP Server (git/github ops)
418
-
419
- ---
420
-
421
- ## ?? Structure du Projet
422
-
423
- ```
424
- BMAD+/
425
- +-- README.md ? Ce fichier (Anglais)
426
- +-- readme-international/ ? Traductions en autres langues
427
- +-- CHANGELOG.md ? Historique des versions
428
- +-- CLAUDE.md ? Config Claude Code
429
- +-- GEMINI.md ? Config Gemini CLI
430
- +-- AGENTS.md ? Config Codex CLI / OpenCode
431
- +-- .gitignore
432
-
433
- +-- src/
434
- � +-- bmad-plus/ ? MODULE CUSTOM
435
- � +-- module.yaml ? Config module + packs
436
- � +-- module-help.csv ? Aide contextuelle
437
- � +-- agents/
438
- � � +-- agent-strategist/ ? Atlas (analyst + pm)
439
- � � +-- agent-architect-dev/ ? Forge (architect + dev + tw)
440
- � � +-- agent-quality/ ? Sentinel (qa + ux)
441
- � � +-- agent-orchestrator/ ? Nexus (sm + qf + autopilot + parallel)
442
- � � +-- agent-maker/ ? Maker (meta-agent) [pack: maker]
443
- � � +-- agent-shadow/ ? Shadow (osint) [pack: osint]
444
- � +-- skills/
445
- � � +-- bmad-plus-autopilot/ ? Pipeline automatis�
446
- � � +-- bmad-plus-parallel/ ? Ex�cution parall�le
447
- � � +-- bmad-plus-sync/ ? Synchronisation upstream
448
- � +-- data/
449
- � +-- role-triggers.yaml ? R�gles auto-activation
450
-
451
- +-- monitor/ ?? SURVEILLANCE VPS
452
- � +-- weekly-check.py ? Script principal (cron)
453
- � +-- ai_analyzer.py ? Analyse IA (Gemini API)
454
- � +-- notifier.py ? WhatsApp + email
455
- � +-- mcp_bridge.py ? Pont vers MCP Server
456
- � +-- config.example.yaml ? Template configuration
457
- � +-- docker-compose.yml ? Evolution API
458
-
459
- +-- mcp-server/ ??? AUDIT 360� MCP
460
- � +-- server.py ? 35 tools, 7 modules
461
- � +-- tools/ ? git_ops, github_ops, etc.
462
-
463
- +-- osint-agent-package/ ?? OSINT PACKAGE
464
- � +-- agents/ ? Agent Shadow (original)
465
- +-- skills/ ? 55+ Apify actors
466
- � +-- install.ps1 ? Script d'installation
467
-
468
- +-- upstream/ ?? R�F�RENCE UPSTREAM
469
- +-- (clone de BMAD-METHOD) ? Exclu du repo (.gitignore)
470
- ```
471
-
472
- ---
473
-
474
- ## ?? Configuration
475
-
476
- ### Variables du module (`module.yaml`)
477
-
478
- | Variable | Description | Valeurs |
479
- |----------|-------------|---------|
480
- | `project_name` | Nom du projet | Auto-d�tect� |
481
- | `user_skill_level` | Niveau du dev | beginner, intermediate, expert |
482
- | `execution_mode` | Mode d'ex�cution | manual, autopilot, hybrid |
483
- | `auto_role_activation` | Auto-switch de r�les | true, false |
484
- | `parallel_execution` | Parall�lisme | true, false |
485
- | `install_packs` | Packs install�s | core, osint, maker, audit, all |
486
-
487
- ### Cl�s API (selon les packs)
488
-
489
- | Cl� | Pack | Usage |
490
- |-----|------|-------|
491
- | `GEMINI_API_KEY` | Monitor | Analyse IA des diffs upstream |
492
- | `EVOLUTION_API_KEY` | Monitor | Notifications WhatsApp |
493
- | `APIFY_API_TOKEN` | OSINT | Scraping r�seaux sociaux |
494
- | `PERPLEXITY_API_KEY` | OSINT | Recherche enrichie |
495
-
496
- ---
497
-
498
- ## ?? Version History
499
-
500
- | Version | Date | Description |
501
- |---------|------|-------------|
502
- | **0.1.0** | 2026-03-17 | ?? Foundation � 6 agents (Atlas, Forge, Sentinel, Nexus, Shadow, Maker), 3 skills, pack system, monitoring, multi-IDE support |
503
-
504
- Voir [CHANGELOG.md](../CHANGELOG.md) pour le d�tail complet.
505
-
506
- ---
507
-
508
- ## ?? Licence
509
-
510
- MIT Bas� sur [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) (MIT)
511
-
512
- ### Cr�dits
513
-
514
- - **BMAD-METHOD** by [bmad-code-org](https://github.com/bmad-code-org) Framework de base
515
- - **OSINT Pipeline** bas� sur [smixs/osint-skill](https://github.com/smixs/osint-skill) (MIT)
516
- - **Apify Actor Runner** int�gr� de [apify/agent-skills](https://github.com/apify/agent-skills) (MIT)
1
+ # 🚀 BMAD+ Framework Multi-Agent IA Augmenté
2
+
3
+ [![Version](https://img.shields.io/badge/version-0.9.0-blue.svg)](../CHANGELOG.md)
4
+ [![Based on](https://img.shields.io/badge/based%20on-BMAD--METHOD-green.svg)](https://github.com/bmad-code-org/BMAD-METHOD)
5
+ [![License](https://img.shields.io/badge/license-MIT-yellow.svg)](../LICENSE)
6
+
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>
9
+ </div>
10
+
11
+ > **56+ agents multi-rôles · 9 packs modulaires · Mode Autopilot · Exécution parallèle · 143 tests**
12
+ > Fork intelligent de [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) — Agents auto-activables avec détection contextuelle 3 niveaux, conformité GRC (Shield), pipeline SDLC complet (Dev Studio), intelligence OSINT, audit SEO, mémoire persistante cross-session, et installeur CLI 10 langues.
13
+
14
+ ---
15
+
16
+ ## 📋 Table des matières
17
+
18
+ - [Pourquoi BMAD+ ?](#-pourquoi-bmad-)
19
+ - [Quick Start](#-quick-start)
20
+ - [Architecture](#-architecture)
21
+ - [Les 56+ Agents](#les-56-agents)
22
+ - [Système de Packs](#-système-de-packs)
23
+ - [Innovations](#-innovations)
24
+ - [IDE Supportés](#-ide-supportés)
25
+ - [Monitoring Upstream](#-monitoring-upstream)
26
+ - [Structure du Projet](#-structure-du-projet)
27
+ - [Configuration](#-configuration)
28
+ - [Version History](#-version-history)
29
+ - [Licence](#-licence)
30
+
31
+ ---
32
+
33
+ ## 💡 Pourquoi BMAD+ ?
34
+
35
+ BMAD-METHOD est un excellent framework 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 :
36
+
37
+ | BMAD-METHOD | BMAD+ |
38
+ |---|---|
39
+ | 9 agents spécialisés | **56+ agents** (12 rôles au total) |
40
+ | Activation manuelle uniquement | **Auto-activation intelligente** à 3 niveaux |
41
+ | Pas de pipeline automatisé | **Mode Autopilot** : idée → livraison |
42
+ | Exécution séquentielle | **Parallélisme supervisé** |
43
+ | Pas de suivi upstream | **Monitoring hebdomadaire** avec WhatsApp |
44
+ | 1-2 IDE supportés | **5 IDE** avec détection automatique |
45
+
46
+ ---
47
+
48
+ ## ⚡ Quick Start
49
+
50
+ ### Installation dans un projet existant
51
+
52
+ ```bash
53
+ npx bmad-plus install
54
+ ```
55
+
56
+ L'installeur :
57
+ 1. Détecte automatiquement les IDE installés (Claude Code, Gemini CLI, Codex, etc.)
58
+ 2. Propose les packs à installer (Core, OSINT, Maker, Audit)
59
+ 3. Génère les fichiers de configuration adaptés
60
+ 4. Crée les dossiers d'artefacts
61
+
62
+ ### Utilisation après installation
63
+
64
+ #### 💬 À qui parler ?
65
+
66
+ **📊 Stratégie & Découverte**
67
+
68
+ | Tu veux... | Parle à | Exemple |
69
+ |---|---|---|
70
+ | Brainstormer une idée de projet | **Atlas** 🎯 | `Atlas, j'ai une idée de projet : un SaaS de facturation` |
71
+ | Étude de marché / domaine | **Atlas** 🎯 | `Atlas, analyse le marché des apps de prise de notes IA` |
72
+ | Créer un PRD / Product Brief | **Atlas** 🎯 | `Atlas, crée le PRD pour mon projet` |
73
+ | Concevoir les wireframes UX | **Atlas** 🎯 | `Atlas, conçois l'UX du flux d'onboarding` |
74
+
75
+ **🏗️ Architecture & Développement**
76
+
77
+ | Tu veux... | Parle à | Exemple |
78
+ |---|---|---|
79
+ | Concevoir l'architecture technique | **Forge** 🏗️ | `Forge, propose une architecture pour l'app` |
80
+ | Implémenter une user story | **Forge** 🏗️ | `Forge, implémente la story AUTH-001` |
81
+ | Écrire/mettre à jour la doc | **Forge** 🏗️ | `Forge, documente l'API` |
82
+ | Hotfix rapide ou petit changement | **Forge** 🏗️ | `Forge, quick dev : ajoute un spinner de chargement` |
83
+
84
+ **🔍 Qualité & Revue**
85
+
86
+ | Tu veux... | Parle à | Exemple |
87
+ |---|---|---|
88
+ | Revue de code | **Sentinel** 🔍 | `Sentinel, review le module auth` |
89
+ | Écrire des tests (unit/E2E) | **Sentinel** 🔍 | `Sentinel, écris des tests E2E pour le checkout` |
90
+ | Audit UX / accessibilité | **Sentinel** 🔍 | `Sentinel, review l'UX du dashboard` |
91
+
92
+ **🎼 Gestion de Projet**
93
+
94
+ | Tu veux... | Parle à | Exemple |
95
+ |---|---|---|
96
+ | Planifier un sprint | **Nexus** 🎼 | `Nexus, crée les epics et stories pour le MVP` |
97
+ | Tout automatiser (A à Z) | **Nexus** 🎼 | `autopilot` puis décris ton projet |
98
+ | Lancer des tâches en parallèle | **Nexus** 🎼 | `parallel` — détecte auto les tâches indépendantes |
99
+ | Rétrospective de sprint | **Nexus** 🎼 | `Nexus, lance une rétro sur le Sprint 3` |
100
+
101
+ **🕵️ Intelligence & Packs Spécialisés**
102
+
103
+ | Tu veux... | Parle à | Exemple |
104
+ |---|---|---|
105
+ | Investiguer une personne (OSINT) | **Shadow** 🕵️ | `Shadow, investigate Jean Dupont` |
106
+ | Créer un nouvel agent BMAD+ | **Maker** 🧬 | `Maker, crée un agent de support client` |
107
+ | Rappeler des décisions passées | **Zecher** 🧠 | `Zecher, qu'a-t-on décidé pour la stratégie d'auth ?` |
108
+ | Résumé de session (handoff) | **Zecher** 🧠 | `Zecher, crée un handoff pour la prochaine session` |
109
+
110
+ #### 🚀 Workflow typique (mode manuel)
111
+
112
+ ```
113
+ 1. "Atlas, brainstorme sur mon idée de [projet]"
114
+ Atlas analyse, pose des questions, propose des angles
115
+
116
+ 2. "Atlas, crée le product brief"
117
+ Deliverable: _bmad-output/discovery/product-brief.md
118
+
119
+ 3. "Atlas, rédige le PRD"
120
+ → Deliverable: _bmad-output/discovery/prd.md
121
+
122
+ 4. "Forge, propose l'architecture"
123
+ Deliverable: _bmad-output/discovery/architecture.md
124
+
125
+ 5. "Nexus, découpe en epics et stories"
126
+ Deliverable: _bmad-output/build/stories/
127
+
128
+ 6. "Forge, implémente la story [X]"
129
+ Code généré + tests
130
+
131
+ 7. "Sentinel, teste et review"
132
+ Rapport QA + suggestions
133
+ ```
134
+
135
+ #### ⚡ Workflow automatique (mode autopilot)
136
+
137
+ ```
138
+ > autopilot
139
+ > "Un SaaS de facturation pour PME avec gestion des devis"
140
+ ```
141
+
142
+ Nexus orchestre tout automatiquement avec des checkpoints pour ton approbation.
143
+
144
+ #### 💬 Commandes clés
145
+
146
+ | Commande | Description |
147
+ |----------|-------------|
148
+ | `bmad-help` | Voir tous les agents et skills disponibles |
149
+ | `autopilot` | Nexus prend le contrôle du pipeline complet |
150
+ | `parallel` | Lancer l'exécution multi-agents en parallèle |
151
+
152
+
153
+ #### 🔧 Commandes CLI
154
+
155
+ | Commande | Description |
156
+ |---------|-------------|
157
+ | `npx bmad-plus install` | Installeur interactif avec sélection de packs et détection IDE |
158
+ | `npx bmad-plus scan [chemin]` | Découvrir et indexer les projets dans le cerveau global |
159
+ | `npx bmad-plus memory status` | Rapport de santé mémoire (projet + cerveau global) |
160
+ | `npx bmad-plus memory export` | Export du cerveau en archive Markdown portable |
161
+ | `npx bmad-plus doctor` | Vérifier l'intégrité de l'installation |
162
+ | `npx bmad-plus update` | Mettre à jour agents et skills (préserve la config) |
163
+ | `npx bmad-plus uninstall` | Supprimer BMAD+ du projet actuel |
164
+ | `npx bmad-plus autoconfig` | Bootstrap intelligent — détection auto, installation et configuration |
165
+
166
+ #### 🔬 Options d'installation avancées
167
+
168
+ ```bash
169
+ # Installation non-interactive — tous les packs, détection auto des IDE
170
+ npx bmad-plus install --packs all --yes
171
+
172
+ # Installer sans écraser les configs IDE (CLAUDE.md, GEMINI.md, etc.)
173
+ npx bmad-plus install --tools none
174
+
175
+ # Installer des packs spécifiques uniquement
176
+ npx bmad-plus install --packs core,memory,osint
177
+
178
+ # Installer dans un autre répertoire
179
+ npx bmad-plus install --directory /chemin/vers/projet
180
+ ```
181
+
182
+ > **💡 Astuce dogfooding :** Utilisez `--tools none` quand vous installez BMAD+ dans un projet qui a déjà des configs IDE manuelles. Cela installe agents, skills et mémoire sans écraser vos `CLAUDE.md`, `GEMINI.md` ou `AGENTS.md` existants.
183
+
184
+ #### 🔍 Options de scan
185
+
186
+ ```bash
187
+ # Scanner un disque ou répertoire
188
+ npx bmad-plus scan D:\DEV
189
+
190
+ # Seuils personnalisés pour le statut projet
191
+ npx bmad-plus scan . --active-days 7 --paused-days 90
192
+
193
+ # Auto-indexer tout sans confirmation
194
+ npx bmad-plus scan D:\DEV --yes --depth 6
195
+ ```
196
+
197
+ > Légende des statuts : 🟢 **actif** (modifié < 30 jours), 🟡 **en pause** (30–180 jours), ⚪ **archivé** (> 180 jours). Seuils personnalisables avec `--active-days` et `--paused-days`.
198
+
199
+ ---
200
+
201
+ ## 🏗️ Architecture
202
+
203
+ ```mermaid
204
+ graph TB
205
+ subgraph Core["⚙️ Core Pack"]
206
+ AT["Atlas 🎯"]
207
+ FG["Forge 🏗️"]
208
+ SN["Sentinel 🔍"]
209
+ NX["Nexus 🎼"]
210
+ end
211
+
212
+ subgraph Packs["📦 Modular Packs"]
213
+ SH["Shadow 🕵️ OSINT"]
214
+ MK["Maker 🧬"]
215
+ ZC["Zecher 🧠 Memory"]
216
+ SD["Shield 🛡️ GRC 38 agents"]
217
+ DS["Dev Studio 🏗️ SDLC 6 agents"]
218
+ SEO["SEO Engine 🔎 3 agents"]
219
+ BK["Backup 🗂️"]
220
+ AN["Animated 🎬"]
221
+ end
222
+
223
+ subgraph Skills["⚡ Core Skills"]
224
+ AP[Autopilot]
225
+ PL[Parallel]
226
+ end
227
+
228
+ NX -->|orchestrates| AT
229
+ NX -->|orchestrates| FG
230
+ NX -->|orchestrates| SN
231
+ NX -->|invokes| SH
232
+ NX -->|invokes| MK
233
+ NX --> AP
234
+ NX --> PL
235
+ ZC -.->|context| NX
236
+ ```
237
+
238
+ ---
239
+
240
+ ## 🎭 Les 56+ Agents
241
+
242
+ ### Atlas Strategist 🎯
243
+
244
+ **Fusionne :** Analyst (Mary) + Product Manager (John)
245
+
246
+ | Rôle | Spécialité | Auto-activation |
247
+ |------|-----------|-----------------|
248
+ | **Analyst** | Recherche marché, SWOT, benchmarks, domain expertise | "analyse", "marché", "benchmark", nouveau projet |
249
+ | **Product Manager** | PRD, product briefs, user stories, roadmaps | "PRD", "roadmap", "MVP", phase planning |
250
+
251
+ **Capabilities :** Brainstorming (BP), Market Research (MR), Domain Research (DR), Technical Research (TR), Product Brief (CB), PRD (PR), UX Design (CU), Document Project (DP)
252
+
253
+ ---
254
+
255
+ ### Forge Architect-Dev 🏗️
256
+
257
+ **Fusionne :** Architect (Winston) + Developer (Amelia) + Tech Writer (Paige)
258
+
259
+ | Rôle | Spécialité | Auto-activation |
260
+ |------|-----------|-----------------|
261
+ | **Architect** | Design technique, API, scalabilité, choix stack | "architecture", "API", "schema", +5 fichiers modifiés |
262
+ | **Developer** | Implémentation TDD, code review, story execution | "implement", "code", "fix", post-architecture |
263
+ | **Tech Writer** | Documentation, diagrammes Mermaid, changelogs | "document", "README", post-implémentation |
264
+
265
+ **Capabilities :** Architecture (CA), Implementation Readiness (IR), Dev Story (DS), Code Review (CR), Quick Spec (QS), Quick Dev (QD), Document Project (DP)
266
+
267
+ **Actions critiques (rôle Dev) :**
268
+ - Lire TOUTE la story AVANT implémentation
269
+ - Exécuter les tâches DANS L'ORDRE
270
+ - Tests 100% passants AVANT de passer à la suite
271
+ - JAMAIS mentir sur les tests
272
+
273
+ ---
274
+
275
+ ### Sentinel Quality 🔍
276
+
277
+ **Fusionne :** QA Engineer (Quinn) + UX Designer (Sally)
278
+
279
+ | Rôle | Spécialité | Auto-activation |
280
+ |------|-----------|-----------------|
281
+ | **QA Engineer** | Tests API/E2E, edge cases, coverage, code review | "test", "QA", "bug", post-implémentation |
282
+ | **UX Reviewer** | Evaluation UX, accessibilité, interaction design | "UX", "interface", "responsive", changements frontend |
283
+
284
+ **Capabilities :** QA Tests (QA), Code Review (CR), UX Design (CU)
285
+
286
+ ---
287
+
288
+ ### Nexus — Orchestrator 🎼
289
+
290
+ **Fusionne :** Scrum Master (Bob) + Quick-Flow Solo Dev (Barry) + **Autopilot** (nouveau) + **Parallel Supervisor** (nouveau)
291
+
292
+ | Rôle | Spécialité | Auto-activation |
293
+ |------|-----------|-----------------|
294
+ | **Scrum Master** | Sprint planning, stories, retros, course correction | "sprint", "planning", "backlog" |
295
+ | **Quick Flow** | Specs rapides, hotfixes, minimum ceremony | "rapide", "hotfix", "petit fix" |
296
+ | **Autopilot** | Pipeline automated idea→delivery avec checkpoints | "autopilot", "gère tout", mode autopilot |
297
+ | **Parallel Supervisor** | Multi-agent concurrent, conflict detection, reallocation | "parallèle", tâches indépendantes détectées |
298
+
299
+ **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)**
300
+
301
+ ---
302
+
303
+ ### Shadow — OSINT Intelligence 🔍 *(Pack OSINT)*
304
+
305
+ **Agent d'investigation OSINT complet.**
306
+
307
+ | Capability | Description |
308
+ |-----------|-------------|
309
+ | **INV** | Investigation complète Phase 0→6 avec dossier scoré |
310
+ | **QS** | Quick search multi-moteurs |
311
+ | **LI/IG/FB** | Scraping LinkedIn, Instagram, Facebook |
312
+ | **PP** | Psychoprofil MBTI / Big Five |
313
+ | **CE** | Enrichissement contact (email, téléphone) |
314
+ | **DG** | Diagnostic des outils/APIs disponibles |
315
+
316
+ **Stack :** 55+ Apify actors, 7 APIs de recherche, 100% Python stdlib, grades de confiance A/B/C/D
317
+
318
+ ---
319
+
320
+ ### Maker Agent Creator 🧬 *(Pack Maker)*
321
+
322
+ **Méta-agent qui crée d'autres agents.** Donne-lui une description il génère un package complet.
323
+
324
+ | Code | Description |
325
+ |------|-------------|
326
+ | **CA** | Create Agent — création guidée en 4 phases |
327
+ | **QA** | Quick Agent — création rapide avec défauts sensés |
328
+ | **EA** | Edit Agent — modifier un SKILL.md existant |
329
+ | **VA** | Validate Agent — vérifier la conformité BMAD+ |
330
+ | **PA** | Package Agent — générer le dossier d'intégration |
331
+
332
+ **Pipeline :** Discovery → Design (validation user) → Generation → Validation
333
+ **Output :** `_bmad-output/ready-to-integrate/` prêt à copier dans BMAD+
334
+
335
+ ---
336
+
337
+ ### Zecher Gardien de la Mémoire 🧠 *(Pack Memory)*
338
+
339
+ **Agent de mémoire persistante cross-sessions.** Maintient les connaissances projet entre les conversations.
340
+
341
+ | Capacité | Description |
342
+ |-----------|-------------|
343
+ | **Session Handoff** | Crée automatiquement des résumés de session avec décisions, patterns et leçons |
344
+ | **Context Recall** | Récupère les décisions/patterns pertinents au début de chaque conversation |
345
+ | **Brain Health** | Surveille l'intégrité des fichiers mémoire et détecte l'obsolescence |
346
+ | **Cross-Project** | Lie la mémoire projet au cerveau global (`~/.bmad-plus/brain/`) |
347
+ | **Karpathy Guardrails** | Empêche les mémoires hallucinées — chaque entrée nécessite une preuve source |
348
+
349
+ **Fichiers mémoire :** `decisions.md`, `lessons.md`, `patterns.md`, `context.md`, `sessions/`
350
+
351
+ ## 📦 Système de Packs
352
+
353
+ BMAD+ utilise un système modulaire par packs. Le Core est toujours installé, les packs additionnels sont optionnels.
354
+
355
+ ```
356
+ npx bmad-plus install
357
+
358
+ 🎛️ Quels packs installer ?
359
+ Core (Atlas, Forge, Sentinel, Nexus) est toujours inclus.
360
+
361
+ 🔍 OSINT — Shadow (investigation, scraping, psychoprofil)
362
+ 🧬 Agent Creator — Maker (design, build, package)
363
+ 🛡️ Audit Sécurité Shield (scan vulnérabilités)
364
+ 🤖 Tout installer
365
+ Aucun — Core uniquement
366
+ ```
367
+
368
+ | Pack | Agents | Description | Statut |
369
+ |------|--------|-------------|--------|
370
+ | ⚙️ **Core** | Atlas, Forge, Sentinel, Nexus | Cycle de vie dev complet : stratégie → architecture → code → QA | ✅ Stable |
371
+ | 🔍 **OSINT** | Shadow | Investigation, scraping social, psychoprofil (55+ acteurs Apify) | ✅ Stable |
372
+ | 🧬 **Maker** | Maker | Concevoir, construire, valider et packager de nouveaux agents BMAD+ | ✅ Stable |
373
+ | 🛡️ **Shield** | 38 agents de conformité | GRC sur 25+ frameworks : GDPR, ISO 27001, SOC 2, HIPAA, PCI DSS, EU AI Act, DORA, NIS2 | ✅ Stable |
374
+ | 🏗️ **Dev Studio** | 6 agents spécialisés SDLC | SDLC complet : brainstorm → PRD → architecture → TDD → review (30 workflows) | ✅ Stable |
375
+ | 🔍 **SEO** | Scout, Chief, Judge | Audit SEO 6 phases, boucle PageSpeed, APIs Google, benchmark concurrentiel | ✅ Stable |
376
+ | 🗂️ **Backup** | Backup Agent | ZIP horodaté avec exclusions intelligentes | ✅ Stable |
377
+ | 🎬 **Animated** | Animated Website Agent | Site web luxe scroll-driven à partir de vidéo | ✅ Stable |
378
+ | 🧠 **Memory** | Zecher | Cerveau cross-session, scanner de projets, guardrails Karpathy | ✅ Stable |
379
+
380
+ Chaque pack définit :
381
+ - Ses agents, skills et workflows
382
+ - Ses clés API requises/optionnelles
383
+ - Son package externe (si applicable)
384
+ - Ses règles de cohabitation avec les autres packs
385
+
386
+ ---
387
+
388
+ ## Innovations
389
+
390
+ ### 1. Auto-Activation Intelligente à 3 Niveaux
391
+
392
+ Chaque agent peut **automatiquement** switcher de rôle quand le contexte le demande :
393
+
394
+ | Niveau | Mécanisme | Exemple |
395
+ |--------|-----------|---------|
396
+ | 🔤 **Pattern** | Mots-clés dans la demande | "review" QA activé |
397
+ | 🌐 **Contextuel** | Domaine détecté pendant le travail | Calculs financiers → QA auto-activé après le code |
398
+ | 🧠 **Raisonnement** | Chaîne logique en cours d'exécution | Incohérence architecture → Architect auto-activé |
399
+
400
+ L'agent **annonce** ses auto-activations : *"💡 I'm switching to QA mode — financial calculations detected. Say 'skip' to stay in current mode."*
401
+
402
+ Configuration : `src/bmad-plus/data/role-triggers.yaml`
403
+
404
+ ### 2. Mode Autopilot
405
+
406
+ Donnez une idée projet Nexus orchestre le pipeline complet :
407
+
408
+ ```
409
+ 📋 Discovery (Atlas)
410
+ └→ Brainstorming Product Brief → PRD → UX Design
411
+ 🔴 CHECKPOINT: Approbation PRD
412
+
413
+ 🏗️ Build (Forge + Sentinel)
414
+ └→ Architecture Epics Stories → Sprint
415
+ 🔴 CHECKPOINT: Approbation Architecture
416
+ └→ Pour chaque story: Code → Tests → (retry si échec, max 3)
417
+ 🟡 NOTIFY: Status story
418
+
419
+ 🚀 Ship (Sentinel + Forge)
420
+ └→ Code Review → UX Review → Documentation → Retro
421
+ 🔴 CHECKPOINT: Approbation finale
422
+ ```
423
+
424
+ **Checkpoints configurables :**
425
+ - `require_approval` (🔴) Pause, notification WhatsApp, attente
426
+ - `notify_only` (🟡) Notification, continue sauf intervention
427
+ - `auto` (🟢) Continue automatiquement
428
+
429
+ ### 3. Exécution Parallèle Supervisée
430
+
431
+ L'Orchestrateur détecte les tâches indépendantes et les lance en parallèle :
432
+
433
+ | Parallélisable ✅ | Séquentiel 🚫 |
434
+ |---|---|
435
+ | Stories sans dépendances | Même fichier modifié |
436
+ | Recherche + audit tech | Story B dépend de Story A |
437
+ | Tests + documentation | Architecture avant code |
438
+
439
+ **Actions de supervision :** Launch, Monitor, Stop, Restart, Reallocate, Escalate (3 échecs notification humaine)
440
+
441
+ ---
442
+
443
+ ## 🖥️ IDE Supportés
444
+
445
+ L'installeur détecte automatiquement les IDE et génère les configs :
446
+
447
+ | IDE | Fichier Config | Détection |
448
+ |-----|---------------|-----------|
449
+ | Claude Code | `CLAUDE.md` | Dossier `.claude/` |
450
+ | Gemini CLI | `GEMINI.md` | Dossier `.gemini/` |
451
+ | Antigravity | `.gemini/` + `.agents/` | Extension Antigravity |
452
+ | Codex CLI | `AGENTS.md` | Dossier `.codex/` |
453
+ | OpenCode | `OPENCODE.md` | Config opencode |
454
+
455
+ ---
456
+
457
+ ## 📡 Monitoring Upstream
458
+
459
+ ### Pipeline hebdomadaire (cron VPS, lundi 9h)
460
+
461
+ ```
462
+ 1. git fetch upstream BMAD-METHOD
463
+ 2. Diff analysis (commits, fichiers modifiés)
464
+ 3. Analyse IA via Gemini API → classification
465
+ 🟢 Compatible | 🟡 À vérifier | 🔴 Breaking
466
+ 4. Notification WhatsApp via Evolution API
467
+ 5. Auto-PR si changements compatibles
468
+ ```
469
+
470
+ ### Stack
471
+ - **weekly-check.py** — Script principal (cron)
472
+ - **ai_analyzer.py** — Analyse IA (Gemini 2.0 Flash)
473
+ - **notifier.py** — WhatsApp (Evolution API self-hosted) + email fallback
474
+ - **mcp_bridge.py** — Pont vers Audit 360° MCP Server (git/github ops)
475
+
476
+ ---
477
+
478
+ ## 📁 Structure du Projet
479
+
480
+ ```
481
+ BMAD+/
482
+ ├── README.md ← Ce fichier (Anglais)
483
+ ├── readme-international/ ← Traductions en autres langues
484
+ ├── CHANGELOG.md ← Historique des versions
485
+ ├── CLAUDE.md ← Config Claude Code
486
+ ├── GEMINI.md ← Config Gemini CLI
487
+ ├── AGENTS.md ← Config Codex CLI / OpenCode
488
+ ├── .gitignore
489
+
490
+ ├── src/
491
+ │ └── bmad-plus/ ⭐ MODULE CUSTOM
492
+ │ ├── module.yaml ← Config module + packs
493
+ │ ├── module-help.csv ← Aide contextuelle
494
+ │ ├── agents/
495
+ │ │ ├── agent-strategist/ ← Atlas (analyst + pm)
496
+ │ │ ├── agent-architect-dev/ ← Forge (architect + dev + tw)
497
+ │ │ ├── agent-quality/ ← Sentinel (qa + ux)
498
+ │ │ ├── agent-orchestrator/ Nexus (sm + qf + autopilot + parallel)
499
+ │ │ ├── agent-maker/ ← Maker (meta-agent) [pack: maker]
500
+ │ │ └── agent-shadow/ ← Shadow (osint) [pack: osint]
501
+ │ ├── skills/
502
+ │ │ ├── bmad-plus-autopilot/ Pipeline automatisé
503
+ │ │ ├── bmad-plus-parallel/ ← Exécution parallèle
504
+ │ │ └── bmad-plus-sync/ ← Synchronisation upstream
505
+ │ └── data/
506
+ │ └── role-triggers.yaml ← Règles auto-activation
507
+
508
+ ├── monitor/ 🤖 SURVEILLANCE VPS
509
+ │ ├── weekly-check.py ← Script principal (cron)
510
+ │ ├── ai_analyzer.py ← Analyse IA (Gemini API)
511
+ │ ├── notifier.py ← WhatsApp + email
512
+ │ ├── mcp_bridge.py ← Pont vers MCP Server
513
+ │ ├── config.example.yaml ← Template configuration
514
+ │ └── docker-compose.yml ← Evolution API
515
+
516
+ ├── mcp-server/ 🛡️ AUDIT 360° MCP
517
+ │ ├── server.py ← 35 tools, 7 modules
518
+ │ └── tools/ ← git_ops, github_ops, etc.
519
+
520
+ ├── osint-agent-package/ 🔍 OSINT PACKAGE
521
+ │ ├── agents/ ← Agent Shadow (original)
522
+ │ ├── skills/ ← 55+ Apify actors
523
+ │ └── install.ps1 ← Script d'installation
524
+
525
+ └── upstream/ 📦 RÉFÉRENCE UPSTREAM
526
+ └── (clone de BMAD-METHOD) ← Exclu du repo (.gitignore)
527
+ ```
528
+
529
+ ---
530
+
531
+ ## ⚙️ Configuration
532
+
533
+ ### Variables du module (`module.yaml`)
534
+
535
+ | Variable | Description | Valeurs |
536
+ |----------|-------------|---------|
537
+ | `project_name` | Nom du projet | Auto-détecté |
538
+ | `user_skill_level` | Niveau du dev | beginner, intermediate, expert |
539
+ | `execution_mode` | Mode d'exécution | manual, autopilot, hybrid |
540
+ | `auto_role_activation` | Auto-switch de rôles | true, false |
541
+ | `parallel_execution` | Parallélisme | true, false |
542
+ | `install_packs` | Packs installés | core, osint, maker, audit, all |
543
+
544
+ ### Clés API (selon les packs)
545
+
546
+ | Clé | Pack | Usage |
547
+ |-----|------|-------|
548
+ | `GEMINI_API_KEY` | Monitor | Analyse IA des diffs upstream |
549
+ | `EVOLUTION_API_KEY` | Monitor | Notifications WhatsApp |
550
+ | `APIFY_API_TOKEN` | OSINT | Scraping réseaux sociaux |
551
+ | `PERPLEXITY_API_KEY` | OSINT | Recherche enrichie |
552
+
553
+ ---
554
+
555
+ ## 📜 Version History
556
+
557
+ | Version | Date | Description |
558
+ |---------|------|-------------|
559
+ | **0.1.0** | 2026-03-17 | 🎉 Foundation — 56+ agents (Atlas, Forge, Sentinel, Nexus, Shadow, Maker), 3 skills, pack system, monitoring, multi-IDE support |
560
+ | **0.2.0** | 2026-03-18 | 🔀 Fusion Oveanet — 3 nouveaux packs utilitaires : SEO Audit 360, Universal Backup, Animated Website |
561
+ | **0.3.0** | 2026-03-19 | 🚀 SEO Engine v2.0 — 3 agents multi-rôles, 4 scripts Python, workflow 6 phases, boucle PageSpeed, analyse GEO |
562
+ | **0.4.0** | 2026-03-19 | 🏢 SEO Engine v2.1 — Orchestrateur SKILL.md, APIs Google, rapports HTML, benchmark concurrentiel, 50 tests, extensions GSC + GA4 |
563
+ | **0.4.1** | 2026-03-19 | 🌐 CLI 10 langues, pipeline CI/CD, `.npmignore`, durcissement sécurité |
564
+ | **0.4.2** | 2026-03-19 | 📦 Packs publics — SEO/Backup/Animated dans npm |
565
+ | **0.4.3** | 2026-05-17 | 🔧 Commandes update + doctor, i18n complète, correction crédits |
566
+ | **0.4.4** | 2026-05-17 | 🔧 Correction encodage UTF-8, i18n complète 10 langues, 62 tests unitaires |
567
+ | **0.5.0** | 2026-05-17 | 🛡️ **Pack Shield** — 38 agents de conformité GRC |
568
+ | **0.6.0** | 2026-05-17 | 🏗️ **Pack Dev Studio** — 6 agents spécialisés SDLC + 30 workflows SDLC |
569
+ | **0.9.0** | 2026-06-24 | 🚀 **Augmenté & Sécurisé** — 3 nouveaux packs (animated, backup, seo), correction P0 sécurité, 143/143 tests |
570
+ | **0.8.0** | 2026-06-24 | 🚀 **Augmenté & Sécurisé** — 3 nouveaux packs (animated, backup, seo), correction P0 sécurité, 143/143 tests |
571
+
572
+ Voir [CHANGELOG.md](../CHANGELOG.md) pour le détail complet.
573
+
574
+ ---
575
+
576
+ ## 📄 Licence
577
+
578
+ MIT — Basé sur [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) (MIT)
579
+
580
+ ### Crédits
581
+
582
+ **Créateur**
583
+ - **BMAD+** Créé par [Laurent Rochetta](https://github.com/lrochetta) ([LinkedIn](https://www.linkedin.com/in/laurentrochetta/))
584
+
585
+ **Packs Originaux** (créés par Laurent Rochetta)
586
+ - **Dev Studio** — 6 agents SDLC spécialisés : Miriam (analyste d'affaires), Huldah (rédactrice technique), Yosef (chef de produit), Rachel (designer UX), Bezalel (architecte système), Oholiab (ingénieur senior) — 44 workflows couvrant l'ensemble du cycle de vie du brainstorming au déploiement
587
+ - **SEO Engine** — 3 agents (Scout, Chief, Judge), pipeline d'audit 6 phases, boucle PageSpeed, intégrations Google Search Console et GA4
588
+ - **Memory Pack** — Agent Zecher pour cerveau persistant cross-session avec scanner de projets
589
+
590
+ **Sources Externes et Inspirations**
591
+ - **BMAD-METHOD** par [bmad-code-org](https://github.com/bmad-code-org/BMAD-METHOD) — Méthodologie multi-agents originale (MIT)
592
+ - **Shield GRC** — 38 agents de conformité basés sur des textes réglementaires publics (RGPD, ISO 27001, SOC 2, HIPAA, EU AI Act, DORA, NIST, CMMC, etc.)
593
+ - **OSINT Pipeline** basé sur [smixs/osint-skill](https://github.com/smixs/osint-skill) (MIT)
594
+ - **Apify Actor Runner** intégré de [apify/agent-skills](https://github.com/apify/agent-skills) (MIT)
595
+ - **Karpathy Guardrails** adapté de [Andrej Karpathy](https://github.com/multica-ai/andrej-karpathy-skills) (MIT) — Règles comportementales pour Memory Pack
596
+
597
+ **Outils et Infrastructure**
598
+ - [Evolution API](https://github.com/EvolutionAPI/evolution-api) — Notifications WhatsApp pour la surveillance upstream
599
+ - [Gemini API](https://ai.google.dev/) — Analyse IA pour la classification des changements upstream