bmad-plus 0.12.1 → 0.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/CHANGELOG.md +612 -580
  2. package/README.md +90 -115
  3. package/osint-agent-package/agents/osint-investigator.md +12 -0
  4. package/osint-agent-package/skills/bmad-osint-investigate/osint/SKILL.md +491 -482
  5. package/osint-agent-package/skills/bmad-osint-investigate/osint/assets/dossier-template.md +126 -126
  6. package/osint-agent-package/skills/bmad-osint-investigate/osint/assets/lawful-basis-record.md +48 -48
  7. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/content-extraction.md +100 -100
  8. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/gdpr-osint.md +48 -48
  9. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/platforms.md +130 -130
  10. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/psychoprofile.md +69 -69
  11. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/tools.md +281 -281
  12. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/mcp-client.py +136 -136
  13. package/package.json +104 -91
  14. package/readme-international/README.de.md +596 -594
  15. package/readme-international/README.es.md +613 -611
  16. package/readme-international/README.fr.md +611 -609
  17. package/src/bmad-plus/agents/agent-shadow/SKILL.md +18 -0
  18. package/src/bmad-plus/data/role-triggers.yaml +52 -0
  19. package/src/bmad-plus/module.yaml +283 -283
  20. package/src/bmad-plus/packs/pack-animated/animated-website-agent.md +325 -325
  21. package/src/bmad-plus/packs/pack-animated/templates/animated-website-workflow.md +55 -55
  22. package/src/bmad-plus/packs/pack-backup/backup-agent.md +71 -71
  23. package/src/bmad-plus/packs/pack-backup/templates/backup-workflow.md +51 -51
  24. package/src/bmad-plus/packs/pack-dev-studio/README.md +162 -162
  25. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/analyst-agent.md +73 -73
  26. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/document-project.md +61 -61
  27. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/domain-research.md +95 -95
  28. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/market-research.md +95 -95
  29. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/prfaq.md +134 -134
  30. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/product-brief.md +80 -80
  31. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/tech-writer-agent.md +73 -73
  32. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/technical-research.md +95 -95
  33. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/architect-agent.md +73 -73
  34. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-architecture.md +73 -73
  35. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-epics-stories.md +92 -92
  36. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/generate-project-context.md +80 -80
  37. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/implementation-readiness.md +90 -90
  38. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01-init.md +153 -153
  39. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01b-continue.md +173 -173
  40. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-02-context.md +224 -224
  41. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-03-starter.md +329 -329
  42. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-04-decisions.md +318 -318
  43. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-05-patterns.md +359 -359
  44. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-06-structure.md +379 -379
  45. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-07-validation.md +361 -361
  46. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-08-complete.md +81 -81
  47. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/checkpoint-preview.md +67 -67
  48. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-01-gather-context.md +85 -85
  49. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-02-review.md +35 -35
  50. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-03-triage.md +49 -49
  51. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-04-present.md +131 -131
  52. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review.md +89 -89
  53. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/correct-course.md +300 -300
  54. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/create-story.md +428 -428
  55. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-agent.md +73 -73
  56. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story-checklist.md +80 -80
  57. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story.md +484 -484
  58. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/investigate.md +193 -193
  59. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/qa-e2e-tests.md +175 -175
  60. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/quick-dev.md +110 -110
  61. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/retrospective.md +1511 -1511
  62. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-planning.md +298 -298
  63. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-status.md +296 -296
  64. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-prd.md +29 -29
  65. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-ux-design.md +74 -74
  66. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/edit-prd.md +29 -29
  67. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/pm-agent.md +73 -73
  68. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/prd.md +89 -89
  69. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/ux-designer-agent.md +73 -73
  70. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/validate-prd.md +29 -29
  71. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/advanced-elicitation.md +141 -141
  72. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/adversarial-review.md +37 -37
  73. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/bmad-help.md +75 -75
  74. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/brainstorming.md +6 -6
  75. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/customize.md +110 -110
  76. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/distillator.md +176 -176
  77. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/edge-case-hunter.md +67 -67
  78. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-prose.md +86 -86
  79. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-structure.md +179 -179
  80. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/index-docs.md +66 -66
  81. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/party-mode.md +127 -127
  82. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/shard-doc.md +105 -105
  83. package/src/bmad-plus/packs/pack-dev-studio/dev-studio-orchestrator.md +120 -120
  84. package/src/bmad-plus/packs/pack-dev-studio/shared/architecture-decision-template.md +12 -12
  85. package/src/bmad-plus/packs/pack-dev-studio/shared/bwml-spec.md +328 -328
  86. package/src/bmad-plus/packs/pack-dev-studio/shared/module-help.csv +32 -32
  87. package/src/bmad-plus/packs/pack-dev-studio/upstream-sync.yaml +81 -81
  88. package/src/bmad-plus/packs/pack-seo/SKILL.md +171 -171
  89. package/src/bmad-plus/packs/pack-seo/checklist.md +140 -140
  90. package/src/bmad-plus/packs/pack-seo/pagespeed-playbook.md +320 -320
  91. package/src/bmad-plus/packs/pack-seo/ref/audit-schema.json +187 -187
  92. package/src/bmad-plus/packs/pack-seo/ref/cwv-thresholds.md +87 -87
  93. package/src/bmad-plus/packs/pack-seo/ref/eeat-criteria.md +123 -123
  94. package/src/bmad-plus/packs/pack-seo/ref/geo-signals.md +167 -167
  95. package/src/bmad-plus/packs/pack-seo/ref/hreflang-rules.md +153 -153
  96. package/src/bmad-plus/packs/pack-seo/ref/quality-gates.md +133 -133
  97. package/src/bmad-plus/packs/pack-seo/ref/schema-catalog.md +91 -91
  98. package/src/bmad-plus/packs/pack-seo/ref/schema-templates.json +356 -356
  99. package/src/bmad-plus/packs/pack-seo/requirements.txt +17 -0
  100. package/src/bmad-plus/packs/pack-seo/scripts/seo_apis.py +456 -0
  101. package/src/bmad-plus/packs/pack-seo/scripts/seo_crawl.py +359 -0
  102. package/src/bmad-plus/packs/pack-seo/scripts/seo_fetch.py +304 -0
  103. package/src/bmad-plus/packs/pack-seo/scripts/seo_parse.py +255 -0
  104. package/src/bmad-plus/packs/pack-seo/scripts/seo_report.py +410 -0
  105. package/src/bmad-plus/packs/pack-seo/scripts/seo_screenshot.py +202 -0
  106. package/src/bmad-plus/packs/pack-seo/seo-chief.md +294 -294
  107. package/src/bmad-plus/packs/pack-seo/seo-judge.md +241 -241
  108. package/src/bmad-plus/packs/pack-seo/seo-scout.md +171 -171
  109. package/src/bmad-plus/packs/pack-seo/templates/seo-audit-workflow.md +241 -241
  110. package/src/bmad-plus/packs/pack-shield/README.md +6 -6
  111. package/src/bmad-plus/packs/pack-shield/SKILL.md +2 -2
  112. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/csrd-agent.md +11 -11
  113. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/section508-agent.md +11 -11
  114. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/wcag-agent.md +11 -11
  115. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/eu-ai-act-agent.md +11 -11
  116. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/iso42001-agent.md +11 -11
  117. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/nist-ai-rmf-agent.md +11 -11
  118. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/cis-controls-agent.md +11 -11
  119. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/ism-agent.md +11 -11
  120. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/iso27001-agent.md +11 -11
  121. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nis2-agent.md +11 -11
  122. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-800-53-agent.md +11 -11
  123. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-csf-agent.md +11 -11
  124. package/src/bmad-plus/packs/pack-shield/categories/defense-export/cmmc-agent.md +11 -11
  125. package/src/bmad-plus/packs/pack-shield/categories/defense-export/ear-agent.md +11 -11
  126. package/src/bmad-plus/packs/pack-shield/categories/defense-export/itar-agent.md +11 -11
  127. package/src/bmad-plus/packs/pack-shield/categories/defense-export/tsa-agent.md +11 -11
  128. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/dora-agent.md +11 -11
  129. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/fedramp-agent.md +11 -11
  130. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/hipaa-agent.md +11 -11
  131. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/pci-dss-agent.md +11 -11
  132. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/soc2-agent.md +11 -11
  133. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/swift-csp-agent.md +11 -11
  134. package/src/bmad-plus/packs/pack-shield/shield-orchestrator.md +1 -1
  135. package/tools/build/check-counts.js +628 -0
  136. package/tools/build/generated-adapters/.codex/AGENTS.md +1 -1
  137. package/tools/build/generated-adapters/.cursor/rules/bmad-plus.mdc +1 -1
  138. package/tools/build/generated-adapters/.opencode/AGENTS.md +1 -1
  139. package/tools/build/generated-adapters/AGENTS.md +1 -1
  140. package/tools/build/generated-adapters/CLAUDE.md +1 -1
  141. package/tools/build/generated-adapters/CONVENTIONS.md +1 -1
  142. package/tools/build/generated-adapters/GEMINI.md +1 -1
  143. package/tools/cli/commands/autoconfig.js +470 -470
  144. package/tools/cli/commands/doctor.js +233 -233
  145. package/tools/cli/commands/install.js +598 -501
  146. package/tools/cli/commands/memory-journal-cmd.js +311 -311
  147. package/tools/cli/commands/memory.js +195 -195
  148. package/tools/cli/commands/scan.js +348 -348
  149. package/tools/cli/commands/uninstall.js +101 -101
  150. package/tools/cli/commands/update.js +134 -134
  151. package/tools/cli/i18n.js +845 -845
  152. package/tools/cli/lib/README-memory-journal.md +125 -125
  153. package/tools/cli/lib/ide-config.js +267 -259
  154. package/tools/cli/lib/python-provision.js +508 -508
  155. package/tools/cli/lib/stack-detect.js +102 -102
  156. package/tools/cli/lib/validate.js +50 -50
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # 🚀 BMAD+ — Augmented Multi-Agent AI Framework
2
2
 
3
- [![Version](https://img.shields.io/badge/version-0.12.1-blue.svg)](CHANGELOG.md)
3
+ [![Version](https://img.shields.io/badge/version-0.12.2-blue.svg)](CHANGELOG.md)
4
4
  [![Based on](https://img.shields.io/badge/based%20on-BMAD--METHOD-green.svg)](https://github.com/bmad-code-org/BMAD-METHOD)
5
5
  [![License](https://img.shields.io/badge/license-MIT-yellow.svg)](LICENSE)
6
6
 
@@ -15,75 +15,27 @@
15
15
 
16
16
  ## 📋 Table of Contents
17
17
 
18
- - [What is BMAD+?](#-what-is-bmad)
18
+ - [Why BMAD+?](#-why-bmad-)
19
19
  - [Quick Start](#-quick-start)
20
- - [The 56+ Agents](#the-56-agents)
20
+ - [Architecture](#-architecture)
21
+ - [The 47 Agents](#the-47-agents)
21
22
  - [Pack System](#-pack-system)
22
23
  - [Innovations](#-innovations)
23
- - [CLI Reference](#-cli-commands)
24
24
  - [Supported IDEs](#-supported-ides)
25
+ - [Project Structure](#-project-structure)
25
26
  - [Configuration](#-configuration)
26
27
  - [Version History](#-version-history)
27
28
  - [License](#-license)
28
29
 
29
30
  ---
30
31
 
31
- ## 💡 What is BMAD+?
32
+ ## 💡 Why BMAD+?
32
33
 
33
- BMAD+ is a **multi-agent AI framework** that turns your AI coding assistant into a full team. Install it in any project, talk to specialized agents by name, and let them handle strategy, architecture, code, testing, compliance, OSINT, SEO — everything from idea to production.
34
-
35
- ### At a Glance
36
-
37
- ```
38
- ┌─────────────────────────────────────────────────────────────────────┐
39
- │ 🚀 BMAD+ — What You Get │
40
- ├─────────────────────────────────────────────────────────────────────┤
41
- │ │
42
- │ 56+ Agents Talk to Atlas, Forge, Sentinel, Nexus, │
43
- │ Shadow, Zecher — each handles multiple roles │
44
- │ │
45
- │ 9 Packs Core dev · OSINT · GRC compliance · SDLC │
46
- │ · SEO audit · Memory · Backup · Maker · Animated │
47
- │ │
48
- │ Autopilot Say "autopilot" → Nexus orchestrates │
49
- │ idea → PRD → architecture → code → tests → ship │
50
- │ │
51
- │ Parallel Independent tasks run concurrently │
52
- │ with conflict detection and supervision │
53
- │ │
54
- │ Memory Persistent brain across sessions │
55
- │ with project scanner and Karpathy guardrails │
56
- │ │
57
- │ 5 IDEs Claude Code · Gemini CLI · Antigravity │
58
- │ · Codex CLI · OpenCode — auto-detected │
59
- │ │
60
- │ 10 Languages CLI installer in EN, FR, ES, DE, IT, PT, │
61
- │ NL, RU, ZH, JA │
62
- │ │
63
- │ 333 Tests Full functional + unit test coverage │
64
- │ │
65
- └─────────────────────────────────────────────────────────────────────┘
66
- ```
67
-
68
- ### Not Just Development
69
-
70
- | Domain | What BMAD+ Does | Agent/Pack |
71
- |--------|----------------|------------|
72
- | 📊 **Strategy** | Market research, SWOT, product briefs, PRDs, UX design | Atlas (Core) |
73
- | 🏗️ **Development** | Architecture, TDD, code generation, documentation | Forge (Core) |
74
- | 🔍 **Quality** | Code review, E2E tests, UX audit, accessibility | Sentinel (Core) |
75
- | 🎼 **Management** | Sprint planning, story breakdown, retrospectives | Nexus (Core) |
76
- | 🕵️ **OSINT** | Person investigation, social scraping, psychoprofiling | Shadow (OSINT Pack) |
77
- | 🛡️ **Compliance** | GDPR, ISO 27001, SOC 2, HIPAA, EU AI Act — 25+ frameworks | 38 agents (Shield Pack) |
78
- | 🔎 **SEO** | 6-phase audit, PageSpeed loop, Google APIs, competitor analysis | Scout/Chief/Judge (SEO Pack) |
79
- | 🧠 **Memory** | Cross-session brain, decision recall, session handoffs | Zecher (Memory Pack) |
80
- | 🧬 **Agent Creation** | Design, build, validate and package new agents | Maker (Maker Pack) |
81
-
82
- ### Why BMAD+ over BMAD-METHOD?
34
+ BMAD-METHOD is an excellent framework with 9 specialized agents. But for a solo developer or a small team, 9 agents is too fragmented. BMAD+ solves this problem:
83
35
 
84
36
  | BMAD-METHOD | BMAD+ |
85
37
  |---|---|
86
- | 9 specialized agents | **56+ agents** (12 roles total) |
38
+ | 9 specialized agents | **47 agents** across 9 packs |
87
39
  | Manual activation only | **Intelligent auto-activation** at 3 levels |
88
40
  | No automated pipeline | **Autopilot Mode**: idea → delivery |
89
41
  | Sequential execution | **Supervised parallelism** |
@@ -155,7 +107,6 @@ The installer:
155
107
  | Recall past decisions/context | **Zecher** 🧠 | `Zecher, what did we decide about the auth strategy?` |
156
108
  | Session handoff summary | **Zecher** 🧠 | `Zecher, create a handoff for the next session` |
157
109
 
158
-
159
110
  #### 🚀 Typical Workflow (manual mode)
160
111
 
161
112
  ```
@@ -252,21 +203,21 @@ npx bmad-plus scan D:\DEV --yes --depth 6
252
203
  ```mermaid
253
204
  graph TB
254
205
  subgraph Core["⚙️ Core Pack"]
255
- AT["Atlas 🎯<br/>Strategy & Product"]
256
- FG["Forge 🏗️<br/>Architecture & Code"]
257
- SN["Sentinel 🔍<br/>QA & UX Review"]
258
- NX["Nexus 🎼<br/>Orchestrator"]
206
+ AT["Atlas 🎯"]
207
+ FG["Forge 🏗️"]
208
+ SN["Sentinel 🔍"]
209
+ NX["Nexus 🎼"]
259
210
  end
260
211
 
261
212
  subgraph Packs["📦 Modular Packs"]
262
- SH["Shadow 🕵️<br/>OSINT Intelligence"]
263
- MK["Maker 🧬<br/>Agent Creator"]
264
- ZC["Zecher 🧠<br/>Memory Guardian"]
265
- SD["Shield 🛡️<br/>GRC Compliance (38 agents)"]
266
- DS["Dev Studio 🏗️<br/>Full SDLC (6 agents)"]
267
- SEO["SEO Engine 🔎<br/>3 agents · 6 phases"]
268
- BK["Backup 🗂️<br/>Smart Archive"]
269
- AN["Animated 🎬<br/>Scroll-Driven Sites"]
213
+ SH["Shadow 🕵️ OSINT"]
214
+ MK["Maker 🧬"]
215
+ ZC["Zecher 🧠 Memory"]
216
+ SD["Shield 🛡️ GRC 27 agents"]
217
+ DS["Dev Studio 🏗️ SDLC 6 agents"]
218
+ SEO["SEO Engine 🔎 3 agents"]
219
+ BK["Backup 🗂️"]
220
+ AN["Animated 🎬"]
270
221
  end
271
222
 
272
223
  subgraph Skills["⚡ Core Skills"]
@@ -286,7 +237,7 @@ graph TB
286
237
 
287
238
  ---
288
239
 
289
- ## 🎭 The 56+ Agents
240
+ ## 🎭 The 47 Agents
290
241
 
291
242
  ### Atlas — Strategist 🎯
292
243
 
@@ -383,22 +334,6 @@ graph TB
383
334
 
384
335
  ---
385
336
 
386
- ### Zecher — Memory Guardian 🧠 *(Memory Pack)*
387
-
388
- **Persistent cross-session brain agent.** Maintains project knowledge across conversations.
389
-
390
- | Capability | Description |
391
- |-----------|-------------|
392
- | **Session Handoff** | Auto-creates session summaries with decisions, patterns, and lessons learned |
393
- | **Context Recall** | Retrieves relevant past decisions/patterns at conversation start |
394
- | **Brain Health** | Monitors memory files integrity and detects staleness |
395
- | **Cross-Project** | Links project memory to the global brain (`~/.bmad-plus/brain/`) |
396
- | **Karpathy Guardrails** | Prevents hallucinated memories — every entry needs source evidence |
397
-
398
- **Memory files:** `decisions.md`, `lessons.md`, `patterns.md`, `context.md`, `sessions/`
399
-
400
- ---
401
-
402
337
  ## 📦 Pack System
403
338
 
404
339
  BMAD+ uses a modular pack system. Core is always installed, additional packs are optional.
@@ -411,28 +346,32 @@ npx bmad-plus install
411
346
 
412
347
  🔍 OSINT — Shadow (investigation, scraping, psychoprofiling)
413
348
  🧬 Agent Creator — Maker (design, build, package)
414
- 🛡️ Security AuditShield (vulnerability scan)
349
+ 🛡️ Shield GRC27 compliance agents + 11 workflows (GDPR, ISO 27001, SOC 2, HIPAA...)
350
+ 🏗️ Dev Studio — 6 SDLC agents (full lifecycle: design to deploy)
351
+ 🔎 SEO Engine — Scout, Chief, Judge (6-phase audit, PageSpeed)
352
+ 🧠 Memory — Zecher (persistent brain, session handoffs)
353
+ 🗂️ Backup — Smart archive with versioning
354
+ 🎬 Animated — Scroll-driven animated websites
415
355
  🤖 Install everything
416
356
  None — Core only
417
357
  ```
418
358
 
419
- | Pack | Agents | What it does | Status |
359
+ | Pack | Agents | Description | Status |
420
360
  |------|--------|-------------|--------|
421
- | ⚙️ **Core** | Atlas, Forge, Sentinel, Nexus | Full dev lifecycle: strategy → architecture → code → QA | ✅ Stable |
422
- | 🔍 **OSINT** | Shadow | Person investigation, social scraping, psychoprofiling (55+ Apify actors) | ✅ Stable |
423
- | 🧬 **Maker** | Maker | Design, build, validate, and package new BMAD+ agents | ✅ Stable |
424
- | 🛡️ **Shield** | 38 compliance agents | GRC across 25+ frameworks: GDPR, ISO 27001, SOC 2, HIPAA, PCI DSS, EU AI Act, DORA, NIS2 | ✅ Stable |
425
- | 🏗️ **Dev Studio** | 6 specialized SDLC agents | Full SDLC: brainstorm PRD → architecture → TDD → review (30 workflows, BWML DSL) | ✅ Stable |
426
- | 🔍 **SEO** | Scout, Chief, Judge | 6-phase SEO audit, PageSpeed perfection loop, Google APIs, competitor benchmark | ✅ Stable |
427
- | 🗂️ **Backup** | Backup Agent | Timestamped ZIP with smart exclusions (node_modules, .git, dist...) | ✅ Stable |
428
- | 🎬 **Animated** | Animated Website Agent | Luxury scroll-driven website from video input | ✅ Stable |
429
- | 🧠 **Memory** | Zecher | Cross-session brain, project scanner, Karpathy guardrails | ✅ Stable |
361
+ | ⚙️ **Core** | Atlas, Forge, Sentinel, Nexus | Strategy, dev, QA, orchestration | ✅ Stable |
362
+ | 🔍 **OSINT** | Shadow | OSINT intelligence, 55+ Apify actors, 7 APIs | ✅ Stable |
363
+ | 🧬 **Maker** | Maker | Design, build, validate new BMAD+ agents | ✅ Stable |
364
+ | 🛡️ **Shield** | 27 GRC agents + 11 workflows | GDPR, ISO 27001, SOC 2, HIPAA, EU AI Act | ✅ Stable |
365
+ | 🏗️ **Dev Studio** | 6 SDLC agents | Full lifecycle: design to deploy | ✅ Stable |
366
+ | 🔎 **SEO** | Scout, Chief, Judge | 6-phase audit, PageSpeed loop, Google APIs | ✅ Stable |
367
+ | 🧠 **Memory** | Zecher | Cross-session brain, decision recall, handoffs | ✅ Stable |
368
+ | 🗂️ **Backup** | Backup Agent | Smart archive with versioning | ✅ Stable |
369
+ | 🎬 **Animated** | Creative Agent | Scroll-driven animated websites | ✅ Stable |
430
370
 
431
371
  Each pack defines:
432
- - Its agents, skills, and workflows
433
- - Required/optional API keys
434
- - External packages (if applicable)
435
- - Cohabitation rules with other packs
372
+ - Its agents and skills
373
+ - Its required/optional API keys
374
+ - Its external package (if applicable)
436
375
 
437
376
  ---
438
377
 
@@ -473,7 +412,7 @@ Give a project idea → Nexus orchestrates the complete pipeline:
473
412
  ```
474
413
 
475
414
  **Configurable checkpoints:**
476
- - `require_approval` (🔴) — Pause, WhatsApp notification, wait
415
+ - `require_approval` (🔴) — Pause, wait for approval
477
416
  - `notify_only` (🟡) — Notification, continues unless intervened
478
417
  - `auto` (🟢) — Continues automatically
479
418
 
@@ -503,8 +442,51 @@ The installer automatically detects IDEs and generates configs:
503
442
  | Codex CLI | `AGENTS.md` | `.codex/` folder |
504
443
  | OpenCode | `OPENCODE.md` | opencode config |
505
444
 
445
+ ---
506
446
 
447
+ ## 📁 Project Structure
507
448
 
449
+ ```
450
+ BMAD+/
451
+ ├── README.md ← This file (English)
452
+ ├── readme-international/ ← Translated READMEs (fr, es, de)
453
+ ├── CHANGELOG.md ← Version history
454
+ ├── CLAUDE.md ← Claude Code Config
455
+ ├── GEMINI.md ← Gemini CLI Config
456
+ ├── AGENTS.md ← Codex CLI / OpenCode Config
457
+ ├── .gitignore
458
+
459
+ ├── src/
460
+ │ └── bmad-plus/ ⭐ CUSTOM MODULE
461
+ │ ├── module.yaml ← Module + packs config
462
+ │ ├── module-help.csv ← Contextual help
463
+ │ ├── agents/
464
+ │ │ ├── agent-strategist/ ← Atlas (analyst + pm)
465
+ │ │ ├── agent-architect-dev/ ← Forge (architect + dev + tw)
466
+ │ │ ├── agent-quality/ ← Sentinel (qa + ux)
467
+ │ │ ├── agent-orchestrator/ ← Nexus (sm + qf + autopilot + parallel)
468
+ │ │ ├── agent-maker/ ← Maker (meta-agent) [pack: maker]
469
+ │ │ └── agent-shadow/ ← Shadow (osint) [pack: osint]
470
+ │ ├── skills/
471
+ │ │ ├── bmad-plus-autopilot/ ← Automated pipeline
472
+ │ │ └── bmad-plus-parallel/ ← Parallel execution
473
+ │ └── data/
474
+ │ └── role-triggers.yaml ← Auto-activation rules
475
+
476
+ ├── tools/
477
+ │ └── cli/ 🛠️ NPX INSTALLER
478
+ │ └── install.js ← npx bmad-plus install
479
+
480
+ ├── osint-agent-package/ 🔍 OSINT PACKAGE
481
+ │ ├── agents/ ← Shadow Agent (OSINT investigator)
482
+ │ ├── skills/ ← 55+ Apify actors
483
+ │ └── install.ps1 ← Installation script
484
+
485
+ └── upstream/ 📦 UPSTREAM REFERENCE
486
+ └── (clone of BMAD-METHOD) ← Excluded from repo (.gitignore)
487
+ ```
488
+
489
+ ---
508
490
 
509
491
  ## ⚙️ Configuration
510
492
 
@@ -523,8 +505,6 @@ The installer automatically detects IDEs and generates configs:
523
505
 
524
506
  | Key | Pack | Usage |
525
507
  |-----|------|-------|
526
- | `GEMINI_API_KEY` | Monitor | AI Analysis of upstream diffs |
527
- | `EVOLUTION_API_KEY` | Monitor | WhatsApp Notifications |
528
508
  | `APIFY_API_TOKEN` | OSINT | Social media scraping |
529
509
  | `PERPLEXITY_API_KEY` | OSINT | Enriched search |
530
510
 
@@ -534,23 +514,18 @@ The installer automatically detects IDEs and generates configs:
534
514
 
535
515
  | Version | Date | Description |
536
516
  |---------|------|-------------|
537
- | **0.1.0** | 2026-03-17 | 🎉 Foundation — 56+ agents (Atlas, Forge, Sentinel, Nexus, Shadow, Maker), 3 skills, pack system, monitoring, multi-IDE support |
517
+ | **0.1.0** | 2026-03-17 | 🎉 Foundation — 6 agents (Atlas, Forge, Sentinel, Nexus, Shadow, Maker), 3 skills, pack system, multi-IDE support |
538
518
  | **0.2.0** | 2026-03-18 | 🔀 Oveanet Fusion — 3 new utility packs: SEO Audit 360, Universal Backup, Animated Website |
539
519
  | **0.3.0** | 2026-03-19 | 🚀 SEO Engine v2.0 — 3 multi-role agents, 4 Python scripts, 6-phase workflow, PageSpeed loop, GEO analysis |
540
520
  | **0.4.0** | 2026-03-19 | 🏢 SEO Engine v2.1 — SKILL.md orchestrator, Google APIs, HTML reports, competitor benchmark, 50 tests, GSC + GA4 extensions |
541
- | **0.4.1** | 2026-03-19 | 📦 Public packs — SEO/Backup/Animated agents now in npm package |
542
- | **0.4.2** | 2026-03-19 | 🌐 10-language CLI, CI/CD pipeline, `.npmignore`, `/deploy` workflow, security hardening |
521
+ | **0.4.1** | 2026-03-19 | 🌐 10-language CLI, CI/CD pipeline, `.npmignore`, security hardening |
522
+ | **0.4.2** | 2026-03-19 | 📦 Public packs — SEO/Backup/Animated agents now in npm package |
543
523
  | **0.4.3** | 2026-05-17 | 🔧 update + doctor commands, i18n complete, credits fix |
544
524
  | **0.4.4** | 2026-05-17 | 🔧 UTF-8 encoding fix, complete i18n 10 languages, 62 unit tests |
545
- | **0.5.0** | 2026-05-17 | 🛡️ **Pack Shield** — 38 GRC compliance agents, 7 categories, 25+ frameworks (GDPR, ISO 27001, SOC 2, EU AI Act...) |
525
+ | **0.5.0** | 2026-05-17 | 🛡️ **Pack Shield** — 27 GRC compliance agents + 11 workflows, 6 categories, 25+ frameworks (GDPR, ISO 27001, SOC 2, EU AI Act...) |
546
526
  | **0.6.0** | 2026-05-17 | 🏗️ **Pack Dev Studio** — 6 SDLC agents (Miriam, Yosef, Bezalel...) + 30 SDLC workflows, BWML DSL |
547
527
  | **0.8.0** | 2026-06-24 | 🚀 **Augmented** — 3 new packs (animated, backup, seo), security remediation pass, i18n sync |
548
528
  | **0.9.0** | 2026-06-24 | 🔒 **Secure** — audit remediation cycle, npm audit clean, shared pack registry (`lib/packs.js`) |
549
- | **0.9.1** | 2026-07-01 | ✅ **Credibility** — real CI on every push/PR, Jest ESM harness fixed, ESLint flat config, fake badges removed |
550
- | **0.9.2** | 2026-07-01 | 🔐 **Security** — RCE (ci_cd allowlist), SSRF, stored/DOM XSS, XXE, Python CVE bumps (~30 findings) |
551
- | **0.10.0** | 2026-07-02 | 🧭 **Platform spine** — `registry.yaml` SSOT (generated `packs.js` + CI drift gate), Python provisioning, eval + memory foundations |
552
- | **0.11.0** | 2026-07-02 | 🧠 **Karpathy loop** — `bmad mem` recall/write/reinforce, multi-CLI adapter generator, OSINT lawful-basis gate (CG-02) |
553
- | **0.12.0** | 2026-07-02 | 🏛️ **Load-bearing** — root adapters adopted from registry, memory over MCP, provider-neutral eval gateway; 333 tests |
554
529
 
555
530
  See [CHANGELOG.md](CHANGELOG.md) for full details.
556
531
 
@@ -566,13 +541,13 @@ MIT — Based on [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) (MI
566
541
  - **BMAD+** Created by [Laurent Rochetta](https://github.com/lrochetta) ([LinkedIn](https://www.linkedin.com/in/laurentrochetta/))
567
542
 
568
543
  **Original Packs** (created by Laurent Rochetta)
569
- - **Dev Studio** — 6 specialized SDLC agents: Miriam (business analyst), Huldah (tech writer), Yosef (product manager), Rachel (UX designer), Bezalel (system architect), Oholiab (senior engineer) — 44 workflows covering the full lifecycle from brainstorming to deployment
544
+ - **Dev Studio** — 6 specialized SDLC agents: Miriam (business analyst), Huldah (tech writer), Yosef (product manager), Rachel (UX designer), Bezalel (system architect), Oholiab (senior engineer) — 38 workflows covering the full lifecycle from brainstorming to deployment
570
545
  - **SEO Engine** — 3 agents (Scout, Chief, Judge), 6-phase audit pipeline, PageSpeed perfection loop, Google Search Console & GA4 integrations
571
546
  - **Memory Pack** — Zecher agent for persistent cross-session brain with project scanner
572
547
 
573
548
  **External Sources & Inspirations**
574
549
  - **BMAD-METHOD** by [bmad-code-org](https://github.com/bmad-code-org/BMAD-METHOD) — Original multi-agent methodology (MIT)
575
- - **Shield GRC** — 38 compliance agents built on public regulatory texts (GDPR, ISO 27001, SOC 2, HIPAA, EU AI Act, DORA, NIST, CMMC, etc.)
550
+ - **Shield GRC** — 27 compliance agents + 11 workflows built on public regulatory texts (GDPR, ISO 27001, SOC 2, HIPAA, EU AI Act, DORA, NIST, CMMC, etc.)
576
551
  - **OSINT Pipeline** based on [smixs/osint-skill](https://github.com/smixs/osint-skill) (MIT)
577
552
  - **Apify Actor Runner** integrated from [apify/agent-skills](https://github.com/apify/agent-skills) (MIT)
578
553
  - **Karpathy Guardrails** adapted from [Andrej Karpathy](https://github.com/multica-ai/andrej-karpathy-skills) (MIT) — Behavioral rules for Memory Pack
@@ -62,6 +62,18 @@ You must fully embody this agent's persona and follow all activation instruction
62
62
  </principles>
63
63
  </persona>
64
64
 
65
+ <lawful-basis-gate>
66
+ MANDATORY — [INV], [LI], [IG], [FB], [PP], [CE] process personal data on a named
67
+ natural person ([PP] infers special-category data, GDPR Art. 9). Before executing
68
+ ANY of them, run the Phase −1 Lawful Basis Gate defined in the
69
+ bmad-osint-investigate skill: establish and record the lawful basis (Art. 6, plus
70
+ an Art. 9 condition for [PP]), the specific purpose, and retention/rights using
71
+ assets/lawful-basis-record.md. If the operator cannot state a lawful basis and
72
+ purpose → DECLINE and offer the non-personal alternatives (company/product/market
73
+ research). No menu item is removed — the gate governs, it does not restrict lawful
74
+ authorized use. [MH], [CH], [DG], [PM], [DA] are exempt.
75
+ </lawful-basis-gate>
76
+
65
77
  <menu>
66
78
  <item cmd="MH or fuzzy match on menu or help">[MH] Redisplay Menu Help</item>
67
79
  <item cmd="CH or fuzzy match on chat">[CH] Chat with the Agent about anything</item>