bmad-plus 0.6.0 β 0.7.1
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 +39 -0
- package/README.md +144 -144
- package/package.json +1 -1
- package/readme-international/README.de.md +125 -125
- package/readme-international/README.es.md +215 -215
- package/readme-international/README.fr.md +213 -213
- package/src/bmad-plus/module.yaml +13 -0
- package/src/bmad-plus/packs/pack-memory/README.md +106 -0
- package/src/bmad-plus/packs/pack-memory/memory-orchestrator.md +79 -0
- package/src/bmad-plus/packs/pack-memory/shared/karpathy-guardrails.md +86 -0
- package/src/bmad-plus/packs/pack-memory/shared/memory-protocol.md +143 -0
- package/src/bmad-plus/packs/pack-memory/templates/context.md +39 -0
- package/src/bmad-plus/packs/pack-memory/templates/decisions.md +25 -0
- package/src/bmad-plus/packs/pack-memory/templates/identity.yaml +39 -0
- package/src/bmad-plus/packs/pack-memory/templates/lessons.md +31 -0
- package/src/bmad-plus/packs/pack-memory/templates/patterns.md +24 -0
- package/src/bmad-plus/packs/pack-memory/templates/session-handoff.md +25 -0
- package/src/bmad-plus/packs/pack-memory/zecher-agent.md +157 -0
- package/tools/cli/bmad-plus-cli.js +22 -0
- package/tools/cli/commands/install.js +169 -1
- package/tools/cli/commands/memory.js +194 -0
- package/tools/cli/commands/scan.js +335 -0
- package/tools/cli/i18n.js +30 -10
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,45 @@ 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.1] β 2026-05-17
|
|
9
|
+
|
|
10
|
+
### π οΈ CLI Commands & Guardrails Injection
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- **`npx bmad-plus scan [path]`** β Interactive project scanner
|
|
14
|
+
- Recursive directory scan with stack auto-detection (Node.js, Rust, Python, Go, PHP, Ruby, Java)
|
|
15
|
+
- Framework detection (Next.js, Nuxt, React, Vue, Svelte, Express, Electron, Tauri)
|
|
16
|
+
- Status tracking (active/paused/archived based on last modified)
|
|
17
|
+
- Interactive validation: index all, select, or skip
|
|
18
|
+
- Auto-generates `projects-index.md` in global brain
|
|
19
|
+
- **`npx bmad-plus memory status`** β Memory health report
|
|
20
|
+
- Shows project memory + global brain status
|
|
21
|
+
- Entry counts, last modified dates, health score
|
|
22
|
+
- Brain link detection
|
|
23
|
+
- **`npx bmad-plus memory export`** β Export brain as portable Markdown archive
|
|
24
|
+
- **Karpathy Guardrails injection** β 4 principles auto-injected into CLAUDE.md/GEMINI.md/AGENTS.md when Memory pack is installed
|
|
25
|
+
- **i18n** β Memory + Dev Studio keys for EN and FR (other languages use fallback)
|
|
26
|
+
|
|
27
|
+
## [0.7.0] β 2026-05-17
|
|
28
|
+
|
|
29
|
+
### π§ Pack Memory β Persistent Brain
|
|
30
|
+
|
|
31
|
+
### Added
|
|
32
|
+
- **Pack Memory** β Persistent cross-session memory system with brain detection
|
|
33
|
+
- π§ **Zecher Agent** (ΧΧΧ¨, "remembrance") β Memory archivist for consolidation, project scanning, context recall
|
|
34
|
+
- π **Project Memory** (`.agents/memory/`) β decisions.md, lessons.md, patterns.md, context.md, sessions/
|
|
35
|
+
- π **Global Brain** (`~/.bmad-plus/brain/`) β Cross-project knowledge, identity, project index
|
|
36
|
+
- π **Project Scanner** β Scan directories/disks, detect stacks, interactive validation, auto-index
|
|
37
|
+
- π‘οΈ **Karpathy Guardrails** β 4 behavioral principles (Think, Simplify, Surgical, Goal-driven) woven into agents
|
|
38
|
+
- π **Memory Protocol** β Complete read/write rules for when agents use memory
|
|
39
|
+
- π **Brain Detection** β Detects existing `_brain/`, `~/.claude/memory/`, links instead of overwrites
|
|
40
|
+
- π **6 templates** β decisions, lessons, patterns, context, session-handoff, identity.yaml
|
|
41
|
+
|
|
42
|
+
### Changed
|
|
43
|
+
- CLI installer: brain detection step (4.5) with merge-safe logic
|
|
44
|
+
- IDE config generation: Zecher agent listed when memory pack selected
|
|
45
|
+
- Install guide: memory-specific examples (Zecher commands)
|
|
46
|
+
|
|
8
47
|
## [0.6.0] β 2026-05-17
|
|
9
48
|
|
|
10
49
|
### ποΈ Pack Dev Studio β Full Software Development Lifecycle
|
package/README.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
|
|
1
|
+
# ?? BMAD+ οΏ½ Augmented AI-Driven Development Framework
|
|
2
2
|
|
|
3
|
-
[](CHANGELOG.md)
|
|
4
4
|
[](https://github.com/bmad-code-org/BMAD-METHOD)
|
|
5
5
|
[](LICENSE)
|
|
6
6
|
|
|
7
7
|
<div align="center">
|
|
8
|
-
|
|
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
|
|
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
|
-
##
|
|
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
|
-
##
|
|
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
|
|
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
|
-
##
|
|
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
|
-
####
|
|
61
|
+
#### ?? Who to talk to?
|
|
62
62
|
|
|
63
63
|
| You want to... | Talk to | Example |
|
|
64
64
|
|---|---|---|
|
|
65
|
-
| Discuss a project idea | **Atlas**
|
|
66
|
-
| Create a PRD / Product Brief | **Atlas**
|
|
67
|
-
| Design the technical architecture | **Forge**
|
|
68
|
-
| Implement code | **Forge**
|
|
69
|
-
| Write documentation | **Forge**
|
|
70
|
-
| Test / do a code review | **Sentinel**
|
|
71
|
-
| Plan a sprint | **Nexus**
|
|
72
|
-
| Automate everything from A to Z | **Nexus**
|
|
73
|
-
| Investigate a person (OSINT) | **Shadow**
|
|
74
|
-
| Create a new BMAD+ agent | **Maker**
|
|
75
|
-
|
|
76
|
-
####
|
|
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
|
-
|
|
80
|
+
? Atlas analyzes, asks questions, proposes angles
|
|
81
81
|
|
|
82
82
|
2. "Atlas, create the product brief"
|
|
83
|
-
|
|
83
|
+
? Deliverable: _bmad-output/discovery/product-brief.md
|
|
84
84
|
|
|
85
85
|
3. "Atlas, write the PRD"
|
|
86
|
-
|
|
86
|
+
? Deliverable: _bmad-output/discovery/prd.md
|
|
87
87
|
|
|
88
88
|
4. "Forge, propose the architecture"
|
|
89
|
-
|
|
89
|
+
? Deliverable: _bmad-output/discovery/architecture.md
|
|
90
90
|
|
|
91
91
|
5. "Nexus, break down into epics and stories"
|
|
92
|
-
|
|
92
|
+
? Deliverable: _bmad-output/build/stories/
|
|
93
93
|
|
|
94
94
|
6. "Forge, implement story [X]"
|
|
95
|
-
|
|
95
|
+
? Code generated + tests
|
|
96
96
|
|
|
97
97
|
7. "Sentinel, test and review"
|
|
98
|
-
|
|
98
|
+
? QA report + suggestions
|
|
99
99
|
```
|
|
100
100
|
|
|
101
|
-
####
|
|
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
|
-
####
|
|
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
|
-
##
|
|
120
|
+
## ??? Architecture
|
|
121
121
|
|
|
122
122
|
```mermaid
|
|
123
123
|
graph TB
|
|
124
|
-
subgraph Core["
|
|
125
|
-
AT[Atlas
|
|
126
|
-
FG[Forge
|
|
127
|
-
SN[Sentinel
|
|
128
|
-
NX[Nexus
|
|
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["
|
|
132
|
-
SH[Shadow
|
|
131
|
+
subgraph OSINT["?? OSINT Pack"]
|
|
132
|
+
SH[Shadow ??<br/>OSINT Intel]
|
|
133
133
|
end
|
|
134
134
|
|
|
135
|
-
subgraph Audit["
|
|
136
|
-
SD["Shield
|
|
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
|
-
##
|
|
155
|
+
## ?? The 5 Agents
|
|
156
156
|
|
|
157
|
-
### Atlas
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
235
|
+
### Maker οΏ½ Agent Creator ?? *(Maker Pack)*
|
|
236
236
|
|
|
237
|
-
**Meta-agent that creates other agents.** Give it a description
|
|
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
|
|
242
|
-
| **QA** | Quick Agent
|
|
243
|
-
| **EA** | Edit Agent
|
|
244
|
-
| **VA** | Validate Agent
|
|
245
|
-
| **PA** | Package Agent
|
|
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
|
|
248
|
-
**Output:** `_bmad-output/ready-to-integrate/`
|
|
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
|
-
##
|
|
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
|
-
|
|
259
|
+
??? Which packs to install?
|
|
260
260
|
Core (Atlas, Forge, Sentinel, Nexus) is always included.
|
|
261
261
|
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
None
|
|
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
|
-
|
|
|
272
|
-
|
|
|
273
|
-
|
|
|
274
|
-
|
|
|
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
|
-
##
|
|
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
|
-
|
|
|
292
|
-
|
|
|
293
|
-
|
|
|
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: *"
|
|
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
|
|
301
|
+
Give a project idea ? Nexus orchestrates the complete pipeline:
|
|
302
302
|
|
|
303
303
|
```
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
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` (
|
|
321
|
-
- `notify_only` (
|
|
322
|
-
- `auto` (
|
|
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
|
|
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
|
|
334
|
+
**Supervision actions:** Launch, Monitor, Stop, Restart, Reallocate, Escalate (3 failures ? human notification)
|
|
335
335
|
|
|
336
336
|
---
|
|
337
337
|
|
|
338
|
-
##
|
|
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
|
-
##
|
|
352
|
+
## ?? Project Structure
|
|
353
353
|
|
|
354
354
|
```
|
|
355
355
|
BMAD+/
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
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
|
-
##
|
|
396
|
+
## ?? Configuration
|
|
397
397
|
|
|
398
398
|
### Module variables (`module.yaml`)
|
|
399
399
|
|
|
@@ -415,32 +415,32 @@ BMAD+/
|
|
|
415
415
|
|
|
416
416
|
---
|
|
417
417
|
|
|
418
|
-
##
|
|
418
|
+
## ?? Version History
|
|
419
419
|
|
|
420
420
|
| Version | Date | Description |
|
|
421
421
|
|---------|------|-------------|
|
|
422
|
-
| **0.1.0** | 2026-03-17 |
|
|
423
|
-
| **0.2.0** | 2026-03-18 |
|
|
424
|
-
| **0.3.0** | 2026-03-19 |
|
|
425
|
-
| **0.4.0** | 2026-03-19 |
|
|
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 |
|
|
428
|
-
| **0.4.3** | 2026-05-17 |
|
|
429
|
-
| **0.4.4** | 2026-05-17 |
|
|
430
|
-
| **0.6.0** | 2026-05-17 |
|
|
431
|
-
| **0.5.0** | 2026-05-17 |
|
|
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
|
-
##
|
|
437
|
+
## ?? License
|
|
438
438
|
|
|
439
|
-
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)
|
|
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.
|
|
4
|
+
"version": "0.7.1",
|
|
5
5
|
"description": "BMAD+ β Augmented AI-Driven Development Framework with multi-role agents, autopilot, and parallel execution",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"bmad",
|