bmad-plus 0.9.2 β 0.12.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 +65 -0
- package/README.md +582 -577
- package/osint-agent-package/skills/bmad-osint-investigate/osint/SKILL.md +30 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/assets/dossier-template.md +10 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/assets/lawful-basis-record.md +48 -0
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/gdpr-osint.md +48 -0
- package/package.json +7 -5
- package/readme-international/README.de.md +9 -4
- package/readme-international/README.es.md +9 -4
- package/readme-international/README.fr.md +9 -4
- package/src/bmad-plus/packs/pack-memory/shared/memory-protocol.md +14 -0
- package/tools/build/README.md +78 -0
- package/tools/build/adapters.config.js +117 -0
- package/tools/build/generate-adapters.js +485 -0
- package/tools/build/generate.js +284 -0
- package/tools/build/generated-adapters/.codex/AGENTS.md +121 -0
- package/tools/build/generated-adapters/.cursor/rules/bmad-plus.mdc +126 -0
- package/tools/build/generated-adapters/.opencode/AGENTS.md +121 -0
- package/tools/build/generated-adapters/AGENTS.md +119 -0
- package/tools/build/generated-adapters/CLAUDE.md +122 -0
- package/tools/build/generated-adapters/CONVENTIONS.md +121 -0
- package/tools/build/generated-adapters/GEMINI.md +126 -0
- package/tools/build/generated-adapters/README.md +79 -0
- package/tools/cli/bmad-plus-cli.js +11 -0
- package/tools/cli/commands/autoconfig.js +1 -3
- package/tools/cli/commands/install.js +54 -2
- package/tools/cli/commands/memory-journal-cmd.js +311 -0
- package/tools/cli/commands/scan.js +2 -18
- package/tools/cli/lib/README-memory-journal.md +125 -0
- package/tools/cli/lib/memory-init.js +204 -113
- package/tools/cli/lib/memory-journal.js +0 -0
- package/tools/cli/lib/packs.js +209 -122
- package/tools/cli/lib/path-hash.js +39 -0
- package/tools/cli/lib/python-provision.js +508 -0
package/README.md
CHANGED
|
@@ -1,577 +1,582 @@
|
|
|
1
|
-
# π BMAD+ β Augmented Multi-Agent AI Framework
|
|
2
|
-
|
|
3
|
-
[](https://github.com/bmad-code-org/BMAD-METHOD)
|
|
5
|
-
[](LICENSE)
|
|
6
|
-
|
|
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>
|
|
9
|
-
</div>
|
|
10
|
-
|
|
11
|
-
> **Multi-role agents Β· 9 modular packs Β· Autopilot mode Β· Parallel execution**
|
|
12
|
-
> Smart fork of [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) β Self-activating agents with 3-level context detection, GRC compliance (Shield), full SDLC pipeline (Dev Studio), OSINT intelligence, SEO audit, persistent cross-session memory, and a 10-language CLI installer.
|
|
13
|
-
|
|
14
|
-
---
|
|
15
|
-
|
|
16
|
-
## π Table of Contents
|
|
17
|
-
|
|
18
|
-
- [What is BMAD+?](#-what-is-bmad)
|
|
19
|
-
- [Quick Start](#-quick-start)
|
|
20
|
-
- [The 56+ Agents](#the-56-agents)
|
|
21
|
-
- [Pack System](#-pack-system)
|
|
22
|
-
- [Innovations](#-innovations)
|
|
23
|
-
- [CLI Reference](#-cli-commands)
|
|
24
|
-
- [Supported IDEs](#-supported-ides)
|
|
25
|
-
- [Configuration](#-configuration)
|
|
26
|
-
- [Version History](#-version-history)
|
|
27
|
-
- [License](#-license)
|
|
28
|
-
|
|
29
|
-
---
|
|
30
|
-
|
|
31
|
-
## π‘ What is BMAD+?
|
|
32
|
-
|
|
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
|
-
β
|
|
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?
|
|
83
|
-
|
|
84
|
-
| BMAD-METHOD | BMAD+ |
|
|
85
|
-
|---|---|
|
|
86
|
-
| 9 specialized agents | **56+ agents** (12 roles total) |
|
|
87
|
-
| Manual activation only | **Intelligent auto-activation** at 3 levels |
|
|
88
|
-
| No automated pipeline | **Autopilot Mode**: idea β delivery |
|
|
89
|
-
| Sequential execution | **Supervised parallelism** |
|
|
90
|
-
| No persistent memory | **Cross-session brain** with project scanner |
|
|
91
|
-
| 1-2 IDEs supported | **5 IDEs** with auto-detection |
|
|
92
|
-
| 1 module | **9 modular packs** (Core, OSINT, Shield, Dev Studio, SEO, Memory...) |
|
|
93
|
-
|
|
94
|
-
---
|
|
95
|
-
|
|
96
|
-
## β‘ Quick Start
|
|
97
|
-
|
|
98
|
-
### Installation in an existing project
|
|
99
|
-
|
|
100
|
-
```bash
|
|
101
|
-
npx bmad-plus install
|
|
102
|
-
```
|
|
103
|
-
|
|
104
|
-
The installer:
|
|
105
|
-
1. Automatically detects installed IDEs (Claude Code, Gemini CLI, Codex, etc.)
|
|
106
|
-
2. Offers packs to install (Core, OSINT, Maker, Audit)
|
|
107
|
-
3. Generates adapted configuration files
|
|
108
|
-
4. Creates artifact folders
|
|
109
|
-
|
|
110
|
-
### Usage after installation
|
|
111
|
-
|
|
112
|
-
#### π¬ Who to talk to?
|
|
113
|
-
|
|
114
|
-
**π Strategy & Discovery**
|
|
115
|
-
|
|
116
|
-
| You want to... | Talk to | Example |
|
|
117
|
-
|---|---|---|
|
|
118
|
-
| Brainstorm a project idea | **Atlas** π― | `Atlas, I have a project idea: a billing SaaS` |
|
|
119
|
-
| Market/domain research | **Atlas** π― | `Atlas, analyze the market for AI note-taking apps` |
|
|
120
|
-
| Create a PRD / Product Brief | **Atlas** π― | `Atlas, create the PRD for my project` |
|
|
121
|
-
| Design UX wireframes | **Atlas** π― | `Atlas, design the UX for the onboarding flow` |
|
|
122
|
-
|
|
123
|
-
**ποΈ Architecture & Development**
|
|
124
|
-
|
|
125
|
-
| You want to... | Talk to | Example |
|
|
126
|
-
|---|---|---|
|
|
127
|
-
| Design technical architecture | **Forge** ποΈ | `Forge, propose an architecture for the app` |
|
|
128
|
-
| Implement a user story | **Forge** ποΈ | `Forge, implement story AUTH-001` |
|
|
129
|
-
| Write/update documentation | **Forge** ποΈ | `Forge, document the API` |
|
|
130
|
-
| Quick hotfix or small change | **Forge** ποΈ | `Forge, quick dev: add a loading spinner` |
|
|
131
|
-
|
|
132
|
-
**π Quality & Review**
|
|
133
|
-
|
|
134
|
-
| You want to... | Talk to | Example |
|
|
135
|
-
|---|---|---|
|
|
136
|
-
| Code review | **Sentinel** π | `Sentinel, review the auth module` |
|
|
137
|
-
| Write tests (unit/E2E) | **Sentinel** π | `Sentinel, write E2E tests for checkout` |
|
|
138
|
-
| UX/accessibility audit | **Sentinel** π | `Sentinel, review the UX of the dashboard` |
|
|
139
|
-
|
|
140
|
-
**πΌ Project Management**
|
|
141
|
-
|
|
142
|
-
| You want to... | Talk to | Example |
|
|
143
|
-
|---|---|---|
|
|
144
|
-
| Plan a sprint | **Nexus** πΌ | `Nexus, create epics and stories for the MVP` |
|
|
145
|
-
| Automate everything (A to Z) | **Nexus** πΌ | `autopilot` then describe your project |
|
|
146
|
-
| Run tasks in parallel | **Nexus** πΌ | `parallel` β auto-detects independent tasks |
|
|
147
|
-
| Sprint retrospective | **Nexus** πΌ | `Nexus, run a retrospective on Sprint 3` |
|
|
148
|
-
|
|
149
|
-
**π΅οΈ Intelligence & Specialized Packs**
|
|
150
|
-
|
|
151
|
-
| You want to... | Talk to | Example |
|
|
152
|
-
|---|---|---|
|
|
153
|
-
| Investigate a person (OSINT) | **Shadow** π΅οΈ | `Shadow, investigate John Doe` |
|
|
154
|
-
| Create a new BMAD+ agent | **Maker** 𧬠| `Maker, create a customer support agent` |
|
|
155
|
-
| Recall past decisions/context | **Zecher** π§ | `Zecher, what did we decide about the auth strategy?` |
|
|
156
|
-
| Session handoff summary | **Zecher** π§ | `Zecher, create a handoff for the next session` |
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
#### π Typical Workflow (manual mode)
|
|
160
|
-
|
|
161
|
-
```
|
|
162
|
-
1. "Atlas, brainstorm on my [project] idea"
|
|
163
|
-
β Atlas analyzes, asks questions, proposes angles
|
|
164
|
-
|
|
165
|
-
2. "Atlas, create the product brief"
|
|
166
|
-
β Deliverable: _bmad-output/discovery/product-brief.md
|
|
167
|
-
|
|
168
|
-
3. "Atlas, write the PRD"
|
|
169
|
-
β Deliverable: _bmad-output/discovery/prd.md
|
|
170
|
-
|
|
171
|
-
4. "Forge, propose the architecture"
|
|
172
|
-
β Deliverable: _bmad-output/discovery/architecture.md
|
|
173
|
-
|
|
174
|
-
5. "Nexus, break down into epics and stories"
|
|
175
|
-
β Deliverable: _bmad-output/build/stories/
|
|
176
|
-
|
|
177
|
-
6. "Forge, implement story [X]"
|
|
178
|
-
β Code generated + tests
|
|
179
|
-
|
|
180
|
-
7. "Sentinel, test and review"
|
|
181
|
-
β QA report + suggestions
|
|
182
|
-
```
|
|
183
|
-
|
|
184
|
-
#### β‘ Automatic Workflow (autopilot mode)
|
|
185
|
-
|
|
186
|
-
```
|
|
187
|
-
> autopilot
|
|
188
|
-
> "A billing SaaS for SMBs with quote management"
|
|
189
|
-
```
|
|
190
|
-
|
|
191
|
-
Nexus automatically orchestrates everything with checkpoints for your approval.
|
|
192
|
-
|
|
193
|
-
#### π¬ Key Commands
|
|
194
|
-
|
|
195
|
-
| Command | Description |
|
|
196
|
-
|----------|-------------|
|
|
197
|
-
| `bmad-help` | View all available agents and skills |
|
|
198
|
-
| `autopilot` | Nexus takes control of the complete pipeline |
|
|
199
|
-
| `parallel` | Launch multi-agent execution in parallel |
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
#### π§ CLI Commands
|
|
203
|
-
|
|
204
|
-
| Command | Description |
|
|
205
|
-
|---------|-------------|
|
|
206
|
-
| `npx bmad-plus install` | Interactive installer with pack selection and IDE detection |
|
|
207
|
-
| `npx bmad-plus scan [path]` | Discover and index projects in the global brain |
|
|
208
|
-
| `npx bmad-plus memory status` | Memory health report (project + global brain) |
|
|
209
|
-
| `npx bmad-plus memory export` | Export brain as portable Markdown archive |
|
|
210
|
-
| `npx bmad-plus doctor` | Check installation integrity |
|
|
211
|
-
| `npx bmad-plus update` | Update agents and skills (preserves config) |
|
|
212
|
-
| `npx bmad-plus uninstall` | Remove BMAD+ from current project |
|
|
213
|
-
| `npx bmad-plus autoconfig` | Smart project bootstrap β auto-detect, install, and configure |
|
|
214
|
-
|
|
215
|
-
#### π¬ Advanced Install Options
|
|
216
|
-
|
|
217
|
-
```bash
|
|
218
|
-
# Non-interactive install β all packs, auto-detect IDEs
|
|
219
|
-
npx bmad-plus install --packs all --yes
|
|
220
|
-
|
|
221
|
-
# Install without overwriting IDE configs (CLAUDE.md, GEMINI.md, etc.)
|
|
222
|
-
npx bmad-plus install --tools none
|
|
223
|
-
|
|
224
|
-
# Install specific packs only
|
|
225
|
-
npx bmad-plus install --packs core,memory,osint
|
|
226
|
-
|
|
227
|
-
# Install in a different directory
|
|
228
|
-
npx bmad-plus install --directory /path/to/project
|
|
229
|
-
```
|
|
230
|
-
|
|
231
|
-
> **π‘ Dogfooding tip:** Use `--tools none` when installing BMAD+ into a project that already has manually maintained IDE config files. This installs agents, skills, and memory without overwriting your existing `CLAUDE.md`, `GEMINI.md`, or `AGENTS.md`.
|
|
232
|
-
|
|
233
|
-
#### π Scan Options
|
|
234
|
-
|
|
235
|
-
```bash
|
|
236
|
-
# Scan a drive or directory for projects
|
|
237
|
-
npx bmad-plus scan D:\DEV
|
|
238
|
-
|
|
239
|
-
# Custom thresholds for project status
|
|
240
|
-
npx bmad-plus scan . --active-days 7 --paused-days 90
|
|
241
|
-
|
|
242
|
-
# Auto-index all without prompting
|
|
243
|
-
npx bmad-plus scan D:\DEV --yes --depth 6
|
|
244
|
-
```
|
|
245
|
-
|
|
246
|
-
> Status legend: π’ **active** (modified < 30 days), π‘ **paused** (30β180 days), βͺ **archived** (> 180 days). Thresholds are customizable with `--active-days` and `--paused-days`.
|
|
247
|
-
|
|
248
|
-
---
|
|
249
|
-
|
|
250
|
-
## ποΈ Architecture
|
|
251
|
-
|
|
252
|
-
```mermaid
|
|
253
|
-
graph TB
|
|
254
|
-
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"]
|
|
259
|
-
end
|
|
260
|
-
|
|
261
|
-
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"]
|
|
270
|
-
end
|
|
271
|
-
|
|
272
|
-
subgraph Skills["β‘ Core Skills"]
|
|
273
|
-
AP[Autopilot]
|
|
274
|
-
PL[Parallel]
|
|
275
|
-
end
|
|
276
|
-
|
|
277
|
-
NX -->|orchestrates| AT
|
|
278
|
-
NX -->|orchestrates| FG
|
|
279
|
-
NX -->|orchestrates| SN
|
|
280
|
-
NX -->|invokes| SH
|
|
281
|
-
NX -->|invokes| MK
|
|
282
|
-
NX --> AP
|
|
283
|
-
NX --> PL
|
|
284
|
-
ZC -.->|context| NX
|
|
285
|
-
```
|
|
286
|
-
|
|
287
|
-
---
|
|
288
|
-
|
|
289
|
-
## π The 56+ Agents
|
|
290
|
-
|
|
291
|
-
### Atlas β Strategist π―
|
|
292
|
-
|
|
293
|
-
**Fuses:** Analyst (Mary) + Product Manager (John)
|
|
294
|
-
|
|
295
|
-
| Role | Specialty | Auto-activation |
|
|
296
|
-
|------|-----------|-----------------|
|
|
297
|
-
| **Analyst** | Market research, SWOT, benchmarks, domain expertise | "analyze", "market", "benchmark", new project |
|
|
298
|
-
| **Product Manager** | PRD, product briefs, user stories, roadmaps | "PRD", "roadmap", "MVP", planning phase |
|
|
299
|
-
|
|
300
|
-
**Capabilities:** Brainstorming (BP), Market Research (MR), Domain Research (DR), Technical Research (TR), Product Brief (CB), PRD (PR), UX Design (CU), Document Project (DP)
|
|
301
|
-
|
|
302
|
-
---
|
|
303
|
-
|
|
304
|
-
### Forge β Architect-Dev ποΈ
|
|
305
|
-
|
|
306
|
-
**Fuses:** Architect (Winston) + Developer (Amelia) + Tech Writer (Paige)
|
|
307
|
-
|
|
308
|
-
| Role | Specialty | Auto-activation |
|
|
309
|
-
|------|-----------|-----------------|
|
|
310
|
-
| **Architect** | Technical design, API, scalability, stack choice | "architecture", "API", "schema", +5 files modified |
|
|
311
|
-
| **Developer** | TDD implementation, code review, story execution | "implement", "code", "fix", post-architecture |
|
|
312
|
-
| **Tech Writer** | Documentation, Mermaid diagrams, changelogs | "document", "README", post-implementation |
|
|
313
|
-
|
|
314
|
-
**Capabilities:** Architecture (CA), Implementation Readiness (IR), Dev Story (DS), Code Review (CR), Quick Spec (QS), Quick Dev (QD), Document Project (DP)
|
|
315
|
-
|
|
316
|
-
**Critical actions (Dev role):**
|
|
317
|
-
- Read the ENTIRE story BEFORE implementation
|
|
318
|
-
- Execute tasks IN ORDER
|
|
319
|
-
- 100% passing tests BEFORE moving on
|
|
320
|
-
- NEVER lie about tests
|
|
321
|
-
|
|
322
|
-
---
|
|
323
|
-
|
|
324
|
-
### Sentinel β Quality π
|
|
325
|
-
|
|
326
|
-
**Fuses:** QA Engineer (Quinn) + UX Designer (Sally)
|
|
327
|
-
|
|
328
|
-
| Role | Specialty | Auto-activation |
|
|
329
|
-
|------|-----------|-----------------|
|
|
330
|
-
| **QA Engineer** | API/E2E tests, edge cases, coverage, code review | "test", "QA", "bug", post-implementation |
|
|
331
|
-
| **UX Reviewer** | UX evaluation, accessibility, interaction design | "UX", "interface", "responsive", frontend changes |
|
|
332
|
-
|
|
333
|
-
**Capabilities:** QA Tests (QA), Code Review (CR), UX Design (CU)
|
|
334
|
-
|
|
335
|
-
---
|
|
336
|
-
|
|
337
|
-
### Nexus β Orchestrator πΌ
|
|
338
|
-
|
|
339
|
-
**Fuses:** Scrum Master (Bob) + Quick-Flow Solo Dev (Barry) + **Autopilot** (new) + **Parallel Supervisor** (new)
|
|
340
|
-
|
|
341
|
-
| Role | Specialty | Auto-activation |
|
|
342
|
-
|------|-----------|-----------------|
|
|
343
|
-
| **Scrum Master** | Sprint planning, stories, retros, course correction | "sprint", "planning", "backlog" |
|
|
344
|
-
| **Quick Flow** | Quick specs, hotfixes, minimum ceremony | "quick", "hotfix", "small fix" |
|
|
345
|
-
| **Autopilot** | Pipeline automated ideaβdelivery with checkpoints | "autopilot", "manage everything", autopilot mode |
|
|
346
|
-
| **Parallel Supervisor** | Concurrent multi-agent, conflict detection, reallocation | "parallel", independent tasks detected |
|
|
347
|
-
|
|
348
|
-
**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)**
|
|
349
|
-
|
|
350
|
-
---
|
|
351
|
-
|
|
352
|
-
### Shadow β OSINT Intelligence π *(OSINT Pack)*
|
|
353
|
-
|
|
354
|
-
**Complete OSINT investigation agent.**
|
|
355
|
-
|
|
356
|
-
| Capability | Description |
|
|
357
|
-
|-----------|-------------|
|
|
358
|
-
| **INV** | Complete investigation Phase 0β6 with scored dossier |
|
|
359
|
-
| **QS** | Quick multi-engine search |
|
|
360
|
-
| **LI/IG/FB** | LinkedIn, Instagram, Facebook scraping |
|
|
361
|
-
| **PP** | MBTI / Big Five psychoprofile |
|
|
362
|
-
| **CE** | Contact enrichment (email, phone) |
|
|
363
|
-
| **DG** | Diagnostic of available tools/APIs |
|
|
364
|
-
|
|
365
|
-
**Stack:** 55+ Apify actors, 7 search APIs, 100% Python stdlib, confidence grades A/B/C/D
|
|
366
|
-
|
|
367
|
-
---
|
|
368
|
-
|
|
369
|
-
### Maker β Agent Creator 𧬠*(Maker Pack)*
|
|
370
|
-
|
|
371
|
-
**Meta-agent that creates other agents.** Give it a description β it generates a complete package.
|
|
372
|
-
|
|
373
|
-
| Code | Description |
|
|
374
|
-
|------|-------------|
|
|
375
|
-
| **CA** | Create Agent β guided creation in 4 phases |
|
|
376
|
-
| **QA** | Quick Agent β fast creation with sensible defaults |
|
|
377
|
-
| **EA** | Edit Agent β modify an existing SKILL.md |
|
|
378
|
-
| **VA** | Validate Agent β check BMAD+ compliance |
|
|
379
|
-
| **PA** | Package Agent β generate the integration folder |
|
|
380
|
-
|
|
381
|
-
**Pipeline:** Discovery β Design (user validation) β Generation β Validation
|
|
382
|
-
**Output:** `_bmad-output/ready-to-integrate/` β ready to copy into BMAD+
|
|
383
|
-
|
|
384
|
-
---
|
|
385
|
-
|
|
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
|
-
## π¦ Pack System
|
|
403
|
-
|
|
404
|
-
BMAD+ uses a modular pack system. Core is always installed, additional packs are optional.
|
|
405
|
-
|
|
406
|
-
```
|
|
407
|
-
npx bmad-plus install
|
|
408
|
-
|
|
409
|
-
ποΈ Which packs to install?
|
|
410
|
-
Core (Atlas, Forge, Sentinel, Nexus) is always included.
|
|
411
|
-
|
|
412
|
-
π OSINT β Shadow (investigation, scraping, psychoprofiling)
|
|
413
|
-
𧬠Agent Creator β Maker (design, build, package)
|
|
414
|
-
π‘οΈ Security Audit β Shield (vulnerability scan)
|
|
415
|
-
π€ Install everything
|
|
416
|
-
None β Core only
|
|
417
|
-
```
|
|
418
|
-
|
|
419
|
-
| Pack | Agents | What it does | Status |
|
|
420
|
-
|------|--------|-------------|--------|
|
|
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 |
|
|
430
|
-
|
|
431
|
-
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
|
|
436
|
-
|
|
437
|
-
---
|
|
438
|
-
|
|
439
|
-
## β¨ Innovations
|
|
440
|
-
|
|
441
|
-
### 1. 3-Level Intelligent Auto-Activation
|
|
442
|
-
|
|
443
|
-
Each agent can **automatically** switch roles when the context requires it:
|
|
444
|
-
|
|
445
|
-
| Level | Mechanism | Example |
|
|
446
|
-
|--------|-----------|---------|
|
|
447
|
-
| π€ **Pattern** | Keywords in the request | "review" β QA activated |
|
|
448
|
-
| π **Contextual** | Domain detected during work | Financial calculations β QA auto-activated after code |
|
|
449
|
-
| π§ **Reasoning** | Logic chain during execution | Architecture inconsistency β Architect auto-activated |
|
|
450
|
-
|
|
451
|
-
The agent **announces** its auto-activations: *"π‘ I'm switching to QA mode β financial calculations detected. Say 'skip' to stay in current mode."*
|
|
452
|
-
|
|
453
|
-
Configuration: `src/bmad-plus/data/role-triggers.yaml`
|
|
454
|
-
|
|
455
|
-
### 2. Autopilot Mode
|
|
456
|
-
|
|
457
|
-
Give a project idea β Nexus orchestrates the complete pipeline:
|
|
458
|
-
|
|
459
|
-
```
|
|
460
|
-
π Discovery (Atlas)
|
|
461
|
-
ββ Brainstorming β Product Brief β PRD β UX Design
|
|
462
|
-
π΄ CHECKPOINT: PRD Approval
|
|
463
|
-
|
|
464
|
-
ποΈ Build (Forge + Sentinel)
|
|
465
|
-
ββ Architecture β Epics β Stories β Sprint
|
|
466
|
-
π΄ CHECKPOINT: Architecture Approval
|
|
467
|
-
ββ For each story: Code β Tests β (retry if failed, max 3)
|
|
468
|
-
π‘ NOTIFY: Story status
|
|
469
|
-
|
|
470
|
-
π Ship (Sentinel + Forge)
|
|
471
|
-
ββ Code Review β UX Review β Documentation β Retro
|
|
472
|
-
π΄ CHECKPOINT: Final approval
|
|
473
|
-
```
|
|
474
|
-
|
|
475
|
-
**Configurable checkpoints:**
|
|
476
|
-
- `require_approval` (π΄) β Pause, WhatsApp notification, wait
|
|
477
|
-
- `notify_only` (π‘) β Notification, continues unless intervened
|
|
478
|
-
- `auto` (π’) β Continues automatically
|
|
479
|
-
|
|
480
|
-
### 3. Supervised Parallel Execution
|
|
481
|
-
|
|
482
|
-
The Orchestrator detects independent tasks and launches them in parallel:
|
|
483
|
-
|
|
484
|
-
| Parallelizable β
| Sequential π« |
|
|
485
|
-
|---|---|
|
|
486
|
-
| Stories without dependencies | Same file modified |
|
|
487
|
-
| Research + tech audit | Story B depends on Story A |
|
|
488
|
-
| Tests + documentation | Architecture before code |
|
|
489
|
-
|
|
490
|
-
**Supervision actions:** Launch, Monitor, Stop, Restart, Reallocate, Escalate (3 failures β human notification)
|
|
491
|
-
|
|
492
|
-
---
|
|
493
|
-
|
|
494
|
-
## π₯οΈ Supported IDEs
|
|
495
|
-
|
|
496
|
-
The installer automatically detects IDEs and generates configs:
|
|
497
|
-
|
|
498
|
-
| IDE | Config File | Detection |
|
|
499
|
-
|-----|---------------|-----------|
|
|
500
|
-
| Claude Code | `CLAUDE.md` | `.claude/` folder |
|
|
501
|
-
| Gemini CLI | `GEMINI.md` | `.gemini/` folder |
|
|
502
|
-
| Antigravity | `.gemini/` + `.agents/` | Antigravity Extension |
|
|
503
|
-
| Codex CLI | `AGENTS.md` | `.codex/` folder |
|
|
504
|
-
| OpenCode | `OPENCODE.md` | opencode config |
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
## βοΈ Configuration
|
|
510
|
-
|
|
511
|
-
### Module variables (`module.yaml`)
|
|
512
|
-
|
|
513
|
-
| Variable | Description | Values |
|
|
514
|
-
|----------|-------------|---------|
|
|
515
|
-
| `project_name` | Project name | Auto-detected |
|
|
516
|
-
| `user_skill_level` | Dev level | beginner, intermediate, expert |
|
|
517
|
-
| `execution_mode` | Execution mode | manual, autopilot, hybrid |
|
|
518
|
-
| `auto_role_activation` | Role auto-switch| true, false |
|
|
519
|
-
| `parallel_execution` | Parallelism | true, false |
|
|
520
|
-
| `install_packs` | Installed packs | core, osint, maker, audit, all |
|
|
521
|
-
|
|
522
|
-
### API Keys (depending on packs)
|
|
523
|
-
|
|
524
|
-
| Key | Pack | Usage |
|
|
525
|
-
|-----|------|-------|
|
|
526
|
-
| `GEMINI_API_KEY` | Monitor | AI Analysis of upstream diffs |
|
|
527
|
-
| `EVOLUTION_API_KEY` | Monitor | WhatsApp Notifications |
|
|
528
|
-
| `APIFY_API_TOKEN` | OSINT | Social media scraping |
|
|
529
|
-
| `PERPLEXITY_API_KEY` | OSINT | Enriched search |
|
|
530
|
-
|
|
531
|
-
---
|
|
532
|
-
|
|
533
|
-
## π Version History
|
|
534
|
-
|
|
535
|
-
| Version | Date | Description |
|
|
536
|
-
|---------|------|-------------|
|
|
537
|
-
| **0.1.0** | 2026-03-17 | π Foundation β 56+ agents (Atlas, Forge, Sentinel, Nexus, Shadow, Maker), 3 skills, pack system, monitoring, multi-IDE support |
|
|
538
|
-
| **0.2.0** | 2026-03-18 | π Oveanet Fusion β 3 new utility packs: SEO Audit 360, Universal Backup, Animated Website |
|
|
539
|
-
| **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
|
-
| **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 |
|
|
542
|
-
| **0.4.2** | 2026-03-19 |
|
|
543
|
-
| **0.4.3** | 2026-05-17 | π§ update + doctor commands, i18n complete, credits fix |
|
|
544
|
-
| **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...) |
|
|
546
|
-
| **0.6.0** | 2026-05-17 | ποΈ **Pack Dev Studio** β 6 SDLC agents (Miriam, Yosef, Bezalel...) + 30 SDLC workflows, BWML DSL |
|
|
547
|
-
| **0.8.0** | 2026-06-24 | π **Augmented** β 3 new packs (animated, backup, seo), security remediation pass, i18n sync |
|
|
548
|
-
| **0.9.0** | 2026-06-24 | π **Secure** β audit remediation cycle, npm audit clean, shared pack registry (`lib/packs.js`) |
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
- **
|
|
567
|
-
|
|
568
|
-
**
|
|
569
|
-
- **
|
|
570
|
-
- **
|
|
571
|
-
- **
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
**
|
|
576
|
-
- [
|
|
577
|
-
- [
|
|
1
|
+
# π BMAD+ β Augmented Multi-Agent AI Framework
|
|
2
|
+
|
|
3
|
+
[](CHANGELOG.md)
|
|
4
|
+
[](https://github.com/bmad-code-org/BMAD-METHOD)
|
|
5
|
+
[](LICENSE)
|
|
6
|
+
|
|
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>
|
|
9
|
+
</div>
|
|
10
|
+
|
|
11
|
+
> **Multi-role agents Β· 9 modular packs Β· Autopilot mode Β· Parallel execution**
|
|
12
|
+
> Smart fork of [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) β Self-activating agents with 3-level context detection, GRC compliance (Shield), full SDLC pipeline (Dev Studio), OSINT intelligence, SEO audit, persistent cross-session memory, and a 10-language CLI installer.
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## π Table of Contents
|
|
17
|
+
|
|
18
|
+
- [What is BMAD+?](#-what-is-bmad)
|
|
19
|
+
- [Quick Start](#-quick-start)
|
|
20
|
+
- [The 56+ Agents](#the-56-agents)
|
|
21
|
+
- [Pack System](#-pack-system)
|
|
22
|
+
- [Innovations](#-innovations)
|
|
23
|
+
- [CLI Reference](#-cli-commands)
|
|
24
|
+
- [Supported IDEs](#-supported-ides)
|
|
25
|
+
- [Configuration](#-configuration)
|
|
26
|
+
- [Version History](#-version-history)
|
|
27
|
+
- [License](#-license)
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
## π‘ What is BMAD+?
|
|
32
|
+
|
|
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?
|
|
83
|
+
|
|
84
|
+
| BMAD-METHOD | BMAD+ |
|
|
85
|
+
|---|---|
|
|
86
|
+
| 9 specialized agents | **56+ agents** (12 roles total) |
|
|
87
|
+
| Manual activation only | **Intelligent auto-activation** at 3 levels |
|
|
88
|
+
| No automated pipeline | **Autopilot Mode**: idea β delivery |
|
|
89
|
+
| Sequential execution | **Supervised parallelism** |
|
|
90
|
+
| No persistent memory | **Cross-session brain** with project scanner |
|
|
91
|
+
| 1-2 IDEs supported | **5 IDEs** with auto-detection |
|
|
92
|
+
| 1 module | **9 modular packs** (Core, OSINT, Shield, Dev Studio, SEO, Memory...) |
|
|
93
|
+
|
|
94
|
+
---
|
|
95
|
+
|
|
96
|
+
## β‘ Quick Start
|
|
97
|
+
|
|
98
|
+
### Installation in an existing project
|
|
99
|
+
|
|
100
|
+
```bash
|
|
101
|
+
npx bmad-plus install
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
The installer:
|
|
105
|
+
1. Automatically detects installed IDEs (Claude Code, Gemini CLI, Codex, etc.)
|
|
106
|
+
2. Offers packs to install (Core, OSINT, Maker, Audit)
|
|
107
|
+
3. Generates adapted configuration files
|
|
108
|
+
4. Creates artifact folders
|
|
109
|
+
|
|
110
|
+
### Usage after installation
|
|
111
|
+
|
|
112
|
+
#### π¬ Who to talk to?
|
|
113
|
+
|
|
114
|
+
**π Strategy & Discovery**
|
|
115
|
+
|
|
116
|
+
| You want to... | Talk to | Example |
|
|
117
|
+
|---|---|---|
|
|
118
|
+
| Brainstorm a project idea | **Atlas** π― | `Atlas, I have a project idea: a billing SaaS` |
|
|
119
|
+
| Market/domain research | **Atlas** π― | `Atlas, analyze the market for AI note-taking apps` |
|
|
120
|
+
| Create a PRD / Product Brief | **Atlas** π― | `Atlas, create the PRD for my project` |
|
|
121
|
+
| Design UX wireframes | **Atlas** π― | `Atlas, design the UX for the onboarding flow` |
|
|
122
|
+
|
|
123
|
+
**ποΈ Architecture & Development**
|
|
124
|
+
|
|
125
|
+
| You want to... | Talk to | Example |
|
|
126
|
+
|---|---|---|
|
|
127
|
+
| Design technical architecture | **Forge** ποΈ | `Forge, propose an architecture for the app` |
|
|
128
|
+
| Implement a user story | **Forge** ποΈ | `Forge, implement story AUTH-001` |
|
|
129
|
+
| Write/update documentation | **Forge** ποΈ | `Forge, document the API` |
|
|
130
|
+
| Quick hotfix or small change | **Forge** ποΈ | `Forge, quick dev: add a loading spinner` |
|
|
131
|
+
|
|
132
|
+
**π Quality & Review**
|
|
133
|
+
|
|
134
|
+
| You want to... | Talk to | Example |
|
|
135
|
+
|---|---|---|
|
|
136
|
+
| Code review | **Sentinel** π | `Sentinel, review the auth module` |
|
|
137
|
+
| Write tests (unit/E2E) | **Sentinel** π | `Sentinel, write E2E tests for checkout` |
|
|
138
|
+
| UX/accessibility audit | **Sentinel** π | `Sentinel, review the UX of the dashboard` |
|
|
139
|
+
|
|
140
|
+
**πΌ Project Management**
|
|
141
|
+
|
|
142
|
+
| You want to... | Talk to | Example |
|
|
143
|
+
|---|---|---|
|
|
144
|
+
| Plan a sprint | **Nexus** πΌ | `Nexus, create epics and stories for the MVP` |
|
|
145
|
+
| Automate everything (A to Z) | **Nexus** πΌ | `autopilot` then describe your project |
|
|
146
|
+
| Run tasks in parallel | **Nexus** πΌ | `parallel` β auto-detects independent tasks |
|
|
147
|
+
| Sprint retrospective | **Nexus** πΌ | `Nexus, run a retrospective on Sprint 3` |
|
|
148
|
+
|
|
149
|
+
**π΅οΈ Intelligence & Specialized Packs**
|
|
150
|
+
|
|
151
|
+
| You want to... | Talk to | Example |
|
|
152
|
+
|---|---|---|
|
|
153
|
+
| Investigate a person (OSINT) | **Shadow** π΅οΈ | `Shadow, investigate John Doe` |
|
|
154
|
+
| Create a new BMAD+ agent | **Maker** 𧬠| `Maker, create a customer support agent` |
|
|
155
|
+
| Recall past decisions/context | **Zecher** π§ | `Zecher, what did we decide about the auth strategy?` |
|
|
156
|
+
| Session handoff summary | **Zecher** π§ | `Zecher, create a handoff for the next session` |
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
#### π Typical Workflow (manual mode)
|
|
160
|
+
|
|
161
|
+
```
|
|
162
|
+
1. "Atlas, brainstorm on my [project] idea"
|
|
163
|
+
β Atlas analyzes, asks questions, proposes angles
|
|
164
|
+
|
|
165
|
+
2. "Atlas, create the product brief"
|
|
166
|
+
β Deliverable: _bmad-output/discovery/product-brief.md
|
|
167
|
+
|
|
168
|
+
3. "Atlas, write the PRD"
|
|
169
|
+
β Deliverable: _bmad-output/discovery/prd.md
|
|
170
|
+
|
|
171
|
+
4. "Forge, propose the architecture"
|
|
172
|
+
β Deliverable: _bmad-output/discovery/architecture.md
|
|
173
|
+
|
|
174
|
+
5. "Nexus, break down into epics and stories"
|
|
175
|
+
β Deliverable: _bmad-output/build/stories/
|
|
176
|
+
|
|
177
|
+
6. "Forge, implement story [X]"
|
|
178
|
+
β Code generated + tests
|
|
179
|
+
|
|
180
|
+
7. "Sentinel, test and review"
|
|
181
|
+
β QA report + suggestions
|
|
182
|
+
```
|
|
183
|
+
|
|
184
|
+
#### β‘ Automatic Workflow (autopilot mode)
|
|
185
|
+
|
|
186
|
+
```
|
|
187
|
+
> autopilot
|
|
188
|
+
> "A billing SaaS for SMBs with quote management"
|
|
189
|
+
```
|
|
190
|
+
|
|
191
|
+
Nexus automatically orchestrates everything with checkpoints for your approval.
|
|
192
|
+
|
|
193
|
+
#### π¬ Key Commands
|
|
194
|
+
|
|
195
|
+
| Command | Description |
|
|
196
|
+
|----------|-------------|
|
|
197
|
+
| `bmad-help` | View all available agents and skills |
|
|
198
|
+
| `autopilot` | Nexus takes control of the complete pipeline |
|
|
199
|
+
| `parallel` | Launch multi-agent execution in parallel |
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
#### π§ CLI Commands
|
|
203
|
+
|
|
204
|
+
| Command | Description |
|
|
205
|
+
|---------|-------------|
|
|
206
|
+
| `npx bmad-plus install` | Interactive installer with pack selection and IDE detection |
|
|
207
|
+
| `npx bmad-plus scan [path]` | Discover and index projects in the global brain |
|
|
208
|
+
| `npx bmad-plus memory status` | Memory health report (project + global brain) |
|
|
209
|
+
| `npx bmad-plus memory export` | Export brain as portable Markdown archive |
|
|
210
|
+
| `npx bmad-plus doctor` | Check installation integrity |
|
|
211
|
+
| `npx bmad-plus update` | Update agents and skills (preserves config) |
|
|
212
|
+
| `npx bmad-plus uninstall` | Remove BMAD+ from current project |
|
|
213
|
+
| `npx bmad-plus autoconfig` | Smart project bootstrap β auto-detect, install, and configure |
|
|
214
|
+
|
|
215
|
+
#### π¬ Advanced Install Options
|
|
216
|
+
|
|
217
|
+
```bash
|
|
218
|
+
# Non-interactive install β all packs, auto-detect IDEs
|
|
219
|
+
npx bmad-plus install --packs all --yes
|
|
220
|
+
|
|
221
|
+
# Install without overwriting IDE configs (CLAUDE.md, GEMINI.md, etc.)
|
|
222
|
+
npx bmad-plus install --tools none
|
|
223
|
+
|
|
224
|
+
# Install specific packs only
|
|
225
|
+
npx bmad-plus install --packs core,memory,osint
|
|
226
|
+
|
|
227
|
+
# Install in a different directory
|
|
228
|
+
npx bmad-plus install --directory /path/to/project
|
|
229
|
+
```
|
|
230
|
+
|
|
231
|
+
> **π‘ Dogfooding tip:** Use `--tools none` when installing BMAD+ into a project that already has manually maintained IDE config files. This installs agents, skills, and memory without overwriting your existing `CLAUDE.md`, `GEMINI.md`, or `AGENTS.md`.
|
|
232
|
+
|
|
233
|
+
#### π Scan Options
|
|
234
|
+
|
|
235
|
+
```bash
|
|
236
|
+
# Scan a drive or directory for projects
|
|
237
|
+
npx bmad-plus scan D:\DEV
|
|
238
|
+
|
|
239
|
+
# Custom thresholds for project status
|
|
240
|
+
npx bmad-plus scan . --active-days 7 --paused-days 90
|
|
241
|
+
|
|
242
|
+
# Auto-index all without prompting
|
|
243
|
+
npx bmad-plus scan D:\DEV --yes --depth 6
|
|
244
|
+
```
|
|
245
|
+
|
|
246
|
+
> Status legend: π’ **active** (modified < 30 days), π‘ **paused** (30β180 days), βͺ **archived** (> 180 days). Thresholds are customizable with `--active-days` and `--paused-days`.
|
|
247
|
+
|
|
248
|
+
---
|
|
249
|
+
|
|
250
|
+
## ποΈ Architecture
|
|
251
|
+
|
|
252
|
+
```mermaid
|
|
253
|
+
graph TB
|
|
254
|
+
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"]
|
|
259
|
+
end
|
|
260
|
+
|
|
261
|
+
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"]
|
|
270
|
+
end
|
|
271
|
+
|
|
272
|
+
subgraph Skills["β‘ Core Skills"]
|
|
273
|
+
AP[Autopilot]
|
|
274
|
+
PL[Parallel]
|
|
275
|
+
end
|
|
276
|
+
|
|
277
|
+
NX -->|orchestrates| AT
|
|
278
|
+
NX -->|orchestrates| FG
|
|
279
|
+
NX -->|orchestrates| SN
|
|
280
|
+
NX -->|invokes| SH
|
|
281
|
+
NX -->|invokes| MK
|
|
282
|
+
NX --> AP
|
|
283
|
+
NX --> PL
|
|
284
|
+
ZC -.->|context| NX
|
|
285
|
+
```
|
|
286
|
+
|
|
287
|
+
---
|
|
288
|
+
|
|
289
|
+
## π The 56+ Agents
|
|
290
|
+
|
|
291
|
+
### Atlas β Strategist π―
|
|
292
|
+
|
|
293
|
+
**Fuses:** Analyst (Mary) + Product Manager (John)
|
|
294
|
+
|
|
295
|
+
| Role | Specialty | Auto-activation |
|
|
296
|
+
|------|-----------|-----------------|
|
|
297
|
+
| **Analyst** | Market research, SWOT, benchmarks, domain expertise | "analyze", "market", "benchmark", new project |
|
|
298
|
+
| **Product Manager** | PRD, product briefs, user stories, roadmaps | "PRD", "roadmap", "MVP", planning phase |
|
|
299
|
+
|
|
300
|
+
**Capabilities:** Brainstorming (BP), Market Research (MR), Domain Research (DR), Technical Research (TR), Product Brief (CB), PRD (PR), UX Design (CU), Document Project (DP)
|
|
301
|
+
|
|
302
|
+
---
|
|
303
|
+
|
|
304
|
+
### Forge β Architect-Dev ποΈ
|
|
305
|
+
|
|
306
|
+
**Fuses:** Architect (Winston) + Developer (Amelia) + Tech Writer (Paige)
|
|
307
|
+
|
|
308
|
+
| Role | Specialty | Auto-activation |
|
|
309
|
+
|------|-----------|-----------------|
|
|
310
|
+
| **Architect** | Technical design, API, scalability, stack choice | "architecture", "API", "schema", +5 files modified |
|
|
311
|
+
| **Developer** | TDD implementation, code review, story execution | "implement", "code", "fix", post-architecture |
|
|
312
|
+
| **Tech Writer** | Documentation, Mermaid diagrams, changelogs | "document", "README", post-implementation |
|
|
313
|
+
|
|
314
|
+
**Capabilities:** Architecture (CA), Implementation Readiness (IR), Dev Story (DS), Code Review (CR), Quick Spec (QS), Quick Dev (QD), Document Project (DP)
|
|
315
|
+
|
|
316
|
+
**Critical actions (Dev role):**
|
|
317
|
+
- Read the ENTIRE story BEFORE implementation
|
|
318
|
+
- Execute tasks IN ORDER
|
|
319
|
+
- 100% passing tests BEFORE moving on
|
|
320
|
+
- NEVER lie about tests
|
|
321
|
+
|
|
322
|
+
---
|
|
323
|
+
|
|
324
|
+
### Sentinel β Quality π
|
|
325
|
+
|
|
326
|
+
**Fuses:** QA Engineer (Quinn) + UX Designer (Sally)
|
|
327
|
+
|
|
328
|
+
| Role | Specialty | Auto-activation |
|
|
329
|
+
|------|-----------|-----------------|
|
|
330
|
+
| **QA Engineer** | API/E2E tests, edge cases, coverage, code review | "test", "QA", "bug", post-implementation |
|
|
331
|
+
| **UX Reviewer** | UX evaluation, accessibility, interaction design | "UX", "interface", "responsive", frontend changes |
|
|
332
|
+
|
|
333
|
+
**Capabilities:** QA Tests (QA), Code Review (CR), UX Design (CU)
|
|
334
|
+
|
|
335
|
+
---
|
|
336
|
+
|
|
337
|
+
### Nexus β Orchestrator πΌ
|
|
338
|
+
|
|
339
|
+
**Fuses:** Scrum Master (Bob) + Quick-Flow Solo Dev (Barry) + **Autopilot** (new) + **Parallel Supervisor** (new)
|
|
340
|
+
|
|
341
|
+
| Role | Specialty | Auto-activation |
|
|
342
|
+
|------|-----------|-----------------|
|
|
343
|
+
| **Scrum Master** | Sprint planning, stories, retros, course correction | "sprint", "planning", "backlog" |
|
|
344
|
+
| **Quick Flow** | Quick specs, hotfixes, minimum ceremony | "quick", "hotfix", "small fix" |
|
|
345
|
+
| **Autopilot** | Pipeline automated ideaβdelivery with checkpoints | "autopilot", "manage everything", autopilot mode |
|
|
346
|
+
| **Parallel Supervisor** | Concurrent multi-agent, conflict detection, reallocation | "parallel", independent tasks detected |
|
|
347
|
+
|
|
348
|
+
**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)**
|
|
349
|
+
|
|
350
|
+
---
|
|
351
|
+
|
|
352
|
+
### Shadow β OSINT Intelligence π *(OSINT Pack)*
|
|
353
|
+
|
|
354
|
+
**Complete OSINT investigation agent.**
|
|
355
|
+
|
|
356
|
+
| Capability | Description |
|
|
357
|
+
|-----------|-------------|
|
|
358
|
+
| **INV** | Complete investigation Phase 0β6 with scored dossier |
|
|
359
|
+
| **QS** | Quick multi-engine search |
|
|
360
|
+
| **LI/IG/FB** | LinkedIn, Instagram, Facebook scraping |
|
|
361
|
+
| **PP** | MBTI / Big Five psychoprofile |
|
|
362
|
+
| **CE** | Contact enrichment (email, phone) |
|
|
363
|
+
| **DG** | Diagnostic of available tools/APIs |
|
|
364
|
+
|
|
365
|
+
**Stack:** 55+ Apify actors, 7 search APIs, 100% Python stdlib, confidence grades A/B/C/D
|
|
366
|
+
|
|
367
|
+
---
|
|
368
|
+
|
|
369
|
+
### Maker β Agent Creator 𧬠*(Maker Pack)*
|
|
370
|
+
|
|
371
|
+
**Meta-agent that creates other agents.** Give it a description β it generates a complete package.
|
|
372
|
+
|
|
373
|
+
| Code | Description |
|
|
374
|
+
|------|-------------|
|
|
375
|
+
| **CA** | Create Agent β guided creation in 4 phases |
|
|
376
|
+
| **QA** | Quick Agent β fast creation with sensible defaults |
|
|
377
|
+
| **EA** | Edit Agent β modify an existing SKILL.md |
|
|
378
|
+
| **VA** | Validate Agent β check BMAD+ compliance |
|
|
379
|
+
| **PA** | Package Agent β generate the integration folder |
|
|
380
|
+
|
|
381
|
+
**Pipeline:** Discovery β Design (user validation) β Generation β Validation
|
|
382
|
+
**Output:** `_bmad-output/ready-to-integrate/` β ready to copy into BMAD+
|
|
383
|
+
|
|
384
|
+
---
|
|
385
|
+
|
|
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
|
+
## π¦ Pack System
|
|
403
|
+
|
|
404
|
+
BMAD+ uses a modular pack system. Core is always installed, additional packs are optional.
|
|
405
|
+
|
|
406
|
+
```
|
|
407
|
+
npx bmad-plus install
|
|
408
|
+
|
|
409
|
+
ποΈ Which packs to install?
|
|
410
|
+
Core (Atlas, Forge, Sentinel, Nexus) is always included.
|
|
411
|
+
|
|
412
|
+
π OSINT β Shadow (investigation, scraping, psychoprofiling)
|
|
413
|
+
𧬠Agent Creator β Maker (design, build, package)
|
|
414
|
+
π‘οΈ Security Audit β Shield (vulnerability scan)
|
|
415
|
+
π€ Install everything
|
|
416
|
+
None β Core only
|
|
417
|
+
```
|
|
418
|
+
|
|
419
|
+
| Pack | Agents | What it does | Status |
|
|
420
|
+
|------|--------|-------------|--------|
|
|
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 |
|
|
430
|
+
|
|
431
|
+
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
|
|
436
|
+
|
|
437
|
+
---
|
|
438
|
+
|
|
439
|
+
## β¨ Innovations
|
|
440
|
+
|
|
441
|
+
### 1. 3-Level Intelligent Auto-Activation
|
|
442
|
+
|
|
443
|
+
Each agent can **automatically** switch roles when the context requires it:
|
|
444
|
+
|
|
445
|
+
| Level | Mechanism | Example |
|
|
446
|
+
|--------|-----------|---------|
|
|
447
|
+
| π€ **Pattern** | Keywords in the request | "review" β QA activated |
|
|
448
|
+
| π **Contextual** | Domain detected during work | Financial calculations β QA auto-activated after code |
|
|
449
|
+
| π§ **Reasoning** | Logic chain during execution | Architecture inconsistency β Architect auto-activated |
|
|
450
|
+
|
|
451
|
+
The agent **announces** its auto-activations: *"π‘ I'm switching to QA mode β financial calculations detected. Say 'skip' to stay in current mode."*
|
|
452
|
+
|
|
453
|
+
Configuration: `src/bmad-plus/data/role-triggers.yaml`
|
|
454
|
+
|
|
455
|
+
### 2. Autopilot Mode
|
|
456
|
+
|
|
457
|
+
Give a project idea β Nexus orchestrates the complete pipeline:
|
|
458
|
+
|
|
459
|
+
```
|
|
460
|
+
π Discovery (Atlas)
|
|
461
|
+
ββ Brainstorming β Product Brief β PRD β UX Design
|
|
462
|
+
π΄ CHECKPOINT: PRD Approval
|
|
463
|
+
|
|
464
|
+
ποΈ Build (Forge + Sentinel)
|
|
465
|
+
ββ Architecture β Epics β Stories β Sprint
|
|
466
|
+
π΄ CHECKPOINT: Architecture Approval
|
|
467
|
+
ββ For each story: Code β Tests β (retry if failed, max 3)
|
|
468
|
+
π‘ NOTIFY: Story status
|
|
469
|
+
|
|
470
|
+
π Ship (Sentinel + Forge)
|
|
471
|
+
ββ Code Review β UX Review β Documentation β Retro
|
|
472
|
+
π΄ CHECKPOINT: Final approval
|
|
473
|
+
```
|
|
474
|
+
|
|
475
|
+
**Configurable checkpoints:**
|
|
476
|
+
- `require_approval` (π΄) β Pause, WhatsApp notification, wait
|
|
477
|
+
- `notify_only` (π‘) β Notification, continues unless intervened
|
|
478
|
+
- `auto` (π’) β Continues automatically
|
|
479
|
+
|
|
480
|
+
### 3. Supervised Parallel Execution
|
|
481
|
+
|
|
482
|
+
The Orchestrator detects independent tasks and launches them in parallel:
|
|
483
|
+
|
|
484
|
+
| Parallelizable β
| Sequential π« |
|
|
485
|
+
|---|---|
|
|
486
|
+
| Stories without dependencies | Same file modified |
|
|
487
|
+
| Research + tech audit | Story B depends on Story A |
|
|
488
|
+
| Tests + documentation | Architecture before code |
|
|
489
|
+
|
|
490
|
+
**Supervision actions:** Launch, Monitor, Stop, Restart, Reallocate, Escalate (3 failures β human notification)
|
|
491
|
+
|
|
492
|
+
---
|
|
493
|
+
|
|
494
|
+
## π₯οΈ Supported IDEs
|
|
495
|
+
|
|
496
|
+
The installer automatically detects IDEs and generates configs:
|
|
497
|
+
|
|
498
|
+
| IDE | Config File | Detection |
|
|
499
|
+
|-----|---------------|-----------|
|
|
500
|
+
| Claude Code | `CLAUDE.md` | `.claude/` folder |
|
|
501
|
+
| Gemini CLI | `GEMINI.md` | `.gemini/` folder |
|
|
502
|
+
| Antigravity | `.gemini/` + `.agents/` | Antigravity Extension |
|
|
503
|
+
| Codex CLI | `AGENTS.md` | `.codex/` folder |
|
|
504
|
+
| OpenCode | `OPENCODE.md` | opencode config |
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
## βοΈ Configuration
|
|
510
|
+
|
|
511
|
+
### Module variables (`module.yaml`)
|
|
512
|
+
|
|
513
|
+
| Variable | Description | Values |
|
|
514
|
+
|----------|-------------|---------|
|
|
515
|
+
| `project_name` | Project name | Auto-detected |
|
|
516
|
+
| `user_skill_level` | Dev level | beginner, intermediate, expert |
|
|
517
|
+
| `execution_mode` | Execution mode | manual, autopilot, hybrid |
|
|
518
|
+
| `auto_role_activation` | Role auto-switch| true, false |
|
|
519
|
+
| `parallel_execution` | Parallelism | true, false |
|
|
520
|
+
| `install_packs` | Installed packs | core, osint, maker, audit, all |
|
|
521
|
+
|
|
522
|
+
### API Keys (depending on packs)
|
|
523
|
+
|
|
524
|
+
| Key | Pack | Usage |
|
|
525
|
+
|-----|------|-------|
|
|
526
|
+
| `GEMINI_API_KEY` | Monitor | AI Analysis of upstream diffs |
|
|
527
|
+
| `EVOLUTION_API_KEY` | Monitor | WhatsApp Notifications |
|
|
528
|
+
| `APIFY_API_TOKEN` | OSINT | Social media scraping |
|
|
529
|
+
| `PERPLEXITY_API_KEY` | OSINT | Enriched search |
|
|
530
|
+
|
|
531
|
+
---
|
|
532
|
+
|
|
533
|
+
## π Version History
|
|
534
|
+
|
|
535
|
+
| Version | Date | Description |
|
|
536
|
+
|---------|------|-------------|
|
|
537
|
+
| **0.1.0** | 2026-03-17 | π Foundation β 56+ agents (Atlas, Forge, Sentinel, Nexus, Shadow, Maker), 3 skills, pack system, monitoring, multi-IDE support |
|
|
538
|
+
| **0.2.0** | 2026-03-18 | π Oveanet Fusion β 3 new utility packs: SEO Audit 360, Universal Backup, Animated Website |
|
|
539
|
+
| **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
|
+
| **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 |
|
|
543
|
+
| **0.4.3** | 2026-05-17 | π§ update + doctor commands, i18n complete, credits fix |
|
|
544
|
+
| **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...) |
|
|
546
|
+
| **0.6.0** | 2026-05-17 | ποΈ **Pack Dev Studio** β 6 SDLC agents (Miriam, Yosef, Bezalel...) + 30 SDLC workflows, BWML DSL |
|
|
547
|
+
| **0.8.0** | 2026-06-24 | π **Augmented** β 3 new packs (animated, backup, seo), security remediation pass, i18n sync |
|
|
548
|
+
| **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
|
+
|
|
555
|
+
See [CHANGELOG.md](CHANGELOG.md) for full details.
|
|
556
|
+
|
|
557
|
+
---
|
|
558
|
+
|
|
559
|
+
## π License
|
|
560
|
+
|
|
561
|
+
MIT β Based on [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) (MIT)
|
|
562
|
+
|
|
563
|
+
### Credits
|
|
564
|
+
|
|
565
|
+
**Creator**
|
|
566
|
+
- **BMAD+** Created by [Laurent Rochetta](https://github.com/lrochetta) ([LinkedIn](https://www.linkedin.com/in/laurentrochetta/))
|
|
567
|
+
|
|
568
|
+
**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
|
|
570
|
+
- **SEO Engine** β 3 agents (Scout, Chief, Judge), 6-phase audit pipeline, PageSpeed perfection loop, Google Search Console & GA4 integrations
|
|
571
|
+
- **Memory Pack** β Zecher agent for persistent cross-session brain with project scanner
|
|
572
|
+
|
|
573
|
+
**External Sources & Inspirations**
|
|
574
|
+
- **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.)
|
|
576
|
+
- **OSINT Pipeline** based on [smixs/osint-skill](https://github.com/smixs/osint-skill) (MIT)
|
|
577
|
+
- **Apify Actor Runner** integrated from [apify/agent-skills](https://github.com/apify/agent-skills) (MIT)
|
|
578
|
+
- **Karpathy Guardrails** adapted from [Andrej Karpathy](https://github.com/multica-ai/andrej-karpathy-skills) (MIT) β Behavioral rules for Memory Pack
|
|
579
|
+
|
|
580
|
+
**Tools & Infrastructure**
|
|
581
|
+
- [Evolution API](https://github.com/EvolutionAPI/evolution-api) β WhatsApp notifications for upstream monitoring
|
|
582
|
+
- [Gemini API](https://ai.google.dev/) β AI analysis for upstream change classification
|