bmad-plus 0.13.0 β†’ 0.14.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.
Files changed (104) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/README.md +96 -489
  3. package/package.json +7 -2
  4. package/readme-international/README.de.md +9 -5
  5. package/readme-international/README.es.md +9 -5
  6. package/readme-international/README.fr.md +9 -5
  7. package/src/bmad-plus/agents/agent-orchestrator/SKILL.md +3 -3
  8. package/src/bmad-plus/packs/pack-dev-studio/README.md +133 -141
  9. package/src/bmad-plus/packs/pack-dev-studio/SKILL.md +49 -0
  10. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/analyst-agent.md +35 -60
  11. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/document-project.md +59 -59
  12. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/domain-research.md +55 -93
  13. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/market-research.md +58 -93
  14. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/prfaq.md +55 -132
  15. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/product-brief.md +63 -78
  16. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/tech-writer-agent.md +54 -69
  17. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/technical-research.md +54 -93
  18. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/architect-agent.md +32 -60
  19. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-architecture.md +67 -71
  20. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-epics-stories.md +61 -90
  21. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/generate-project-context.md +56 -78
  22. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/implementation-readiness.md +55 -88
  23. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01-init.md +20 -153
  24. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01b-continue.md +20 -173
  25. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-02-context.md +14 -220
  26. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-03-starter.md +20 -329
  27. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-04-decisions.md +15 -314
  28. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-05-patterns.md +15 -355
  29. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-06-structure.md +15 -375
  30. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-07-validation.md +14 -357
  31. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-08-complete.md +13 -78
  32. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/checkpoint-preview.md +52 -65
  33. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-01-gather-context.md +14 -81
  34. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-02-review.md +14 -31
  35. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-03-triage.md +14 -45
  36. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-04-present.md +13 -128
  37. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review.md +61 -87
  38. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/correct-course.md +55 -298
  39. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/create-story.md +52 -426
  40. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-agent.md +48 -69
  41. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story-checklist.md +22 -80
  42. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story.md +60 -482
  43. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/investigate.md +50 -184
  44. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/qa-e2e-tests.md +57 -173
  45. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/quick-dev.md +56 -108
  46. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/retrospective.md +54 -1509
  47. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-planning.md +54 -296
  48. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-status.md +41 -283
  49. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-prd.md +58 -18
  50. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-ux-design.md +103 -72
  51. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/edit-prd.md +55 -27
  52. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/pm-agent.md +34 -60
  53. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/prd.md +46 -87
  54. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/steps/step-01-init.md +10 -0
  55. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/ux-designer-agent.md +30 -60
  56. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/validate-prd.md +57 -27
  57. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/advanced-elicitation.md +47 -138
  58. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/adversarial-review.md +48 -34
  59. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/bmad-help.md +51 -68
  60. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/brainstorming.md +46 -3
  61. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/customize.md +68 -109
  62. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/distillator.md +53 -174
  63. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/edge-case-hunter.md +39 -53
  64. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-prose.md +45 -83
  65. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-structure.md +45 -176
  66. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/index-docs.md +45 -63
  67. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/party-mode.md +53 -124
  68. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/shard-doc.md +44 -100
  69. package/src/bmad-plus/packs/pack-dev-studio/dev-studio-orchestrator.md +56 -116
  70. package/src/bmad-plus/packs/pack-dev-studio/shared/architecture-decision-template.md +49 -12
  71. package/src/bmad-plus/packs/pack-dev-studio/shared/bwml-spec.md +51 -328
  72. package/src/bmad-plus/packs/pack-dev-studio/shared/catalog.json +489 -0
  73. package/src/bmad-plus/packs/pack-dev-studio/shared/execution.md +69 -0
  74. package/src/bmad-plus/packs/pack-dev-studio/shared/module-help.csv +39 -32
  75. package/src/bmad-plus/packs/pack-dev-studio/upstream-sync.yaml +85 -14
  76. package/src/bmad-plus/packs/pack-memory/README.md +6 -0
  77. package/src/bmad-plus/packs/pack-memory/memory-orchestrator.md +12 -5
  78. package/src/bmad-plus/packs/pack-seo/SKILL.md +27 -1
  79. package/src/bmad-plus/packs/pack-seo/seo-chief.md +16 -1
  80. package/src/bmad-plus/packs/pack-seo/seo-judge.md +12 -0
  81. package/src/bmad-plus/packs/pack-seo/seo-scout.md +12 -0
  82. package/src/bmad-plus/skills/bmad-plus-autopilot/SKILL.md +3 -3
  83. package/src/bmad-plus/skills/bmad-plus-sync/SKILL.md +5 -3
  84. package/src/bmad-plus/skills/dev-studio/SKILL.md +19 -0
  85. package/tools/build/check-install-contract.js +165 -13
  86. package/tools/build/generate.js +213 -40
  87. package/tools/build/generated-adapters/.codex/AGENTS.md +1 -1
  88. package/tools/build/generated-adapters/.cursor/rules/bmad-plus.mdc +1 -1
  89. package/tools/build/generated-adapters/.opencode/AGENTS.md +1 -1
  90. package/tools/build/generated-adapters/AGENTS.md +1 -1
  91. package/tools/build/generated-adapters/CLAUDE.md +1 -1
  92. package/tools/build/generated-adapters/CONVENTIONS.md +1 -1
  93. package/tools/build/generated-adapters/GEMINI.md +1 -1
  94. package/tools/build/pack-delivery.js +78 -0
  95. package/tools/cli/bmad-plus-cli.js +1 -1
  96. package/tools/cli/commands/doctor.js +49 -189
  97. package/tools/cli/commands/install.js +1 -1
  98. package/tools/cli/commands/studio.js +68 -0
  99. package/tools/cli/lib/installation-health.js +360 -0
  100. package/tools/cli/lib/packs.js +118 -9
  101. package/tools/cli/lib/python-health.js +233 -0
  102. package/tools/cli/lib/python-provision.js +2 -2
  103. package/tools/cli/lib/studio.js +310 -0
  104. package/tools/release/publication-content.js +901 -0
package/README.md CHANGED
@@ -1,561 +1,168 @@
1
- # πŸš€ BMAD+ β€” Augmented Multi-Agent AI Framework
1
+ # BMAD+
2
2
 
3
- [![Version](https://img.shields.io/badge/version-0.13.0-blue.svg)](CHANGELOG.md)
4
- [![Based on](https://img.shields.io/badge/based%20on-BMAD--METHOD-green.svg)](https://github.com/bmad-code-org/BMAD-METHOD)
5
- [![License](https://img.shields.io/badge/license-MIT-yellow.svg)](LICENSE)
3
+ [![Version](https://img.shields.io/badge/version-0.14.0-blue)](https://www.npmjs.com/package/bmad-plus)
6
4
 
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>
5
+ **Version 0.14.0** Β· Node.js `>=20.0.0` Β· MIT
10
6
 
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.
7
+ Project-local AI development workflows with clear roles, shared context, safe updates and coding-tool adapters
13
8
 
14
- ---
15
-
16
- ## πŸ“‹ Table of Contents
17
-
18
- Repository validation: **709 JavaScript tests** (`npm test`). Uninstall preserves project memory and customized files; use `--yes` for installation or removal without a terminal.
19
-
20
- - [Why BMAD+?](#-why-bmad-)
21
- - [Quick Start](#-quick-start)
22
- - [Architecture](#-architecture)
23
- - [The 47 Agents](#the-47-agents)
24
- - [Pack System](#-pack-system)
25
- - [Innovations](#-innovations)
26
- - [Supported IDEs](#-supported-ides)
27
- - [Project Structure](#-project-structure)
28
- - [Configuration](#-configuration)
29
- - [Version History](#-version-history)
30
- - [License](#-license)
31
-
32
- ---
33
-
34
- ## πŸ’‘ Why BMAD+?
35
-
36
- 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:
37
-
38
- | BMAD-METHOD | BMAD+ |
39
- |---|---|
40
- | 9 specialized agents | **47 agents** across 9 packs |
41
- | Manual activation only | **Intelligent auto-activation** at 3 levels |
42
- | No automated pipeline | **Autopilot Mode**: idea β†’ delivery |
43
- | Sequential execution | **Supervised parallelism** |
44
- | No persistent memory | **Cross-session brain** with project scanner |
45
- | 1-2 IDEs supported | **7 IDEs** with auto-detection |
46
- | 1 module | **9 modular packs** (Core, OSINT, Shield, Dev Studio, SEO, Memory...) |
47
-
48
- ---
49
-
50
- ## ⚑ Quick Start
9
+ [Website](https://bmad-plus.rochetta.fr/) Β· [Get started](https://bmad-plus.rochetta.fr/docs/#start) Β· [Examples](https://bmad-plus.rochetta.fr/docs/#examples) Β· [What’s new](https://bmad-plus.rochetta.fr/docs/#news)
51
10
 
52
- ### Installation in an existing project
11
+ BMAD+ installs project instructions, roles and workflows for your existing AI coding tool. Execution is host-managed: your tool supplies the model, permissions, command execution and any parallel-agent capability. BMAD+ does not provide a standalone agent runtime or integrated host lifecycle hooks. Model subscriptions and API access are separate.
53
12
 
54
- ```bash
55
- npx bmad-plus install
56
- ```
57
-
58
- The installer:
59
- 1. Automatically detects installed IDEs (Claude Code, Gemini CLI, Codex, etc.)
60
- 2. Offers packs to install (Core, OSINT, Maker, Audit)
61
- 3. Generates adapted configuration files
62
- 4. Creates artifact folders
63
-
64
- ### Usage after installation
65
-
66
- #### πŸ’¬ Who to talk to?
67
-
68
- **πŸ“Š Strategy & Discovery**
69
-
70
- | You want to... | Talk to | Example |
71
- |---|---|---|
72
- | Brainstorm a project idea | **Atlas** 🎯 | `Atlas, I have a project idea: a billing SaaS` |
73
- | Market/domain research | **Atlas** 🎯 | `Atlas, analyze the market for AI note-taking apps` |
74
- | Create a PRD / Product Brief | **Atlas** 🎯 | `Atlas, create the PRD for my project` |
75
- | Design UX wireframes | **Atlas** 🎯 | `Atlas, design the UX for the onboarding flow` |
13
+ Adapters: Claude Code, Gemini CLI, Antigravity, Cursor, Codex CLI, OpenCode, Aider.
76
14
 
77
- **πŸ—οΈ Architecture & Development**
15
+ ## Get started
78
16
 
79
- | You want to... | Talk to | Example |
80
- |---|---|---|
81
- | Design technical architecture | **Forge** πŸ—οΈ | `Forge, propose an architecture for the app` |
82
- | Implement a user story | **Forge** πŸ—οΈ | `Forge, implement story AUTH-001` |
83
- | Write/update documentation | **Forge** πŸ—οΈ | `Forge, document the API` |
84
- | Quick hotfix or small change | **Forge** πŸ—οΈ | `Forge, quick dev: add a loading spinner` |
17
+ Requires Node.js `>=20.0.0`. Optional packs may need additional runtimes or API access. Run terminal commands from your project folder.
85
18
 
86
- **πŸ” Quality & Review**
19
+ ### 1. Open your project folder
87
20
 
88
- | You want to... | Talk to | Example |
89
- |---|---|---|
90
- | Code review | **Sentinel** πŸ” | `Sentinel, review the auth module` |
91
- | Write tests (unit/E2E) | **Sentinel** πŸ” | `Sentinel, write E2E tests for checkout` |
92
- | UX/accessibility audit | **Sentinel** πŸ” | `Sentinel, review the UX of the dashboard` |
21
+ Use a terminal in the repository you want to work on, then check your Node.js version. Keep your usual version control workflow.
93
22
 
94
- **🎼 Project Management**
95
-
96
- | You want to... | Talk to | Example |
97
- |---|---|---|
98
- | Plan a sprint | **Nexus** 🎼 | `Nexus, create epics and stories for the MVP` |
99
- | Automate everything (A to Z) | **Nexus** 🎼 | `autopilot` then describe your project |
100
- | Run tasks in parallel | **Nexus** 🎼 | `parallel` β€” auto-detects independent tasks |
101
- | Sprint retrospective | **Nexus** 🎼 | `Nexus, run a retrospective on Sprint 3` |
102
-
103
- **πŸ•΅οΈ Intelligence & Specialized Packs**
104
-
105
- | You want to... | Talk to | Example |
106
- |---|---|---|
107
- | Investigate a person (OSINT) | **Shadow** πŸ•΅οΈ | `Shadow, investigate John Doe` |
108
- | Create a new BMAD+ agent | **Maker** 🧬 | `Maker, create a customer support agent` |
109
- | Recall past decisions/context | **Zecher** 🧠 | `Zecher, what did we decide about the auth strategy?` |
110
- | Session handoff summary | **Zecher** 🧠 | `Zecher, create a handoff for the next session` |
111
-
112
- #### πŸš€ Typical Workflow (manual mode)
23
+ **In your project terminal:**
113
24
 
25
+ ```sh
26
+ node --version
114
27
  ```
115
- 1. "Atlas, brainstorm on my [project] idea"
116
- β†’ Atlas analyzes, asks questions, proposes angles
117
-
118
- 2. "Atlas, create the product brief"
119
- β†’ Deliverable: _bmad-output/discovery/product-brief.md
120
-
121
- 3. "Atlas, write the PRD"
122
- β†’ Deliverable: _bmad-output/discovery/prd.md
123
28
 
124
- 4. "Forge, propose the architecture"
125
- β†’ Deliverable: _bmad-output/discovery/architecture.md
29
+ The command should report v20 or newer. Install or update Node.js separately if needed.
126
30
 
127
- 5. "Nexus, break down into epics and stories"
128
- β†’ Deliverable: _bmad-output/build/stories/
31
+ ### 2. Install BMAD+ and choose your tools
129
32
 
130
- 6. "Forge, implement story [X]"
131
- β†’ Code generated + tests
33
+ Run the installer. Select the adapters for the AI tools you use and the packs your project needs. Core contains Atlas, Forge, Sentinel and Nexus.
132
34
 
133
- 7. "Sentinel, test and review"
134
- β†’ QA report + suggestions
135
- ```
136
-
137
- #### ⚑ Automatic Workflow (autopilot mode)
35
+ **In your project terminal:**
138
36
 
37
+ ```sh
38
+ npx bmad-plus@0.14.0 install
139
39
  ```
140
- > autopilot
141
- > "A billing SaaS for SMBs with quote management"
142
- ```
143
-
144
- Nexus automatically orchestrates everything with checkpoints for your approval.
145
-
146
- #### πŸ’¬ Key Commands
147
-
148
- | Command | Description |
149
- |----------|-------------|
150
- | `bmad-help` | View all available agents and skills |
151
- | `autopilot` | Nexus takes control of the complete pipeline |
152
- | `parallel` | Launch multi-agent execution in parallel |
153
40
 
41
+ The installer creates the agent instructions, shared project spine and selected tool adapters. Optional packs may need additional runtimes or API access.
154
42
 
155
- #### πŸ”§ CLI Commands
43
+ ### 3. Start a session in that same folder
156
44
 
157
- | Command | Description |
158
- |---------|-------------|
159
- | `npx bmad-plus install` | Interactive installer with pack selection and IDE detection |
160
- | `npx bmad-plus scan [path]` | Discover and index projects in the global brain |
161
- | `npx bmad-plus memory status` | Memory health report (project + global brain) |
162
- | `npx bmad-plus memory export` | Export brain as portable Markdown archive |
163
- | `npx bmad-plus doctor` | Check installation integrity |
164
- | `npx bmad-plus update` | Update agents and skills (preserves config) |
165
- | `npx bmad-plus uninstall` | Remove BMAD+ from current project |
166
- | `npx bmad-plus autoconfig` | Smart project bootstrap β€” auto-detect, install, and configure |
45
+ Open or restart your AI coding assistant in this project so it can load its adapter and AGENTS.md. Ask it to show the installed agents and workflows.
167
46
 
168
- #### Framework updates
47
+ **In your AI assistant:**
169
48
 
170
- The installed instructions ask the LLM to check once per session. Discovery uses a 24-hour cache; offline results remain unknown. Automatic updates require an explicit policy and unchanged managed files.
171
-
172
- For installations using 0.12.2 or earlier, load the new CLI once with `npx --yes bmad-plus@0.13.0 update --yes`. This explicit migration saves backups before replacing legacy files.
173
-
174
- ```bash
175
- npx bmad-plus update-check --json
176
- npx bmad-plus update --latest --yes
177
- npx bmad-plus update-policy --mode auto --range "^0.13.0"
178
- npx bmad-plus update --latest --auto
179
- npx bmad-plus update-check --offline --json
49
+ ```text
50
+ bmad-help
180
51
  ```
181
52
 
182
- Notification is the default. To stop checks, use `update-policy --mode off`. Customized agents and adapters are preserved; conflicts block automatic application. Older installations without file hashes require an explicit manual migration with backups. Each applied update reports a receipt; use `update --restore <receipt-id> --yes` to recover it, then reload the agent instructions.
183
-
184
- #### πŸ”¬ Advanced Install Options
53
+ There is no extra BMAD+ initialization command after installation. bmad-help is a message to the assistant, not a terminal command.
185
54
 
186
- ```bash
187
- # Non-interactive install β€” all packs, auto-detect IDEs
188
- npx bmad-plus install --packs all --yes
55
+ ### 4. Give one role a concrete task
189
56
 
190
- # Install without overwriting IDE configs (CLAUDE.md, GEMINI.md, etc.)
191
- npx bmad-plus install --tools none
57
+ Describe your goal, constraints and expected result. For a new idea, start with Atlas. For an existing code change, start with Forge.
192
58
 
193
- # Install specific packs only
194
- npx bmad-plus install --packs core,memory,osint
59
+ **In your AI assistant:**
195
60
 
196
- # Install in a different directory
197
- npx bmad-plus install --directory /path/to/project
61
+ ```text
62
+ Atlas, help me define a small invoicing app for freelancers. Ask about the users, identify the first useful workflow and write a brief with acceptance criteria.
198
63
  ```
199
64
 
200
- > **πŸ’‘ 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`.
201
-
202
- #### πŸ” Scan Options
203
-
204
- ```bash
205
- # Scan a drive or directory for projects
206
- npx bmad-plus scan D:\DEV
207
-
208
- # Custom thresholds for project status
209
- npx bmad-plus scan . --active-days 7 --paused-days 90
65
+ Review the brief before asking Forge to implement one story. A clear deliverable makes progress easier to verify.
210
66
 
211
- # Auto-index all without prompting
212
- npx bmad-plus scan D:\DEV --yes --depth 6
213
- ```
67
+ ### 5. Review the result and preserve context
214
68
 
215
- > Status legend: 🟒 **active** (modified < 30 days), 🟑 **paused** (30–180 days), βšͺ **archived** (> 180 days). Thresholds are customizable with `--active-days` and `--paused-days`.
69
+ Ask Sentinel to check the change against its acceptance criteria. Ask for test evidence and a short handoff so the next session can continue.
216
70
 
217
- ---
71
+ **In your AI assistant:**
218
72
 
219
- ## πŸ—οΈ Architecture
220
-
221
- ```mermaid
222
- graph TB
223
- subgraph Core["βš™οΈ Core Pack"]
224
- AT["Atlas 🎯"]
225
- FG["Forge πŸ—οΈ"]
226
- SN["Sentinel πŸ”"]
227
- NX["Nexus 🎼"]
228
- end
229
-
230
- subgraph Packs["πŸ“¦ Modular Packs"]
231
- SH["Shadow πŸ•΅οΈ OSINT"]
232
- MK["Maker 🧬"]
233
- ZC["Zecher 🧠 Memory"]
234
- SD["Shield πŸ›‘οΈ GRC 27 agents"]
235
- DS["Dev Studio πŸ—οΈ SDLC 6 agents"]
236
- SEO["SEO Engine πŸ”Ž 3 agents"]
237
- BK["Backup πŸ—‚οΈ"]
238
- AN["Animated 🎬"]
239
- end
240
-
241
- subgraph Skills["⚑ Core Skills"]
242
- AP[Autopilot]
243
- PL[Parallel]
244
- end
245
-
246
- NX -->|orchestrates| AT
247
- NX -->|orchestrates| FG
248
- NX -->|orchestrates| SN
249
- NX -->|invokes| SH
250
- NX -->|invokes| MK
251
- NX --> AP
252
- NX --> PL
253
- ZC -.->|context| NX
73
+ ```text
74
+ Sentinel, review this change against the acceptance criteria. Check the main success and failure paths, report remaining issues and summarize what the next session needs to know.
254
75
  ```
255
76
 
256
- ---
257
-
258
- ## 🎭 The 47 Agents
259
-
260
- ### Atlas β€” Strategist 🎯
261
-
262
- **Fuses:** Analyst (Mary) + Product Manager (John)
77
+ Read the changes and test results. The assistant follows the permissions and capabilities of its host tool.
263
78
 
264
- | Role | Specialty | Auto-activation |
265
- |------|-----------|-----------------|
266
- | **Analyst** | Market research, SWOT, benchmarks, domain expertise | "analyze", "market", "benchmark", new project |
267
- | **Product Manager** | PRD, product briefs, user stories, roadmaps | "PRD", "roadmap", "MVP", planning phase |
79
+ ## Core roles
268
80
 
269
- **Capabilities:** Brainstorming (BP), Market Research (MR), Domain Research (DR), Technical Research (TR), Product Brief (CB), PRD (PR), UX Design (CU), Document Project (DP)
81
+ | Role | Focus | Purpose |
82
+ | --- | --- | --- |
83
+ | Atlas | Strategy & product | Decide what deserves to be built. |
84
+ | Forge | Architecture & development | Make the plan concrete. |
85
+ | Sentinel | Quality & review | Look for what the first pass missed. |
86
+ | Nexus | Planning & coordination | Keep the work moving together. |
270
87
 
271
- ---
272
-
273
- ### Forge β€” Architect-Dev πŸ—οΈ
274
-
275
- **Fuses:** Architect (Winston) + Developer (Amelia) + Tech Writer (Paige)
88
+ ## Packs
276
89
 
277
- | Role | Specialty | Auto-activation |
278
- |------|-----------|-----------------|
279
- | **Architect** | Technical design, API, scalability, stack choice | "architecture", "API", "schema", +5 files modified |
280
- | **Developer** | TDD implementation, code review, story execution | "implement", "code", "fix", post-architecture |
281
- | **Tech Writer** | Documentation, Mermaid diagrams, changelogs | "document", "README", post-implementation |
90
+ | Pack | What it provides |
91
+ | --- | --- |
92
+ | Core | Strategy, architecture, development, quality and coordination through the four core roles. |
93
+ | OSINT | Investigation workflows for gathering public information and assessing sources. |
94
+ | Maker | A workflow to design, validate and package your own BMAD+ agents. |
95
+ | Shield | Specialized compliance and governance workflows, including GDPR and ISO 27001. |
96
+ | SEO | Technical scanning, content analysis and search optimization workflows with supporting tools. |
97
+ | Memory | Project notes, decision records and session handoffs that preserve useful context. |
98
+ | Dev Studio | Specialized roles and workflows for product planning, design, engineering and documentation. |
99
+ | Backup | Instructions and utilities for timestamped backups, restoration and rotation. |
100
+ | Animated | A focused workflow for creating video-driven scrolling websites. |
282
101
 
283
- **Capabilities:** Architecture (CA), Implementation Readiness (IR), Dev Story (DS), Code Review (CR), Quick Spec (QS), Quick Dev (QD), Document Project (DP)
284
-
285
- **Critical actions (Dev role):**
286
- - Read the ENTIRE story BEFORE implementation
287
- - Execute tasks IN ORDER
288
- - 100% passing tests BEFORE moving on
289
- - NEVER lie about tests
290
-
291
- ---
102
+ ## Examples
292
103
 
293
- ### Sentinel β€” Quality πŸ”
104
+ ### Turn an idea into a first release
294
105
 
295
- **Fuses:** QA Engineer (Quinn) + UX Designer (Sally)
296
-
297
- | Role | Specialty | Auto-activation |
298
- |------|-----------|-----------------|
299
- | **QA Engineer** | API/E2E tests, edge cases, coverage, code review | "test", "QA", "bug", post-implementation |
300
- | **UX Reviewer** | UX evaluation, accessibility, interaction design | "UX", "interface", "responsive", frontend changes |
301
-
302
- **Capabilities:** QA Tests (QA), Code Review (CR), UX Design (CU)
303
-
304
- ---
305
-
306
- ### Nexus β€” Orchestrator 🎼
307
-
308
- **Fuses:** Scrum Master (Bob) + Quick-Flow Solo Dev (Barry) + **Autopilot** (new) + **Parallel Supervisor** (new)
309
-
310
- | Role | Specialty | Auto-activation |
311
- |------|-----------|-----------------|
312
- | **Scrum Master** | Sprint planning, stories, retros, course correction | "sprint", "planning", "backlog" |
313
- | **Quick Flow** | Quick specs, hotfixes, minimum ceremony | "quick", "hotfix", "small fix" |
314
- | **Autopilot** | Pipeline automated idea→delivery with checkpoints | "autopilot", "manage everything", autopilot mode |
315
- | **Parallel Supervisor** | Concurrent multi-agent, conflict detection, reallocation | "parallel", independent tasks detected |
316
-
317
- **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)**
318
-
319
- ---
320
-
321
- ### Shadow β€” OSINT Intelligence πŸ” *(OSINT Pack)*
322
-
323
- **Complete OSINT investigation agent.**
324
-
325
- | Capability | Description |
326
- |-----------|-------------|
327
- | **INV** | Complete investigation Phase 0β†’6 with scored dossier |
328
- | **QS** | Quick multi-engine search |
329
- | **LI/IG/FB** | LinkedIn, Instagram, Facebook scraping |
330
- | **PP** | MBTI / Big Five psychoprofile |
331
- | **CE** | Contact enrichment (email, phone) |
332
- | **DG** | Diagnostic of available tools/APIs |
333
-
334
- **Stack:** 55+ Apify actors, 7 search APIs, 100% Python stdlib, confidence grades A/B/C/D
335
-
336
- ---
337
-
338
- ### Maker β€” Agent Creator 🧬 *(Maker Pack)*
339
-
340
- **Meta-agent that creates other agents.** Give it a description β†’ it generates a complete package.
341
-
342
- | Code | Description |
343
- |------|-------------|
344
- | **CA** | Create Agent β€” guided creation in 4 phases |
345
- | **QA** | Quick Agent β€” fast creation with sensible defaults |
346
- | **EA** | Edit Agent β€” modify an existing SKILL.md |
347
- | **VA** | Validate Agent β€” check BMAD+ compliance |
348
- | **PA** | Package Agent β€” generate the integration folder |
349
-
350
- **Pipeline:** Discovery β†’ Design (user validation) β†’ Generation β†’ Validation
351
- **Output:** `_bmad-output/ready-to-integrate/` β€” ready to copy into BMAD+
352
-
353
- ---
354
-
355
- ## πŸ“¦ Pack System
356
-
357
- BMAD+ uses a modular pack system. Core is always installed, additional packs are optional.
106
+ Use after you have described the users and the problem.
358
107
 
108
+ ```text
109
+ Nexus, plan the first usable release of my appointment-booking app. Have Atlas define scope, Forge propose the smallest implementation and Sentinel define acceptance checks. List dependencies and stop at the plan review before implementation.
359
110
  ```
360
- npx bmad-plus install
361
-
362
- πŸŽ›οΈ Which packs to install?
363
- Core (Atlas, Forge, Sentinel, Nexus) is always included.
364
-
365
- πŸ” OSINT β€” Shadow (investigation, scraping, psychoprofiling)
366
- 🧬 Agent Creator β€” Maker (design, build, package)
367
- πŸ›‘οΈ Shield GRC β€” 27 compliance agents + 11 workflows (GDPR, ISO 27001, SOC 2, HIPAA...)
368
- πŸ—οΈ Dev Studio β€” 6 SDLC agents (full lifecycle: design to deploy)
369
- πŸ”Ž SEO Engine β€” Scout, Chief, Judge (6-phase audit, PageSpeed)
370
- 🧠 Memory β€” Zecher (persistent brain, session handoffs)
371
- πŸ—‚οΈ Backup β€” Smart archive with versioning
372
- 🎬 Animated β€” Scroll-driven animated websites
373
- πŸ€– Install everything
374
- None β€” Core only
375
- ```
376
-
377
- | Pack | Agents | Description | Status |
378
- |------|--------|-------------|--------|
379
- | βš™οΈ **Core** | Atlas, Forge, Sentinel, Nexus | Strategy, dev, QA, orchestration | βœ… Stable |
380
- | πŸ” **OSINT** | Shadow | OSINT intelligence, 55+ Apify actors, 7 APIs | βœ… Stable |
381
- | 🧬 **Maker** | Maker | Design, build, validate new BMAD+ agents | βœ… Stable |
382
- | πŸ›‘οΈ **Shield** | 27 GRC agents + 11 workflows | GDPR, ISO 27001, SOC 2, HIPAA, EU AI Act | βœ… Stable |
383
- | πŸ—οΈ **Dev Studio** | 6 SDLC agents | Full lifecycle: design to deploy | βœ… Stable |
384
- | πŸ”Ž **SEO** | Scout, Chief, Judge | 6-phase audit, PageSpeed loop, Google APIs | βœ… Stable |
385
- | 🧠 **Memory** | Zecher | Cross-session brain, decision recall, handoffs | βœ… Stable |
386
- | πŸ—‚οΈ **Backup** | Backup Agent | Smart archive with versioning | βœ… Stable |
387
- | 🎬 **Animated** | Creative Agent | Scroll-driven animated websites | βœ… Stable |
388
-
389
- Each pack defines:
390
- - Its agents and skills
391
- - Its required/optional API keys
392
- - Its external package (if applicable)
393
-
394
- ---
395
-
396
- ## ✨ Innovations
397
-
398
- ### 1. 3-Level Intelligent Auto-Activation
399
111
 
400
- Each agent can **automatically** switch roles when the context requires it:
112
+ Expected result: a prioritized plan with a small first story and explicit review points.
401
113
 
402
- | Level | Mechanism | Example |
403
- |--------|-----------|---------|
404
- | πŸ”€ **Pattern** | Keywords in the request | "review" β†’ QA activated |
405
- | 🌐 **Contextual** | Domain detected during work | Financial calculations β†’ QA auto-activated after code |
406
- | 🧠 **Reasoning** | Logic chain during execution | Architecture inconsistency β†’ Architect auto-activated |
114
+ ### Fix a bug in an existing project
407
115
 
408
- The agent **announces** its auto-activations: *"πŸ’‘ I'm switching to QA mode β€” financial calculations detected. Say 'skip' to stay in current mode."*
409
-
410
- Configuration: `src/bmad-plus/data/role-triggers.yaml`
411
-
412
- ### 2. Autopilot Mode
413
-
414
- Give a project idea β†’ Nexus orchestrates the complete pipeline:
116
+ Include the failing behavior, steps to reproduce and any relevant error output.
415
117
 
118
+ ```text
119
+ Forge, investigate why saving an edited invoice creates a duplicate. Reproduce the issue, trace the cause and propose the smallest fix. Add a regression check for the real failure, then ask Sentinel to review the affected flow.
416
120
  ```
417
- πŸ“‹ Discovery (Atlas)
418
- β””β†’ Brainstorming β†’ Product Brief β†’ PRD β†’ UX Design
419
- πŸ”΄ CHECKPOINT: PRD Approval
420
-
421
- πŸ—οΈ Build (Forge + Sentinel)
422
- β””β†’ Architecture β†’ Epics β†’ Stories β†’ Sprint
423
- πŸ”΄ CHECKPOINT: Architecture Approval
424
- β””β†’ For each story: Code β†’ Tests β†’ (retry if failed, max 3)
425
- 🟑 NOTIFY: Story status
426
-
427
- πŸš€ Ship (Sentinel + Forge)
428
- β””β†’ Code Review β†’ UX Review β†’ Documentation β†’ Retro
429
- πŸ”΄ CHECKPOINT: Final approval
430
- ```
431
-
432
- **Configurable checkpoints:**
433
- Configure `execution_mode` and `checkpoints` in `_bmad/config.yaml` (`discovery`, `architecture`, `story`, `delivery`).
434
-
435
- - `require_approval` (πŸ”΄) β€” Pause, wait for approval
436
- - `notify_only` (🟑) β€” Notification, continues unless intervened
437
- - `auto` (🟒) β€” Continues automatically
438
121
 
439
- ### 3. Supervised Parallel Execution
122
+ Expected result: a reproduced failure, a focused fix and evidence that the regression is covered.
440
123
 
441
- The Orchestrator detects independent tasks and launches them in parallel:
124
+ ### Coordinate independent work
442
125
 
443
- | Parallelizable βœ… | Sequential 🚫 |
444
- |---|---|
445
- | Stories without dependencies | Same file modified |
446
- | Research + tech audit | Story B depends on Story A |
447
- | Tests + documentation | Architecture before code |
126
+ Use when your host supports parallel agents and the tasks do not write to the same files.
448
127
 
449
- **Supervision actions:** Launch, Monitor, Stop, Restart, Reallocate, Escalate (3 failures β†’ human notification)
450
-
451
- ---
452
-
453
- ## πŸ–₯️ Supported IDEs
454
-
455
- The installer automatically detects IDEs and generates their adapters around a shared `AGENTS.md` instruction spine at the project root:
128
+ ```text
129
+ Nexus, split the approved work into independent tasks. Give each role a scope, owned files and a definition of done. Use parallel agents only if this host supports them; otherwise run the tasks sequentially. Integrate the results and have Sentinel check the whole user flow.
130
+ ```
456
131
 
457
- | IDE | Config File | Detection |
458
- |-----|---------------|-----------|
459
- | Claude Code | `CLAUDE.md` | `.claude/` folder |
460
- | Gemini CLI | `GEMINI.md` | `.gemini/` folder |
461
- | Antigravity | `GEMINI.md` | `.gemini/antigravity/` folder |
462
- | Cursor | `.cursor/rules/bmad-plus.mdc` | `.cursor/` folder |
463
- | Codex CLI | `.codex/AGENTS.md` | `.codex/` folder |
464
- | OpenCode | `.opencode/AGENTS.md` | `.opencode/` folder |
465
- | Aider | `CONVENTIONS.md` | `.aider.conf.yml` file |
132
+ Expected result: bounded assignments, explicit dependencies and one integrated review. Parallel execution comes from the host tool.
466
133
 
467
- For Aider, add `read: CONVENTIONS.md` to `.aider.conf.yml` or run `/read CONVENTIONS.md` to load the generated instructions.
134
+ ### Resume without losing decisions
468
135
 
469
- ---
136
+ Use at the start of a later session in the same project.
470
137
 
471
- ## πŸ“ Project Structure
472
-
473
- ```
474
- BMAD+/
475
- β”œβ”€β”€ README.md ← This file (English)
476
- β”œβ”€β”€ readme-international/ ← Translated READMEs (fr, es, de)
477
- β”œβ”€β”€ CHANGELOG.md ← Version history
478
- β”œβ”€β”€ CLAUDE.md ← Claude Code Config
479
- β”œβ”€β”€ GEMINI.md ← Gemini CLI / Antigravity Config
480
- β”œβ”€β”€ AGENTS.md ← Shared instruction spine
481
- β”œβ”€β”€ .codex/AGENTS.md ← Codex CLI adapter
482
- β”œβ”€β”€ .opencode/AGENTS.md ← OpenCode adapter
483
- β”œβ”€β”€ .cursor/rules/bmad-plus.mdc ← Cursor adapter
484
- β”œβ”€β”€ CONVENTIONS.md ← Aider adapter
485
- β”œβ”€β”€ .gitignore
486
- β”‚
487
- β”œβ”€β”€ src/
488
- β”‚ └── bmad-plus/ ⭐ CUSTOM MODULE
489
- β”‚ β”œβ”€β”€ module.yaml ← Module + packs config
490
- β”‚ β”œβ”€β”€ module-help.csv ← Contextual help
491
- β”‚ β”œβ”€β”€ agents/
492
- β”‚ β”‚ β”œβ”€β”€ agent-strategist/ ← Atlas (analyst + pm)
493
- β”‚ β”‚ β”œβ”€β”€ agent-architect-dev/ ← Forge (architect + dev + tw)
494
- β”‚ β”‚ β”œβ”€β”€ agent-quality/ ← Sentinel (qa + ux)
495
- β”‚ β”‚ β”œβ”€β”€ agent-orchestrator/ ← Nexus (sm + qf + autopilot + parallel)
496
- β”‚ β”‚ β”œβ”€β”€ agent-maker/ ← Maker (meta-agent) [pack: maker]
497
- β”‚ β”‚ └── agent-shadow/ ← Shadow (osint) [pack: osint]
498
- β”‚ β”œβ”€β”€ skills/
499
- β”‚ β”‚ β”œβ”€β”€ bmad-plus-autopilot/ ← Automated pipeline
500
- β”‚ β”‚ └── bmad-plus-parallel/ ← Parallel execution
501
- β”‚ └── data/
502
- β”‚ └── role-triggers.yaml ← Auto-activation rules
503
- β”‚
504
- β”œβ”€β”€ tools/
505
- β”‚ └── cli/ πŸ› οΈ NPX INSTALLER
506
- β”‚ └── install.js ← npx bmad-plus install
507
- β”‚
508
- β”œβ”€β”€ osint-agent-package/ πŸ” OSINT PACKAGE
509
- β”‚ β”œβ”€β”€ agents/ ← Shadow Agent (OSINT investigator)
510
- β”‚ β”œβ”€β”€ skills/ ← 55+ Apify actors
511
- β”‚ └── install.ps1 ← Installation script
512
- β”‚
513
- └── upstream/ πŸ“¦ UPSTREAM REFERENCE
514
- └── (clone of BMAD-METHOD) ← Excluded from repo (.gitignore)
138
+ ```text
139
+ Read AGENTS.md and the available project memory. Summarize the last verified state, open decisions and the next unfinished task. Check that the notes still match the code before continuing.
515
140
  ```
516
141
 
517
- ---
142
+ Expected result: a short, evidence-based restart. Project notes are useful context and still need to be checked against the current work.
518
143
 
519
- ## βš™οΈ Configuration
144
+ ## What’s new in 0.14.0
520
145
 
521
- ### Module variables (`module.yaml`)
146
+ Complete workflows, clearer diagnostics
522
147
 
523
- | Variable | Description | Values |
524
- |----------|-------------|---------|
525
- | `project_name` | Project name | Auto-detected |
526
- | `user_skill_level` | Dev level | beginner, intermediate, expert |
527
- | `execution_mode` | Execution mode | manual, autopilot, hybrid |
528
- | `auto_role_activation` | Role auto-switch| true, false |
529
- | `parallel_execution` | Parallelism | true, false |
530
- | `install_packs` | Installed packs | core, osint, maker, audit, all |
148
+ Dev Studio gains complete instructions and verifiable context loading; release documentation follows the published package.
531
149
 
532
- ### API Keys (depending on packs)
150
+ - All 38 Dev Studio workflows retain their existing names, with six personas, resolved resources and explicit inputs and outputs.
151
+ - studio list and studio prepare inspect installed workflows and load real context; your AI assistant executes the work.
152
+ - Installation diagnostics distinguish delivered files, local changes and runtime evidence. Optional Python probes check the actual environment.
153
+ - The npm README, translated release notes and landing are synchronized after package verification; Memory and SEO describe their available capabilities accurately.
533
154
 
534
- | Key | Pack | Usage |
535
- |-----|------|-------|
536
- | `APIFY_API_TOKEN` | OSINT | Social media scraping |
537
- | `PERPLEXITY_API_KEY` | OSINT | Enriched search |
155
+ ## Version History
538
156
 
539
- ---
157
+ These dates identify reviewed CHANGELOG notes, not npm publication dates. The website verifies npm publication dates separately.
158
+
159
+ | Version | Release-notes date | Reviewed summary |
160
+ | --- | --- | --- |
161
+ | 0.14.0 | 2026-09-09 | Dev Studio gains complete instructions and verifiable context loading; release documentation follows the published package. |
162
+ | 0.13.0 | 2026-09-08 | Discover published releases, control automatic-update policy and preserve customized agent files. |
163
+ | 0.12.2 | 2026-07-16 | The SEO package includes the Python scripts and requirements needed by its documented workflow. |
540
164
 
541
- ## πŸ“œ Version History
542
-
543
- | Version | Date | Description |
544
- |---------|------|-------------|
545
- | **0.1.0** | 2026-03-17 | πŸŽ‰ Foundation β€” 6 agents (Atlas, Forge, Sentinel, Nexus, Shadow, Maker), 3 skills, pack system, multi-IDE support |
546
- | **0.2.0** | 2026-03-18 | πŸ”€ Oveanet Fusion β€” 3 new utility packs: SEO Audit 360, Universal Backup, Animated Website |
547
- | **0.3.0** | 2026-03-19 | πŸš€ SEO Engine v2.0 β€” 3 multi-role agents, 4 Python scripts, 6-phase workflow, PageSpeed loop, GEO analysis |
548
- | **0.4.0** | 2026-03-19 | 🏒 SEO Engine v2.1 β€” SKILL.md orchestrator, Google APIs, HTML reports, competitor benchmark, 50 tests, GSC + GA4 extensions |
549
- | **0.4.1** | 2026-03-19 | 🌐 10-language CLI, CI/CD pipeline, `.npmignore`, security hardening |
550
- | **0.4.2** | 2026-03-19 | πŸ“¦ Public packs β€” SEO/Backup/Animated agents now in npm package |
551
- | **0.4.3** | 2026-05-17 | πŸ”§ update + doctor commands, i18n complete, credits fix |
552
- | **0.4.4** | 2026-05-17 | πŸ”§ UTF-8 encoding fix, complete i18n 10 languages, 62 unit tests |
553
- | **0.5.0** | 2026-05-17 | πŸ›‘οΈ **Pack Shield** β€” 27 GRC compliance agents + 11 workflows, 6 categories, 25+ frameworks (GDPR, ISO 27001, SOC 2, EU AI Act...) |
554
- | **0.6.0** | 2026-05-17 | πŸ—οΈ **Pack Dev Studio** β€” 6 SDLC agents (Miriam, Yosef, Bezalel...) + 30 SDLC workflows, BWML DSL |
555
- | **0.8.0** | 2026-06-24 | πŸš€ **Augmented** β€” 3 new packs (animated, backup, seo), security remediation pass, i18n sync |
556
- | **0.9.0** | 2026-06-24 | πŸ”’ **Secure** β€” audit remediation cycle, npm audit clean, shared pack registry (`lib/packs.js`) |
557
-
558
- See [CHANGELOG.md](CHANGELOG.md) for full details.
165
+ [Release history and update guide](https://bmad-plus.rochetta.fr/docs/#changelog) Β· [All published npm versions](https://www.npmjs.com/package/bmad-plus?activeTab=versions)
559
166
 
560
167
  ---
561
168