bmad-plus 0.5.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 +43 -0
- package/README.md +144 -142
- 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 +46 -0
- package/src/bmad-plus/packs/pack-dev-studio/README.md +162 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/analyst-agent.md +74 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/document-project.md +62 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/domain-research.md +96 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/market-research.md +96 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/prfaq.md +135 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/product-brief.md +81 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/tech-writer-agent.md +74 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/technical-research.md +96 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/architect-agent.md +74 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-architecture.md +74 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-epics-stories.md +93 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/generate-project-context.md +81 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/implementation-readiness.md +91 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01-init.md +153 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01b-continue.md +173 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-02-context.md +224 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-03-starter.md +329 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-04-decisions.md +318 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-05-patterns.md +359 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-06-structure.md +379 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-07-validation.md +361 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-08-complete.md +82 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/checkpoint-preview.md +68 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-01-gather-context.md +85 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-02-review.md +35 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-03-triage.md +49 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-04-present.md +132 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review.md +90 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/correct-course.md +301 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/create-story.md +429 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-agent.md +74 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story-checklist.md +80 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story.md +485 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/investigate.md +194 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/qa-e2e-tests.md +176 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/quick-dev.md +111 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/retrospective.md +1512 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-planning.md +299 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-status.md +297 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-prd.md +30 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-ux-design.md +75 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/edit-prd.md +30 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/pm-agent.md +74 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/prd.md +90 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/ux-designer-agent.md +74 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/validate-prd.md +30 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/advanced-elicitation.md +142 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/adversarial-review.md +37 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/bmad-help.md +75 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/brainstorming.md +6 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/customize.md +111 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/distillator.md +177 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/edge-case-hunter.md +67 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-prose.md +86 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-structure.md +179 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/index-docs.md +66 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/party-mode.md +128 -0
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/shard-doc.md +105 -0
- package/src/bmad-plus/packs/pack-dev-studio/dev-studio-orchestrator.md +120 -0
- package/src/bmad-plus/packs/pack-dev-studio/shared/architecture-decision-template.md +12 -0
- package/src/bmad-plus/packs/pack-dev-studio/shared/bwml-spec.md +328 -0
- package/src/bmad-plus/packs/pack-dev-studio/shared/module-help.csv +32 -0
- package/src/bmad-plus/packs/pack-dev-studio/upstream-sync.yaml +81 -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/commands/install.js +145 -1
- package/tools/cli/i18n.js +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,49 @@ 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
|
+
|
|
28
|
+
## [0.6.0] — 2026-05-17
|
|
29
|
+
|
|
30
|
+
### 🏗️ Pack Dev Studio — Full Software Development Lifecycle
|
|
31
|
+
|
|
32
|
+
### Added
|
|
33
|
+
- **Pack Dev Studio** — 6 specialized agents + 30 workflows covering the complete SDLC
|
|
34
|
+
- 📊 **Analysis** (8): Miriam (Business Analyst), Huldah (Tech Writer), Product Brief, PRFAQ, Market/Domain/Technical Research
|
|
35
|
+
- 📋 **Planning** (7): Yosef (Product Manager), Rachel (UX Designer), PRD Create/Edit/Validate, UX Design
|
|
36
|
+
- 🏗️ **Architecture** (5+9 steps): Bezalel (System Architect), Create Architecture (8-step workflow), Epics & Stories, Readiness Check
|
|
37
|
+
- 💻 **Implementation** (12): Oholiab (Senior Engineer), Sprint Planning, Dev Story (TDD cycle), Code Review, Quick Dev, Investigate
|
|
38
|
+
- 🔧 **Utilities** (12): Distillator, Party Mode, Adversarial Review, Edge Case Hunter, Editorial Reviews, Advanced Elicitation
|
|
39
|
+
- **BWML** (BMAD+ Workflow Markup Language) — Proprietary DSL extending BMAD v6 XML with 12 new primitives:
|
|
40
|
+
`<agent>`, `<parallel>`, `<loop>`, `<validate>`, `<guard>`, `<emit>`, `<context>`, `<memory>`, `<escalate>`, `<retry>`, `<fallback>`, `<metric>`
|
|
41
|
+
- **Dev Studio Orchestrator** — Intelligent routing across 5 phases with BWML-powered workflow definitions
|
|
42
|
+
- **Torah-named Personas** — Agents named after Torah figures matching their roles: Miriam, Huldah, Yosef, Rachel, Bezalel, Oholiab
|
|
43
|
+
- **Upstream Sync** — Tracking config for BMAD-METHOD v6.6.0 updates (commit `0f852a3`)
|
|
44
|
+
- **64 files** — 59 .md skills, module-help.csv, BWML spec, orchestrator, README, upstream-sync
|
|
45
|
+
|
|
46
|
+
### Changed
|
|
47
|
+
- **module.yaml** — Added dev-studio pack with 5 categories and cohabitation warning for Core pack
|
|
48
|
+
- **install.js** — IDE configs now include 6 Torah-named agents when Dev Studio is selected
|
|
49
|
+
- **Version reference** — Updated from BMAD-METHOD v6.2.0 to v6.6.0
|
|
50
|
+
|
|
8
51
|
## [0.5.0] — 2026-05-17
|
|
9
52
|
|
|
10
53
|
### 🛡️ Pack Shield — GRC Compliance (38 agents)
|
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,30 +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.
|
|
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...) |
|
|
430
432
|
|
|
431
433
|
See [CHANGELOG.md](CHANGELOG.md) for full details.
|
|
432
434
|
|
|
433
435
|
---
|
|
434
436
|
|
|
435
|
-
##
|
|
437
|
+
## ?? License
|
|
436
438
|
|
|
437
|
-
MIT
|
|
439
|
+
MIT � Based on [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) (MIT)
|
|
438
440
|
|
|
439
441
|
### Credits
|
|
440
442
|
|
|
441
443
|
- **BMAD+** Created by [Laurent Rochetta](https://github.com/lrochetta) ([LinkedIn](https://www.linkedin.com/in/laurentrochetta/))
|
|
442
|
-
- **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
|
|
443
445
|
- **OSINT Pipeline** based on [smixs/osint-skill](https://github.com/smixs/osint-skill) (MIT)
|
|
444
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.0",
|
|
5
5
|
"description": "BMAD+ — Augmented AI-Driven Development Framework with multi-role agents, autopilot, and parallel execution",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"bmad",
|