bmad-plus 0.6.0 β†’ 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,26 @@ All notable changes to BMAD+ will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.7.0] β€” 2026-05-17
9
+
10
+ ### 🧠 Pack Memory β€” Persistent Brain
11
+
12
+ ### Added
13
+ - **Pack Memory** β€” Persistent cross-session memory system with brain detection
14
+ - 🧠 **Zecher Agent** (Χ–Χ›Χ¨, "remembrance") β€” Memory archivist for consolidation, project scanning, context recall
15
+ - πŸ“ **Project Memory** (`.agents/memory/`) β€” decisions.md, lessons.md, patterns.md, context.md, sessions/
16
+ - 🌐 **Global Brain** (`~/.bmad-plus/brain/`) β€” Cross-project knowledge, identity, project index
17
+ - πŸ” **Project Scanner** β€” Scan directories/disks, detect stacks, interactive validation, auto-index
18
+ - πŸ›‘οΈ **Karpathy Guardrails** β€” 4 behavioral principles (Think, Simplify, Surgical, Goal-driven) woven into agents
19
+ - πŸ“‹ **Memory Protocol** β€” Complete read/write rules for when agents use memory
20
+ - πŸ”— **Brain Detection** β€” Detects existing `_brain/`, `~/.claude/memory/`, links instead of overwrites
21
+ - πŸ“ **6 templates** β€” decisions, lessons, patterns, context, session-handoff, identity.yaml
22
+
23
+ ### Changed
24
+ - CLI installer: brain detection step (4.5) with merge-safe logic
25
+ - IDE config generation: Zecher agent listed when memory pack selected
26
+ - Install guide: memory-specific examples (Zecher commands)
27
+
8
28
  ## [0.6.0] β€” 2026-05-17
9
29
 
10
30
  ### πŸ—οΈ Pack Dev Studio β€” Full Software Development Lifecycle
package/README.md CHANGED
@@ -1,18 +1,18 @@
1
- ο»Ώ# πŸš€ BMAD+ β€” Augmented AI-Driven Development Framework
1
+ # ?? BMAD+ οΏ½ Augmented AI-Driven Development Framework
2
2
 
3
- [![Version](https://img.shields.io/badge/version-0.6.0-blue.svg)](CHANGELOG.md)
3
+ [![Version](https://img.shields.io/badge/version-0.7.0-blue.svg)](CHANGELOG.md)
4
4
  [![Based on](https://img.shields.io/badge/based%20on-BMAD--METHOD%20v6.2.0-green.svg)](https://github.com/bmad-code-org/BMAD-METHOD)
5
5
  [![License](https://img.shields.io/badge/license-MIT-yellow.svg)](LICENSE)
6
6
 
7
7
  <div align="center">
8
- 🌐 <b>English</b> | <a href="readme-international/README.fr.md">Français</a> | <a href="readme-international/README.es.md">Español</a> | <a href="readme-international/README.de.md">Deutsch</a>
8
+ ?? <b>English</b> | <a href="readme-international/README.fr.md">FranοΏ½ais</a> | <a href="readme-international/README.es.md">EspaοΏ½ol</a> | <a href="readme-international/README.de.md">Deutsch</a>
9
9
  </div>
10
10
 
11
- > Smart fork of [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) v6.2.0 β€” Multi-role self-activating agents, Autopilot mode, supervised parallel execution, and a modular pack system.
11
+ > Smart fork of [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) v6.2.0 οΏ½ Multi-role self-activating agents, Autopilot mode, supervised parallel execution, and a modular pack system.
12
12
 
13
13
  ---
14
14
 
15
- ## πŸ“‹ Table of Contents
15
+ ## ?? Table of Contents
16
16
 
17
17
  - [Why BMAD+?](#-why-bmad-)
18
18
  - [Quick Start](#-quick-start)
@@ -28,7 +28,7 @@
28
28
 
29
29
  ---
30
30
 
31
- ## πŸ’‘ Why BMAD+?
31
+ ## ?? Why BMAD+?
32
32
 
33
33
  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:
34
34
 
@@ -36,13 +36,13 @@ BMAD-METHOD is an excellent framework with 9 specialized agents. But for a solo
36
36
  |---|---|
37
37
  | 9 specialized agents | **5 multi-role agents** (11 roles total) |
38
38
  | Manual activation only | **Intelligent auto-activation** at 3 levels |
39
- | No automated pipeline | **Autopilot Mode**: idea β†’ delivery |
39
+ | No automated pipeline | **Autopilot Mode**: idea ? delivery |
40
40
  | Sequential execution | **Supervised parallelism** |
41
41
  | 1-2 IDEs supported | **5 IDEs** with auto-detection |
42
42
 
43
43
  ---
44
44
 
45
- ## ⚑ Quick Start
45
+ ## ? Quick Start
46
46
 
47
47
  ### Installation in an existing project
48
48
 
@@ -58,47 +58,47 @@ The installer:
58
58
 
59
59
  ### Usage after installation
60
60
 
61
- #### πŸ’¬ Who to talk to?
61
+ #### ?? Who to talk to?
62
62
 
63
63
  | You want to... | Talk to | Example |
64
64
  |---|---|---|
65
- | Discuss a project idea | **Atlas** 🎯 | `Atlas, I have a project idea: a billing SaaS` |
66
- | Create a PRD / Product Brief | **Atlas** 🎯 | `Atlas, create the PRD for my project` |
67
- | Design the technical architecture | **Forge** πŸ—οΈ | `Forge, propose an architecture for the app` |
68
- | Implement code | **Forge** πŸ—οΈ | `Forge, implement story AUTH-001` |
69
- | Write documentation | **Forge** πŸ—οΈ | `Forge, document the API` |
70
- | Test / do a code review | **Sentinel** πŸ” | `Sentinel, review the auth module` |
71
- | Plan a sprint | **Nexus** 🎼 | `Nexus, create epics and stories for the MVP` |
72
- | Automate everything from A to Z | **Nexus** 🎼 | `autopilot` then describe your project |
73
- | Investigate a person (OSINT) | **Shadow** πŸ” | `Shadow, investigate John Doe` |
74
- | Create a new BMAD+ agent | **Maker** 🧬 | `Maker, create a customer support agent` |
75
-
76
- #### πŸš€ Typical Workflow (manual mode)
65
+ | Discuss a project idea | **Atlas** ?? | `Atlas, I have a project idea: a billing SaaS` |
66
+ | Create a PRD / Product Brief | **Atlas** ?? | `Atlas, create the PRD for my project` |
67
+ | Design the technical architecture | **Forge** ??? | `Forge, propose an architecture for the app` |
68
+ | Implement code | **Forge** ??? | `Forge, implement story AUTH-001` |
69
+ | Write documentation | **Forge** ??? | `Forge, document the API` |
70
+ | Test / do a code review | **Sentinel** ?? | `Sentinel, review the auth module` |
71
+ | Plan a sprint | **Nexus** ?? | `Nexus, create epics and stories for the MVP` |
72
+ | Automate everything from A to Z | **Nexus** ?? | `autopilot` then describe your project |
73
+ | Investigate a person (OSINT) | **Shadow** ?? | `Shadow, investigate John Doe` |
74
+ | Create a new BMAD+ agent | **Maker** ?? | `Maker, create a customer support agent` |
75
+
76
+ #### ?? Typical Workflow (manual mode)
77
77
 
78
78
  ```
79
79
  1. "Atlas, brainstorm on my [project] idea"
80
- β†’ Atlas analyzes, asks questions, proposes angles
80
+ ? Atlas analyzes, asks questions, proposes angles
81
81
 
82
82
  2. "Atlas, create the product brief"
83
- β†’ Deliverable: _bmad-output/discovery/product-brief.md
83
+ ? Deliverable: _bmad-output/discovery/product-brief.md
84
84
 
85
85
  3. "Atlas, write the PRD"
86
- β†’ Deliverable: _bmad-output/discovery/prd.md
86
+ ? Deliverable: _bmad-output/discovery/prd.md
87
87
 
88
88
  4. "Forge, propose the architecture"
89
- β†’ Deliverable: _bmad-output/discovery/architecture.md
89
+ ? Deliverable: _bmad-output/discovery/architecture.md
90
90
 
91
91
  5. "Nexus, break down into epics and stories"
92
- β†’ Deliverable: _bmad-output/build/stories/
92
+ ? Deliverable: _bmad-output/build/stories/
93
93
 
94
94
  6. "Forge, implement story [X]"
95
- β†’ Code generated + tests
95
+ ? Code generated + tests
96
96
 
97
97
  7. "Sentinel, test and review"
98
- β†’ QA report + suggestions
98
+ ? QA report + suggestions
99
99
  ```
100
100
 
101
- #### ⚑ Automatic Workflow (autopilot mode)
101
+ #### ? Automatic Workflow (autopilot mode)
102
102
 
103
103
  ```
104
104
  > autopilot
@@ -107,7 +107,7 @@ The installer:
107
107
 
108
108
  Nexus automatically orchestrates everything with checkpoints for your approval.
109
109
 
110
- #### πŸ”‘ Key Commands
110
+ #### ?? Key Commands
111
111
 
112
112
  | Command | Description |
113
113
  |----------|-------------|
@@ -117,23 +117,23 @@ Nexus automatically orchestrates everything with checkpoints for your approval.
117
117
 
118
118
  ---
119
119
 
120
- ## πŸ—οΈ Architecture
120
+ ## ??? Architecture
121
121
 
122
122
  ```mermaid
123
123
  graph TB
124
- subgraph Core["βš™οΈ Core Pack"]
125
- AT[Atlas 🎯<br/>Strategist]
126
- FG[Forge πŸ—οΈ<br/>Architect-Dev]
127
- SN[Sentinel πŸ”<br/>Quality]
128
- NX[Nexus 🎼<br/>Orchestrator]
124
+ subgraph Core["?? Core Pack"]
125
+ AT[Atlas ??<br/>Strategist]
126
+ FG[Forge ???<br/>Architect-Dev]
127
+ SN[Sentinel ??<br/>Quality]
128
+ NX[Nexus ??<br/>Orchestrator]
129
129
  end
130
130
 
131
- subgraph OSINT["πŸ” OSINT Pack"]
132
- SH[Shadow πŸ”<br/>OSINT Intel]
131
+ subgraph OSINT["?? OSINT Pack"]
132
+ SH[Shadow ??<br/>OSINT Intel]
133
133
  end
134
134
 
135
- subgraph Audit["πŸ›‘οΈ Audit Pack"]
136
- SD["Shield πŸ›‘οΈ<br/>(coming soon)"]
135
+ subgraph Audit["??? Audit Pack"]
136
+ SD["Shield ???<br/>(coming soon)"]
137
137
  end
138
138
 
139
139
  NX -->|orchestrates| AT
@@ -152,9 +152,9 @@ graph TB
152
152
 
153
153
  ---
154
154
 
155
- ## 🎭 The 5 Agents
155
+ ## ?? The 5 Agents
156
156
 
157
- ### Atlas β€” Strategist 🎯
157
+ ### Atlas οΏ½ Strategist ??
158
158
 
159
159
  **Fuses:** Analyst (Mary) + Product Manager (John)
160
160
 
@@ -167,7 +167,7 @@ graph TB
167
167
 
168
168
  ---
169
169
 
170
- ### Forge β€” Architect-Dev πŸ—οΈ
170
+ ### Forge οΏ½ Architect-Dev ???
171
171
 
172
172
  **Fuses:** Architect (Winston) + Developer (Amelia) + Tech Writer (Paige)
173
173
 
@@ -187,7 +187,7 @@ graph TB
187
187
 
188
188
  ---
189
189
 
190
- ### Sentinel β€” Quality πŸ”
190
+ ### Sentinel οΏ½ Quality ??
191
191
 
192
192
  **Fuses:** QA Engineer (Quinn) + UX Designer (Sally)
193
193
 
@@ -200,7 +200,7 @@ graph TB
200
200
 
201
201
  ---
202
202
 
203
- ### Nexus β€” Orchestrator 🎼
203
+ ### Nexus οΏ½ Orchestrator ??
204
204
 
205
205
  **Fuses:** Scrum Master (Bob) + Quick-Flow Solo Dev (Barry) + **Autopilot** (new) + **Parallel Supervisor** (new)
206
206
 
@@ -208,20 +208,20 @@ graph TB
208
208
  |------|-----------|-----------------|
209
209
  | **Scrum Master** | Sprint planning, stories, retros, course correction | "sprint", "planning", "backlog" |
210
210
  | **Quick Flow** | Quick specs, hotfixes, minimum ceremony | "quick", "hotfix", "small fix" |
211
- | **Autopilot** | Pipeline automated idea→delivery with checkpoints | "autopilot", "manage everything", autopilot mode |
211
+ | **Autopilot** | Pipeline automated idea?delivery with checkpoints | "autopilot", "manage everything", autopilot mode |
212
212
  | **Parallel Supervisor** | Concurrent multi-agent, conflict detection, reallocation | "parallel", independent tasks detected |
213
213
 
214
214
  **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)**
215
215
 
216
216
  ---
217
217
 
218
- ### Shadow β€” OSINT Intelligence πŸ” *(OSINT Pack)*
218
+ ### Shadow οΏ½ OSINT Intelligence ?? *(OSINT Pack)*
219
219
 
220
220
  **Complete OSINT investigation agent.**
221
221
 
222
222
  | Capability | Description |
223
223
  |-----------|-------------|
224
- | **INV** | Complete investigation Phase 0β†’6 with scored dossier |
224
+ | **INV** | Complete investigation Phase 0?6 with scored dossier |
225
225
  | **QS** | Quick multi-engine search |
226
226
  | **LI/IG/FB** | LinkedIn, Instagram, Facebook scraping |
227
227
  | **PP** | MBTI / Big Five psychoprofile |
@@ -232,46 +232,46 @@ graph TB
232
232
 
233
233
  ---
234
234
 
235
- ### Maker β€” Agent Creator 🧬 *(Maker Pack)*
235
+ ### Maker οΏ½ Agent Creator ?? *(Maker Pack)*
236
236
 
237
- **Meta-agent that creates other agents.** Give it a description β†’ it generates a complete package.
237
+ **Meta-agent that creates other agents.** Give it a description ? it generates a complete package.
238
238
 
239
239
  | Code | Description |
240
240
  |------|-------------|
241
- | **CA** | Create Agent β€” guided creation in 4 phases |
242
- | **QA** | Quick Agent β€” fast creation with sensible defaults |
243
- | **EA** | Edit Agent β€” modify an existing SKILL.md |
244
- | **VA** | Validate Agent β€” check BMAD+ compliance |
245
- | **PA** | Package Agent β€” generate the integration folder |
241
+ | **CA** | Create Agent οΏ½ guided creation in 4 phases |
242
+ | **QA** | Quick Agent οΏ½ fast creation with sensible defaults |
243
+ | **EA** | Edit Agent οΏ½ modify an existing SKILL.md |
244
+ | **VA** | Validate Agent οΏ½ check BMAD+ compliance |
245
+ | **PA** | Package Agent οΏ½ generate the integration folder |
246
246
 
247
- **Pipeline:** Discovery β†’ Design (user validation) β†’ Generation β†’ Validation
248
- **Output:** `_bmad-output/ready-to-integrate/` β€” ready to copy into BMAD+
247
+ **Pipeline:** Discovery ? Design (user validation) ? Generation ? Validation
248
+ **Output:** `_bmad-output/ready-to-integrate/` οΏ½ ready to copy into BMAD+
249
249
 
250
250
  ---
251
251
 
252
- ## πŸ“¦ Pack System
252
+ ## ?? Pack System
253
253
 
254
254
  BMAD+ uses a modular pack system. Core is always installed, additional packs are optional.
255
255
 
256
256
  ```
257
257
  npx bmad-plus install
258
258
 
259
- πŸŽ›οΈ Which packs to install?
259
+ ??? Which packs to install?
260
260
  Core (Atlas, Forge, Sentinel, Nexus) is always included.
261
261
 
262
- πŸ” OSINT β€” Shadow (investigation, scraping, psychoprofiling)
263
- 🧬 Agent Creator β€” Maker (design, build, package)
264
- πŸ›‘οΈ Security Audit β€” Shield (vulnerability scan) [soon]
265
- πŸ€– Install everything
266
- None β€” Core only
262
+ ?? OSINT οΏ½ Shadow (investigation, scraping, psychoprofiling)
263
+ ?? Agent Creator οΏ½ Maker (design, build, package)
264
+ ??? Security Audit οΏ½ Shield (vulnerability scan) [soon]
265
+ ?? Install everything
266
+ None οΏ½ Core only
267
267
  ```
268
268
 
269
269
  | Pack | Agents | Skills | Status |
270
270
  |------|--------|--------|--------|
271
- | βš™οΈ **Core** | Atlas, Forge, Sentinel, Nexus | autopilot, parallel | βœ… Stable |
272
- | πŸ” **OSINT** | Shadow | bmad-osint-investigate | βœ… Stable |
273
- | 🧬 **Maker** | Maker | β€” | βœ… Stable |
274
- | πŸ›‘οΈ **Audit** | Shield | bmad-audit-scan, bmad-audit-report | πŸ”œ Coming soon |
271
+ | ?? **Core** | Atlas, Forge, Sentinel, Nexus | autopilot, parallel | ? Stable |
272
+ | ?? **OSINT** | Shadow | bmad-osint-investigate | ? Stable |
273
+ | ?? **Maker** | Maker | οΏ½ | ? Stable |
274
+ | ??? **Audit** | Shield | bmad-audit-scan, bmad-audit-report | ?? Coming soon |
275
275
 
276
276
  Each pack defines:
277
277
  - Its agents and skills
@@ -280,7 +280,7 @@ Each pack defines:
280
280
 
281
281
  ---
282
282
 
283
- ## ✨ Innovations
283
+ ## ? Innovations
284
284
 
285
285
  ### 1. 3-Level Intelligent Auto-Activation
286
286
 
@@ -288,54 +288,54 @@ Each agent can **automatically** switch roles when the context requires it:
288
288
 
289
289
  | Level | Mechanism | Example |
290
290
  |--------|-----------|---------|
291
- | πŸ”€ **Pattern** | Keywords in the request | "review" β†’ QA activated |
292
- | 🌐 **Contextual** | Domain detected during work | Financial calculations β†’ QA auto-activated after code |
293
- | 🧠 **Reasoning** | Logic chain during execution | Architecture inconsistency β†’ Architect auto-activated |
291
+ | ?? **Pattern** | Keywords in the request | "review" ? QA activated |
292
+ | ?? **Contextual** | Domain detected during work | Financial calculations ? QA auto-activated after code |
293
+ | ?? **Reasoning** | Logic chain during execution | Architecture inconsistency ? Architect auto-activated |
294
294
 
295
- The agent **announces** its auto-activations: *"πŸ’‘ I'm switching to QA mode β€” financial calculations detected. Say 'skip' to stay in current mode."*
295
+ The agent **announces** its auto-activations: *"?? I'm switching to QA mode οΏ½ financial calculations detected. Say 'skip' to stay in current mode."*
296
296
 
297
297
  Configuration: `src/bmad-plus/data/role-triggers.yaml`
298
298
 
299
299
  ### 2. Autopilot Mode
300
300
 
301
- Give a project idea β†’ Nexus orchestrates the complete pipeline:
301
+ Give a project idea ? Nexus orchestrates the complete pipeline:
302
302
 
303
303
  ```
304
- πŸ“‹ Discovery (Atlas)
305
- β””β†’ Brainstorming β†’ Product Brief β†’ PRD β†’ UX Design
306
- πŸ”΄ CHECKPOINT: PRD Approval
307
-
308
- πŸ—οΈ Build (Forge + Sentinel)
309
- β””β†’ Architecture β†’ Epics β†’ Stories β†’ Sprint
310
- πŸ”΄ CHECKPOINT: Architecture Approval
311
- β””β†’ For each story: Code β†’ Tests β†’ (retry if failed, max 3)
312
- 🟑 NOTIFY: Story status
313
-
314
- πŸš€ Ship (Sentinel + Forge)
315
- β””β†’ Code Review β†’ UX Review β†’ Documentation β†’ Retro
316
- πŸ”΄ CHECKPOINT: Final approval
304
+ ?? Discovery (Atlas)
305
+ +? Brainstorming ? Product Brief ? PRD ? UX Design
306
+ ?? CHECKPOINT: PRD Approval
307
+
308
+ ??? Build (Forge + Sentinel)
309
+ +? Architecture ? Epics ? Stories ? Sprint
310
+ ?? CHECKPOINT: Architecture Approval
311
+ +? For each story: Code ? Tests ? (retry if failed, max 3)
312
+ ?? NOTIFY: Story status
313
+
314
+ ?? Ship (Sentinel + Forge)
315
+ +? Code Review ? UX Review ? Documentation ? Retro
316
+ ?? CHECKPOINT: Final approval
317
317
  ```
318
318
 
319
319
  **Configurable checkpoints:**
320
- - `require_approval` (πŸ”΄) β€” Pause, wait for approval
321
- - `notify_only` (🟑) β€” Notification, continues unless intervened
322
- - `auto` (🟒) β€” Continues automatically
320
+ - `require_approval` (??) οΏ½ Pause, wait for approval
321
+ - `notify_only` (??) οΏ½ Notification, continues unless intervened
322
+ - `auto` (??) οΏ½ Continues automatically
323
323
 
324
324
  ### 3. Supervised Parallel Execution
325
325
 
326
326
  The Orchestrator detects independent tasks and launches them in parallel:
327
327
 
328
- | Parallelizable βœ… | Sequential 🚫 |
328
+ | Parallelizable ? | Sequential ?? |
329
329
  |---|---|
330
330
  | Stories without dependencies | Same file modified |
331
331
  | Research + tech audit | Story B depends on Story A |
332
332
  | Tests + documentation | Architecture before code |
333
333
 
334
- **Supervision actions:** Launch, Monitor, Stop, Restart, Reallocate, Escalate (3 failures β†’ human notification)
334
+ **Supervision actions:** Launch, Monitor, Stop, Restart, Reallocate, Escalate (3 failures ? human notification)
335
335
 
336
336
  ---
337
337
 
338
- ## πŸ–₯️ Supported IDEs
338
+ ## ??? Supported IDEs
339
339
 
340
340
  The installer automatically detects IDEs and generates configs:
341
341
 
@@ -349,51 +349,51 @@ The installer automatically detects IDEs and generates configs:
349
349
 
350
350
  ---
351
351
 
352
- ## πŸ“ Project Structure
352
+ ## ?? Project Structure
353
353
 
354
354
  ```
355
355
  BMAD+/
356
- β”œβ”€β”€ README.md ← This file (English)
357
- β”œβ”€β”€ readme-international/ ← Translated READMEs (fr, es, de)
358
- β”œβ”€β”€ CHANGELOG.md ← Version history
359
- β”œβ”€β”€ CLAUDE.md ← Claude Code Config
360
- β”œβ”€β”€ GEMINI.md ← Gemini CLI Config
361
- β”œβ”€β”€ AGENTS.md ← Codex CLI / OpenCode Config
362
- β”œβ”€β”€ .gitignore
363
- β”‚
364
- β”œβ”€β”€ src/
365
- β”‚ └── bmad-plus/ ⭐ CUSTOM MODULE
366
- β”‚ β”œβ”€β”€ module.yaml ← Module + packs config
367
- β”‚ β”œβ”€β”€ module-help.csv ← Contextual help
368
- β”‚ β”œβ”€β”€ agents/
369
- β”‚ β”‚ β”œβ”€β”€ agent-strategist/ ← Atlas (analyst + pm)
370
- β”‚ β”‚ β”œβ”€β”€ agent-architect-dev/ ← Forge (architect + dev + tw)
371
- β”‚ β”‚ β”œβ”€β”€ agent-quality/ ← Sentinel (qa + ux)
372
- β”‚ β”‚ β”œβ”€β”€ agent-orchestrator/ ← Nexus (sm + qf + autopilot + parallel)
373
- β”‚ β”‚ β”œβ”€β”€ agent-maker/ ← Maker (meta-agent) [pack: maker]
374
- β”‚ β”‚ └── agent-shadow/ ← Shadow (osint) [pack: osint]
375
- β”‚ β”œβ”€β”€ skills/
376
- β”‚ β”‚ β”œβ”€β”€ bmad-plus-autopilot/ ← Automated pipeline
377
- β”‚ β”‚ └── bmad-plus-parallel/ ← Parallel execution
378
- β”‚ └── data/
379
- β”‚ └── role-triggers.yaml ← Auto-activation rules
380
- β”‚
381
- β”œβ”€β”€ tools/
382
- β”‚ └── cli/ πŸ› οΈ NPX INSTALLER
383
- β”‚ └── install.js ← npx bmad-plus install
384
- β”‚
385
- β”œβ”€β”€ osint-agent-package/ πŸ” OSINT PACKAGE
386
- β”‚ β”œβ”€β”€ agents/ ← Shadow Agent (OSINT investigator)
387
- β”‚ β”œβ”€β”€ skills/ ← 55+ Apify actors
388
- β”‚ └── install.ps1 ← Installation script
389
- β”‚
390
- └── upstream/ πŸ“¦ UPSTREAM REFERENCE
391
- └── (clone of BMAD-METHOD) ← Excluded from repo (.gitignore)
356
+ +-- README.md ? This file (English)
357
+ +-- readme-international/ ? Translated READMEs (fr, es, de)
358
+ +-- CHANGELOG.md ? Version history
359
+ +-- CLAUDE.md ? Claude Code Config
360
+ +-- GEMINI.md ? Gemini CLI Config
361
+ +-- AGENTS.md ? Codex CLI / OpenCode Config
362
+ +-- .gitignore
363
+ οΏ½
364
+ +-- src/
365
+ οΏ½ +-- bmad-plus/ ? CUSTOM MODULE
366
+ οΏ½ +-- module.yaml ? Module + packs config
367
+ οΏ½ +-- module-help.csv ? Contextual help
368
+ οΏ½ +-- agents/
369
+ οΏ½ οΏ½ +-- agent-strategist/ ? Atlas (analyst + pm)
370
+ οΏ½ οΏ½ +-- agent-architect-dev/ ? Forge (architect + dev + tw)
371
+ οΏ½ οΏ½ +-- agent-quality/ ? Sentinel (qa + ux)
372
+ οΏ½ οΏ½ +-- agent-orchestrator/ ? Nexus (sm + qf + autopilot + parallel)
373
+ οΏ½ οΏ½ +-- agent-maker/ ? Maker (meta-agent) [pack: maker]
374
+ οΏ½ οΏ½ +-- agent-shadow/ ? Shadow (osint) [pack: osint]
375
+ οΏ½ +-- skills/
376
+ οΏ½ οΏ½ +-- bmad-plus-autopilot/ ? Automated pipeline
377
+ οΏ½ οΏ½ +-- bmad-plus-parallel/ ? Parallel execution
378
+ οΏ½ +-- data/
379
+ οΏ½ +-- role-triggers.yaml ? Auto-activation rules
380
+ οΏ½
381
+ +-- tools/
382
+ οΏ½ +-- cli/ ??? NPX INSTALLER
383
+ οΏ½ +-- install.js ? npx bmad-plus install
384
+ οΏ½
385
+ +-- osint-agent-package/ ?? OSINT PACKAGE
386
+ οΏ½ +-- agents/ ? Shadow Agent (OSINT investigator)
387
+ οΏ½ +-- skills/ ? 55+ Apify actors
388
+ οΏ½ +-- install.ps1 ? Installation script
389
+ οΏ½
390
+ +-- upstream/ ?? UPSTREAM REFERENCE
391
+ +-- (clone of BMAD-METHOD) ? Excluded from repo (.gitignore)
392
392
  ```
393
393
 
394
394
  ---
395
395
 
396
- ## βš™οΈ Configuration
396
+ ## ?? Configuration
397
397
 
398
398
  ### Module variables (`module.yaml`)
399
399
 
@@ -415,32 +415,32 @@ BMAD+/
415
415
 
416
416
  ---
417
417
 
418
- ## πŸ“œ Version History
418
+ ## ?? Version History
419
419
 
420
420
  | Version | Date | Description |
421
421
  |---------|------|-------------|
422
- | **0.1.0** | 2026-03-17 | πŸŽ‰ Foundation β€” 6 agents (Atlas, Forge, Sentinel, Nexus, Shadow, Maker), 3 skills, pack system, multi-IDE support |
423
- | **0.2.0** | 2026-03-18 | πŸ”€ Oveanet Fusion β€” 3 new utility packs: SEO Audit 360, Universal Backup, Animated Website |
424
- | **0.3.0** | 2026-03-19 | πŸš€ SEO Engine v2.0 β€” 3 multi-role agents, 4 Python scripts, 6-phase workflow, PageSpeed loop, GEO analysis |
425
- | **0.4.0** | 2026-03-19 | 🏒 SEO Engine v2.1 β€” SKILL.md orchestrator, Google APIs, HTML reports, competitor benchmark, 50 tests, GSC + GA4 extensions |
422
+ | **0.1.0** | 2026-03-17 | ?? Foundation οΏ½ 6 agents (Atlas, Forge, Sentinel, Nexus, Shadow, Maker), 3 skills, pack system, multi-IDE support |
423
+ | **0.2.0** | 2026-03-18 | ?? Oveanet Fusion οΏ½ 3 new utility packs: SEO Audit 360, Universal Backup, Animated Website |
424
+ | **0.3.0** | 2026-03-19 | ?? SEO Engine v2.0 οΏ½ 3 multi-role agents, 4 Python scripts, 6-phase workflow, PageSpeed loop, GEO analysis |
425
+ | **0.4.0** | 2026-03-19 | ?? SEO Engine v2.1 οΏ½ SKILL.md orchestrator, Google APIs, HTML reports, competitor benchmark, 50 tests, GSC + GA4 extensions |
426
426
  | **0.4.1** | 2026-03-19 |
427
- | **0.4.2** | 2026-03-19 | Public packs SEO/Backup/Animated agents now in npm package | 🌐 10-language CLI, CI/CD pipeline, `.npmignore`, `/deploy` workflow, security hardening |
428
- | **0.4.3** | 2026-05-17 | πŸ”§ update + doctor commands, i18n complete, credits fix |
429
- | **0.4.4** | 2026-05-17 | πŸ”§ UTF-8 encoding fix, complete i18n 10 languages, 62 unit tests |
430
- | **0.6.0** | 2026-05-17 | πŸ—οΈ **Pack Dev Studio** β€” 6 Torah-named agents (Miriam, Yosef, Bezalel...) + 30 SDLC workflows, BWML DSL |
431
- | **0.5.0** | 2026-05-17 | πŸ›‘οΈ **Pack Shield** β€” 38 GRC compliance agents, 7 categories, 25+ frameworks (GDPR, ISO 27001, SOC 2, EU AI Act...) |
427
+ | **0.4.2** | 2026-03-19 | Public packs SEO/Backup/Animated agents now in npm package | ?? 10-language CLI, CI/CD pipeline, `.npmignore`, `/deploy` workflow, security hardening |
428
+ | **0.4.3** | 2026-05-17 | ?? update + doctor commands, i18n complete, credits fix |
429
+ | **0.4.4** | 2026-05-17 | ?? UTF-8 encoding fix, complete i18n 10 languages, 62 unit tests |
430
+ | **0.6.0** | 2026-05-17 | ??? **Pack Dev Studio** οΏ½ 6 Torah-named agents (Miriam, Yosef, Bezalel...) + 30 SDLC workflows, BWML DSL |
431
+ | **0.5.0** | 2026-05-17 | ??? **Pack Shield** οΏ½ 38 GRC compliance agents, 7 categories, 25+ frameworks (GDPR, ISO 27001, SOC 2, EU AI Act...) |
432
432
 
433
433
  See [CHANGELOG.md](CHANGELOG.md) for full details.
434
434
 
435
435
  ---
436
436
 
437
- ## πŸ“„ License
437
+ ## ?? License
438
438
 
439
- MIT β€” Based on [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) (MIT)
439
+ MIT οΏ½ Based on [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) (MIT)
440
440
 
441
441
  ### Credits
442
442
 
443
443
  - **BMAD+** Created by [Laurent Rochetta](https://github.com/lrochetta) ([LinkedIn](https://www.linkedin.com/in/laurentrochetta/))
444
- - **BMAD-METHOD** by [bmad-code-org](https://github.com/bmad-code-org) β€” Base framework
444
+ - **BMAD-METHOD** by [bmad-code-org](https://github.com/bmad-code-org) οΏ½ Base framework
445
445
  - **OSINT Pipeline** based on [smixs/osint-skill](https://github.com/smixs/osint-skill) (MIT)
446
446
  - **Apify Actor Runner** integrated from [apify/agent-skills](https://github.com/apify/agent-skills) (MIT)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "bmad-plus",
4
- "version": "0.6.0",
4
+ "version": "0.7.0",
5
5
  "description": "BMAD+ β€” Augmented AI-Driven Development Framework with multi-role agents, autopilot, and parallel execution",
6
6
  "keywords": [
7
7
  "bmad",