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