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/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "bmad-plus",
4
- "version": "0.13.0",
5
- "description": "BMAD+ — Augmented AI-Driven Development Framework with multi-role agents, autopilot, and parallel execution",
4
+ "version": "0.14.0",
5
+ "description": "Project-local AI development workflows with clear roles, shared context, safe updates and coding-tool adapters",
6
+ "homepage": "https://bmad-plus.rochetta.fr",
6
7
  "keywords": [
7
8
  "bmad",
8
9
  "ai",
@@ -65,6 +66,10 @@
65
66
  "access": "public"
66
67
  },
67
68
  "jest": {
69
+ "testPathIgnorePatterns": [
70
+ "/node_modules/",
71
+ "/website/"
72
+ ],
68
73
  "collectCoverage": true,
69
74
  "coverageDirectory": "coverage",
70
75
  "moduleNameMapper": {
@@ -1,6 +1,6 @@
1
1
  # 🚀 BMAD+ — Erweitertes Multi-Agent KI-Framework
2
2
 
3
- [![Version](https://img.shields.io/badge/version-0.13.0-blue.svg)](../CHANGELOG.md)
3
+ [![Version](https://img.shields.io/badge/version-0.14.0-blue.svg)](../CHANGELOG.md)
4
4
  [![Based on](https://img.shields.io/badge/based%20on-BMAD--METHOD-green.svg)](https://github.com/bmad-code-org/BMAD-METHOD)
5
5
  [![License](https://img.shields.io/badge/license-MIT-yellow.svg)](../LICENSE)
6
6
 
@@ -15,7 +15,9 @@
15
15
 
16
16
  ## 📋 Inhaltsverzeichnis
17
17
 
18
- Repository-Prüfung: **709 JavaScript-Tests** (`npm test`). Die Deinstallation erhält den Projektspeicher und angepasste Dateien; für Installation oder Deinstallation ohne interaktives Terminal `--yes` verwenden.
18
+ Repository-Prüfung: **980 JavaScript-Tests** (`npm test`). Die Deinstallation erhält den Projektspeicher und angepasste Dateien; für Installation oder Deinstallation ohne interaktives Terminal `--yes` verwenden.
19
+
20
+ Version 0.14.0 vervollständigt die Dev-Studio-Workflows und ergänzt `bmad-plus studio list --json` sowie `bmad-plus studio prepare create-prd --request "Eine Offline-Aufgabenliste definieren" --json`. In einem Projekt mit installiertem Dev Studio lädt die Vorbereitung die tatsächlichen Anweisungen, Konfiguration und Eingaben für deinen KI-Assistenten; sie führt die Arbeit nicht aus. `doctor --json` prüft den installierten Ressourcengraphen. Siehe [Einstieg und Versionshinweise](https://bmad-plus.rochetta.fr/de/docs/).
19
21
 
20
22
  - [Warum BMAD+?](#-warum-bmad-)
21
23
  - [Schnellstart](#-schnellstart)
@@ -161,6 +163,7 @@ Nexus orchestriert alles automatisch mit Checkpoints für deine Genehmigung.
161
163
  | `npx bmad-plus memory status` | Statusbericht des Gedächtnisses (Projekt + globales Gehirn) |
162
164
  | `npx bmad-plus memory export` | Gehirn als portables Markdown-Archiv exportieren |
163
165
  | `npx bmad-plus doctor` | Installationsintegrität prüfen |
166
+ | `node tools/cli/bmad-plus-cli.js doctor --json` | Quellrepository: schreibgeschützter Bericht über Inventar und Fähigkeiten (nächste Version) |
164
167
  | `npx bmad-plus update` | Agenten und Skills aktualisieren (Konfiguration bleibt erhalten) |
165
168
  | `npx bmad-plus uninstall` | BMAD+ vom aktuellen Projekt entfernen |
166
169
  | `npx bmad-plus autoconfig` | Intelligentes Bootstrap — Auto-Erkennung, Installation und Konfiguration |
@@ -169,12 +172,12 @@ Nexus orchestriert alles automatisch mit Checkpoints für deine Genehmigung.
169
172
 
170
173
  Die installierten Anweisungen bitten das LLM um eine Prüfung pro Sitzung. Das Ergebnis wird 24 Stunden zwischengespeichert; offline bleibt die veröffentlichte Version unbekannt. Automatische Updates erfordern eine ausdrückliche Richtlinie und unveränderte verwaltete Dateien.
171
174
 
172
- Für Installationen mit 0.12.2 oder älter einmal die neue CLI mit `npx --yes bmad-plus@0.13.0 update --yes` laden. Diese ausdrückliche Migration sichert vorhandene Dateien vor dem Ersetzen.
175
+ Für Installationen mit 0.12.2 oder älter einmal die neue CLI mit `npx --yes bmad-plus@0.14.0 update --yes` laden. Diese ausdrückliche Migration sichert vorhandene Dateien vor dem Ersetzen.
173
176
 
174
177
  ```bash
175
178
  npx bmad-plus update-check --json
176
179
  npx bmad-plus update --latest --yes
177
- npx bmad-plus update-policy --mode auto --range "^0.13.0"
180
+ npx bmad-plus update-policy --mode auto --range "^0.14.0"
178
181
  npx bmad-plus update --latest --auto
179
182
  npx bmad-plus update-check --offline --json
180
183
  ```
@@ -443,7 +446,7 @@ Eine Projektidee eingeben → Nexus orchestriert die komplette Pipeline:
443
446
  **Konfigurierbare Checkpoints:**
444
447
  Konfiguriere `execution_mode` und `checkpoints` in `_bmad/config.yaml` (`discovery`, `architecture`, `story`, `delivery`).
445
448
 
446
- - `require_approval` (🔴) — Pause, WhatsApp-Benachrichtigung, warten
449
+ - `require_approval` (🔴) — Kontrollpunkt in der Sitzung anzeigen und warten; externe Benachrichtigungen benötigen einen konfigurierten Kanal und eine Genehmigung.
447
450
  - `notify_only` (🟡) — Benachrichtigung, wird fortgesetzt, sofern nicht eingegriffen wird
448
451
  - `auto` (🟢) — Wird automatisch fortgesetzt
449
452
 
@@ -594,6 +597,7 @@ BMAD+/
594
597
  | **0.12.1** | 2026-07-12 | 🧩 **Portfolio-Brain** — memory-init Brain-Erkennung behoben, Monitor auf google-genai SDK migriert, Versions-Sync |
595
598
  | **0.12.2** | 2026-07-16 | 🚚 **Fähigkeiten ausgeliefert** — SEO-Toolkit in-pack ausgeliefert (funktioniert von npm), OSINT-Rechtsgrundlagen-Gate auf jedem Pfad, Monitor rebuildbar, Crawler-SSRF geschlossen, mcp-server + CLI Testabdeckung; 483 Tests |
596
599
  | **0.13.0** | 2026-09-08 | Kontrollierte Updates, geschützte Agenten, wiederherstellbare Sicherungen und Registry-basierte Installation; 709 Tests |
600
+ | **0.14.0** | 2026-09-09 | Vollständige Dev-Studio-Workflows und Kontextvorbereitung, Diagnosen, synchronisierte npm-Dokumentation und mehrsprachige Website |
597
601
 
598
602
  Siehe [CHANGELOG.md](../CHANGELOG.md) für vollständige Details.
599
603
 
@@ -1,6 +1,6 @@
1
1
  # 🚀 BMAD+ — Framework Multi-Agente IA Aumentado
2
2
 
3
- [![Version](https://img.shields.io/badge/version-0.13.0-blue.svg)](../CHANGELOG.md)
3
+ [![Version](https://img.shields.io/badge/version-0.14.0-blue.svg)](../CHANGELOG.md)
4
4
  [![Based on](https://img.shields.io/badge/based%20on-BMAD--METHOD-green.svg)](https://github.com/bmad-code-org/BMAD-METHOD)
5
5
  [![License](https://img.shields.io/badge/license-MIT-yellow.svg)](../LICENSE)
6
6
 
@@ -15,7 +15,9 @@
15
15
 
16
16
  ## 📋 Tabla de contenidos
17
17
 
18
- Validación del repositorio: **709 tests JavaScript** (`npm test`). La desinstalación conserva la memoria del proyecto y los archivos personalizados; utiliza `--yes` para instalar o desinstalar sin un terminal interactivo.
18
+ Validación del repositorio: **980 tests JavaScript** (`npm test`). La desinstalación conserva la memoria del proyecto y los archivos personalizados; utiliza `--yes` para instalar o desinstalar sin un terminal interactivo.
19
+
20
+ La versión 0.14.0 repara la entrega completa de Dev Studio y añade `bmad-plus studio list --json` y `bmad-plus studio prepare create-prd --request "Definir una lista de tareas sin conexión" --json`. En un proyecto con Dev Studio instalado, la preparación carga instrucciones reales, configuración y entradas para tu asistente de IA; no ejecuta el trabajo. `doctor --json` verifica el grafo de recursos instalados. Consulta la [guía de inicio y las novedades](https://bmad-plus.rochetta.fr/es/docs/).
19
21
 
20
22
  - [¿Por qué BMAD+?](#-por-qué-bmad-)
21
23
  - [Inicio Rápido](#-inicio-rápido)
@@ -161,6 +163,7 @@ Nexus orquesta todo automáticamente con puntos de control (checkpoints) para tu
161
163
  | `npx bmad-plus memory status` | Informe de salud de memoria (proyecto + cerebro global) |
162
164
  | `npx bmad-plus memory export` | Exportar cerebro como archivo Markdown portable |
163
165
  | `npx bmad-plus doctor` | Verificar integridad de la instalación |
166
+ | `node tools/cli/bmad-plus-cli.js doctor --json` | Repositorio fuente: informe de inventario y capacidades de solo lectura (próxima versión) |
164
167
  | `npx bmad-plus update` | Actualizar agentes y skills (preserva la config) |
165
168
  | `npx bmad-plus uninstall` | Eliminar BMAD+ del proyecto actual |
166
169
  | `npx bmad-plus autoconfig` | Bootstrap inteligente — detección auto, instalación y configuración |
@@ -169,12 +172,12 @@ Nexus orquesta todo automáticamente con puntos de control (checkpoints) para tu
169
172
 
170
173
  Las instrucciones instaladas piden al LLM una comprobación por sesión. El resultado se conserva durante 24 horas; sin conexión, la versión publicada permanece desconocida. Las actualizaciones automáticas requieren una política explícita y archivos administrados sin cambios locales.
171
174
 
172
- Para instalaciones con 0.12.2 o anterior, carga una vez el nuevo CLI con `npx --yes bmad-plus@0.13.0 update --yes`. Esta migración explícita guarda copias de seguridad antes de reemplazar los archivos antiguos.
175
+ Para instalaciones con 0.12.2 o anterior, carga una vez el nuevo CLI con `npx --yes bmad-plus@0.14.0 update --yes`. Esta migración explícita guarda copias de seguridad antes de reemplazar los archivos antiguos.
173
176
 
174
177
  ```bash
175
178
  npx bmad-plus update-check --json
176
179
  npx bmad-plus update --latest --yes
177
- npx bmad-plus update-policy --mode auto --range "^0.13.0"
180
+ npx bmad-plus update-policy --mode auto --range "^0.14.0"
178
181
  npx bmad-plus update --latest --auto
179
182
  npx bmad-plus update-check --offline --json
180
183
  ```
@@ -447,7 +450,7 @@ Introduce una idea → Nexus gestionará todo:
447
450
  **Puntos de control (checkpoints) configurables:**
448
451
  Configura `execution_mode` y `checkpoints` en `_bmad/config.yaml` (`discovery`, `architecture`, `story`, `delivery`).
449
452
 
450
- - `require_approval` (🔴) — Pausa, notifica por WhatsApp, espera
453
+ - `require_approval` (🔴) — Mostrar el punto de control en la sesión y esperar; las notificaciones externas requieren un canal configurado y autorización.
451
454
  - `notify_only` (🟡) — Notifica, continúa (a menos que el usuario intervenga)
452
455
  - `auto` (🟢) — Totalmente automático
453
456
 
@@ -609,6 +612,7 @@ BMAD+/
609
612
  | **0.12.1** | 2026-07-12 | 🧩 **Cerebro portfolio** — fix de detección de cerebro memory-init, monitor migrado al SDK google-genai, sincronización de versión |
610
613
  | **0.12.2** | 2026-07-16 | 🚚 **Capacidades entregadas** — toolkit SEO embarcado in-pack (funciona desde npm), gate de base legal OSINT en cada ruta, monitor reconstruible, SSRF del crawler cerrado, cobertura de tests mcp-server + CLI; 483 tests |
611
614
  | **0.13.0** | 2026-09-08 | Actualizaciones controladas, agentes protegidos, copias restaurables e instalación derivada del registro; 709 tests |
615
+ | **0.14.0** | 2026-09-09 | Flujos completos de Dev Studio y preparación del contexto, diagnósticos, documentación npm y web multilingüe sincronizadas |
612
616
 
613
617
  Más descripciones a fondo en el archivo: [CHANGELOG.md](../CHANGELOG.md).
614
618
 
@@ -1,6 +1,6 @@
1
1
  # 🚀 BMAD+ — Framework Multi-Agent IA Augmenté
2
2
 
3
- [![Version](https://img.shields.io/badge/version-0.13.0-blue.svg)](../CHANGELOG.md)
3
+ [![Version](https://img.shields.io/badge/version-0.14.0-blue.svg)](../CHANGELOG.md)
4
4
  [![Based on](https://img.shields.io/badge/based%20on-BMAD--METHOD-green.svg)](https://github.com/bmad-code-org/BMAD-METHOD)
5
5
  [![License](https://img.shields.io/badge/license-MIT-yellow.svg)](../LICENSE)
6
6
 
@@ -15,7 +15,9 @@
15
15
 
16
16
  ## 📋 Table des matières
17
17
 
18
- Validation du dépôt : **709 tests JavaScript** (`npm test`). La désinstallation conserve la mémoire du projet et les fichiers personnalisés ; utilisez `--yes` pour installer ou désinstaller sans terminal interactif.
18
+ Validation du dépôt : **980 tests JavaScript** (`npm test`). La désinstallation conserve la mémoire du projet et les fichiers personnalisés ; utilisez `--yes` pour installer ou désinstaller sans terminal interactif.
19
+
20
+ La version 0.14.0 répare la livraison complète de Dev Studio et ajoute `bmad-plus studio list --json` et `bmad-plus studio prepare create-prd --request "Définir une liste de tâches hors ligne" --json`. Dans un projet où Dev Studio est installé, la préparation charge les instructions réelles, la configuration et les entrées pour votre assistant IA ; elle n’exécute pas le travail. `doctor --json` vérifie le graphe des ressources installées. Consultez le [guide de démarrage et les nouveautés](https://bmad-plus.rochetta.fr/fr/docs/).
19
21
 
20
22
  - [Pourquoi BMAD+ ?](#-pourquoi-bmad-)
21
23
  - [Quick Start](#-quick-start)
@@ -161,6 +163,7 @@ Nexus orchestre tout automatiquement avec des checkpoints pour ton approbation.
161
163
  | `npx bmad-plus memory status` | Rapport de santé mémoire (projet + cerveau global) |
162
164
  | `npx bmad-plus memory export` | Export du cerveau en archive Markdown portable |
163
165
  | `npx bmad-plus doctor` | Vérifier l'intégrité de l'installation |
166
+ | `node tools/cli/bmad-plus-cli.js doctor --json` | Dépôt source : rapport en lecture seule sur l'inventaire et les capacités (prochaine version) |
164
167
  | `npx bmad-plus update` | Mettre à jour agents et skills (préserve la config) |
165
168
  | `npx bmad-plus uninstall` | Supprimer BMAD+ du projet actuel |
166
169
  | `npx bmad-plus autoconfig` | Bootstrap intelligent — détection auto, installation et configuration |
@@ -169,12 +172,12 @@ Nexus orchestre tout automatiquement avec des checkpoints pour ton approbation.
169
172
 
170
173
  Les instructions installées demandent au LLM une vérification par session. Le résultat est conservé 24 heures ; hors connexion, la version publiée reste inconnue. Les mises à jour automatiques exigent une politique explicite et des fichiers gérés sans modification locale.
171
174
 
172
- Pour les installations en 0.12.2 ou antérieures, chargez une fois le nouveau CLI avec `npx --yes bmad-plus@0.13.0 update --yes`. Cette migration explicite sauvegarde les anciens fichiers avant leur remplacement.
175
+ Pour les installations en 0.12.2 ou antérieures, chargez une fois le nouveau CLI avec `npx --yes bmad-plus@0.14.0 update --yes`. Cette migration explicite sauvegarde les anciens fichiers avant leur remplacement.
173
176
 
174
177
  ```bash
175
178
  npx bmad-plus update-check --json
176
179
  npx bmad-plus update --latest --yes
177
- npx bmad-plus update-policy --mode auto --range "^0.13.0"
180
+ npx bmad-plus update-policy --mode auto --range "^0.14.0"
178
181
  npx bmad-plus update --latest --auto
179
182
  npx bmad-plus update-check --offline --json
180
183
  ```
@@ -447,7 +450,7 @@ Donnez une idée projet → Nexus orchestre le pipeline complet :
447
450
  **Checkpoints configurables :**
448
451
  Configurez `execution_mode` et `checkpoints` dans `_bmad/config.yaml` (`discovery`, `architecture`, `story`, `delivery`).
449
452
 
450
- - `require_approval` (🔴) — Pause, notification WhatsApp, attente
453
+ - `require_approval` (🔴) — Présenter le point de contrôle dans la session et attendre ; les notifications externes nécessitent un canal configuré et une autorisation.
451
454
  - `notify_only` (🟡) — Notification, continue sauf intervention
452
455
  - `auto` (🟢) — Continue automatiquement
453
456
 
@@ -609,6 +612,7 @@ BMAD+/
609
612
  | **0.12.1** | 2026-07-12 | 🧩 **Cerveau portfolio** — fix détection de cerveau memory-init, monitor migré vers le SDK google-genai, sync version |
610
613
  | **0.12.2** | 2026-07-16 | 🚚 **Capacités livrées** — toolkit SEO embarqué in-pack (fonctionne depuis npm), gate base légale OSINT sur tout chemin, monitor reconstructible, SSRF crawler fermé, couverture de tests mcp-server + CLI ; 483 tests |
611
614
  | **0.13.0** | 2026-09-08 | Mises à jour contrôlées, agents protégés, sauvegardes restaurables et installation issue du registre ; 709 tests |
615
+ | **0.14.0** | 2026-09-09 | Workflows Dev Studio complets et préparation du contexte, diagnostics, documentation npm et landing multilingue synchronisées |
612
616
 
613
617
  Voir [CHANGELOG.md](../CHANGELOG.md) pour le détail complet.
614
618
 
@@ -68,8 +68,8 @@ Focuses on: end-to-end pipeline management, agent sequencing, checkpoint managem
68
68
  Read `execution_mode` and `checkpoints` from `_bmad/config.yaml` before starting the pipeline. The checkpoint keys are `discovery`, `architecture`, `story`, and `delivery`.
69
69
 
70
70
  **Checkpoint behavior** (configurable):
71
- - `require_approval` (🔴 STOP): Pause and wait for user input. Notify via WhatsApp if configured.
72
- - `notify_only` (🟡 INFO): Send notification, continue unless user intervenes within timeout.
71
+ - `require_approval` (🔴 STOP): Present the checkpoint in the session and wait for user input. If an external channel is configured and sending is authorized, also notify through it.
72
+ - `notify_only` (🟡 INFO): Report progress in the session and continue. If an external channel is configured and sending is authorized, also notify through it.
73
73
  - `auto` (🟢 AUTO): Continue automatically. Log for audit trail.
74
74
 
75
75
  > 💡 **Auto-activates** when: keywords like "autopilot", "gère tout", "lance le projet", "full pipeline" are detected, or when `{execution_mode}` is set to "autopilot".
@@ -93,7 +93,7 @@ Focuses on: detecting parallelizable tasks, launching agents in parallel, confli
93
93
  - **Stop**: Detect conflicts (shared file edits) → pause conflicting agent
94
94
  - **Restart**: After conflict resolution → restart with merged context
95
95
  - **Reallocate**: Agent finishes early → assign next available task
96
- - **Escalate**: 3 consecutive failures → notify human via WhatsApp
96
+ - **Escalate**: 3 consecutive failures → report the failure and evidence in the session. If an external channel is configured and sending is authorized, also notify through it.
97
97
 
98
98
  > 💡 **Auto-activates** when: multiple independent stories are queued, or when `{parallel_execution}` is enabled and batch work is detected.
99
99
 
@@ -1,162 +1,154 @@
1
- # 🏗️ Pack Dev Studio BMAD+
1
+ # Dev Studio for BMAD+
2
2
 
3
- > Full Software Development Lifecycle powered by 6 specialized AI agents
3
+ Dev Studio provides six specialist personas and 38 workflows for product
4
+ discovery, planning, architecture, implementation and review. The current coding
5
+ assistant executes the Markdown instructions with its available tools. The CLI
6
+ can prepare their context; it does not run an autonomous development team.
4
7
 
5
- **Source:** Adapted from [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) v6.6.0 (47K+ ⭐)
6
- **Format:** BWML (BMAD+ Workflow Markup Language)
7
- **License:** MIT
8
+ The public workflow IDs and persona names remain stable. The execution
9
+ instructions are original BMAD+ adaptations. The declared BMAD-METHOD baseline
10
+ remains v6.6.0; reviewing newer upstream ideas is separate from claiming that the
11
+ whole upstream release has been integrated.
8
12
 
9
- ---
13
+ ## Start
10
14
 
11
- ## Overview
15
+ Install the pack into the intended project with the BMAD+ installer:
12
16
 
13
- Pack Dev Studio transforms your AI IDE into a complete software engineering team. Six specialized agents guide you through the entire development lifecycle — from brainstorming to deployment — with structured workflows, validation gates, and anti-regression guards.
14
-
15
- Unlike generic AI assistants, each agent embodies deep domain expertise with a distinct voice, methodology, and perspective, drawing on historical figures whose characteristics mirror their roles.
16
-
17
- ## Agents
18
-
19
- ### 📊 Miriam (מרים) — Business Analyst
20
- *"Like the prophetess who watched over Moses, Miriam observes patterns others miss"*
21
-
22
- Strategic analysis, market research, competitive landscape, requirements elicitation, product briefs, PRFAQ challenges. Channels Porter's strategic rigor and Minto's Pyramid Principle.
23
-
24
- ### 📚 Huldah (חולדה) — Technical Writer
25
- *"As Huldah authenticated the Book of the Law, she authenticates your documentation"*
26
-
27
- Documentation mastery, CommonMark, DITA, OpenAPI, Mermaid diagrams, editorial review. Turns complex concepts into accessible structured docs.
28
-
29
- ### 📋 Yosef (יוסף) — Product Manager
30
- *"Like Joseph interpreting Pharaoh's dreams, Yosef interprets user needs into actionable specs"*
31
-
32
- PRD creation/validation, feature prioritization, Jobs-to-be-Done methodology, user value first. Every "why?" tightens the net.
33
-
34
- ### 🎨 Rachel (רחל) — UX Designer
35
- *"Rachel's empathy and devotion mirror the UX designer's commitment to the user"*
17
+ ```sh
18
+ npx bmad-plus install --packs core,dev-studio
19
+ ```
36
20
 
37
- User experience design, wireframes, user flows, accessibility, empathy mapping, edge-case rigor. Paints user stories that make you feel the problem.
21
+ Then ask the coding assistant directly:
38
22
 
39
- ### 🏗️ Bezalel (בצלאל) System Architect
40
- *"The master architect of the Tabernacle, filled with divine wisdom for design"*
23
+ > Miriam, use product-brief to define a small issue triage tool for our support team.
41
24
 
42
- Architecture decisions, system design, tech stack selection, ADRs, boring technology philosophy. Measures trade-offs, not verdicts.
25
+ > Oholiab, use investigate to reproduce the failing import described in docs/issue.md.
43
26
 
44
- ### 💻 Oholiab (אהליאב) — Senior Engineer
45
- *"Bezalel's master craftsman partner precision in every implementation"*
27
+ The assistant reads the [pack skill](SKILL.md),
28
+ [execution guide](shared/execution.md), selected persona and workflow. A request
29
+ for a narrow fix does not require a complete discovery-to-sprint pipeline.
46
30
 
47
- TDD red-green-refactor, story implementation, code review, sprint management. Terminal-prompt precision, AC-first delivery.
31
+ With the CLI available in the project, inspect or prepare a route:
48
32
 
49
- ## Development Lifecycle
33
+ ```sh
34
+ npx --no-install bmad-plus studio list --json
35
+ npx --no-install bmad-plus studio prepare product-brief --directory . --request "Define the smallest useful issue triage tool" --json
36
+ npx --no-install bmad-plus studio prepare validate-prd --directory . --input docs/prd.md --json
37
+ ```
50
38
 
39
+ Use `bmad-plus` directly when it is available on your PATH. Input files must exist
40
+ inside the selected project. Repeat `--input` to supply several explicit artifacts.
41
+ An artifact workflow needs at least one file; request and project workflows need
42
+ a request or a file. Missing context returns `needs-input`.
43
+
44
+ Preparation is read-only. It resolves configuration, loads actual shipped
45
+ instructions and selected input files, records their hashes and proposes a report
46
+ path. It does not inspect an entire project, write the deliverable, run tests or
47
+ certify that a model followed the workflow. Give the prepared contents to the
48
+ assistant and have it perform the selected procedure.
49
+
50
+ ## Personas
51
+
52
+ | Persona | Role | Instructions |
53
+ | --- | --- | --- |
54
+ | Miriam | Business analysis and research | [Analyst](categories/analysis/analyst-agent.md) |
55
+ | Huldah | Technical documentation | [Technical writer](categories/analysis/tech-writer-agent.md) |
56
+ | Yosef | Product requirements and priorities | [Product manager](categories/planning/pm-agent.md) |
57
+ | Rachel | User experience and interaction | [UX designer](categories/planning/ux-designer-agent.md) |
58
+ | Bezalel | System architecture and technical decisions | [Architect](categories/architecture/architect-agent.md) |
59
+ | Oholiab | Implementation, debugging and verification | [Engineer](categories/implementation/dev-agent.md) |
60
+
61
+ Core personas can coexist with Dev Studio. Choose the role needed for the task;
62
+ the persona name describes instructions, not a separate running process.
63
+
64
+ ## Workflow catalog
65
+
66
+ The [machine-readable catalog](shared/catalog.json) contains the routes and
67
+ required resources. The [CSV index](shared/module-help.csv) provides a compact
68
+ navigation view. Workflow IDs in text are routing suggestions, not automatic
69
+ triggers or mandatory dependencies.
70
+
71
+ | Category | Workflow | Expected result |
72
+ | --- | --- | --- |
73
+ | Analysis | [product-brief](categories/analysis/product-brief.md) | Product problem, audience and first useful scope |
74
+ | Analysis | [prfaq](categories/analysis/prfaq.md) | Proposed launch narrative and questions that challenge it |
75
+ | Analysis | [document-project](categories/analysis/document-project.md) | Documentation grounded in inspected project files |
76
+ | Analysis | [market-research](categories/analysis/market-research.md) | Sourced market and alternative analysis |
77
+ | Analysis | [domain-research](categories/analysis/domain-research.md) | Domain concepts, constraints and evidence gaps |
78
+ | Analysis | [technical-research](categories/analysis/technical-research.md) | Feasibility options and a concrete next check |
79
+ | Planning | [create-prd](categories/planning/create-prd.md) | Testable requirements and scope |
80
+ | Planning | [prd](categories/planning/prd.md) | Selection of PRD creation, edit or validation |
81
+ | Planning | [edit-prd](categories/planning/edit-prd.md) | Traceable requirements changes |
82
+ | Planning | [validate-prd](categories/planning/validate-prd.md) | Evidence-based requirements findings |
83
+ | Planning | [create-ux-design](categories/planning/create-ux-design.md) | User flows, interaction states and acceptance checks |
84
+ | Architecture | [create-architecture](categories/architecture/create-architecture.md) | Technical decisions, boundaries and tradeoffs |
85
+ | Architecture | [create-epics-stories](categories/architecture/create-epics-stories.md) | Deliverable increments and implementable stories |
86
+ | Architecture | [implementation-readiness](categories/architecture/implementation-readiness.md) | Alignment gaps and readiness evidence |
87
+ | Architecture | [generate-project-context](categories/architecture/generate-project-context.md) | Current project constraints with provenance |
88
+ | Implementation | [sprint-planning](categories/implementation/sprint-planning.md) | Scoped work, dependencies and capacity assumptions |
89
+ | Implementation | [create-story](categories/implementation/create-story.md) | A story with context and acceptance criteria |
90
+ | Implementation | [dev-story](categories/implementation/dev-story.md) | Implementation and verification against a story |
91
+ | Implementation | [code-review](categories/implementation/code-review.md) | Substantiated findings or a scoped zero-finding report |
92
+ | Implementation | [quick-dev](categories/implementation/quick-dev.md) | A bounded change with proportionate checks |
93
+ | Implementation | [sprint-status](categories/implementation/sprint-status.md) | Progress and blockers supported by current evidence |
94
+ | Implementation | [retrospective](categories/implementation/retrospective.md) | Lessons and actionable process changes |
95
+ | Implementation | [correct-course](categories/implementation/correct-course.md) | A reasoned response to a material change |
96
+ | Implementation | [investigate](categories/implementation/investigate.md) | Hypotheses, reproduction evidence and next action |
97
+ | Implementation | [checkpoint-preview](categories/implementation/checkpoint-preview.md) | A reviewable explanation of a change |
98
+ | Implementation | [qa-e2e-tests](categories/implementation/qa-e2e-tests.md) | Relevant automated checks and actual run evidence |
99
+ | Utilities | [distillator](categories/utilities/distillator.md) | A compact brief with sources and disclosed omissions |
100
+ | Utilities | [party-mode](categories/utilities/party-mode.md) | Compared perspectives and a decision record |
101
+ | Utilities | [brainstorming](categories/utilities/brainstorming.md) | Distinct options and a small experiment |
102
+ | Utilities | [adversarial-review](categories/utilities/adversarial-review.md) | Supported objections, refutations and open questions |
103
+ | Utilities | [edge-case-hunter](categories/utilities/edge-case-hunter.md) | Concrete boundary and failure scenarios |
104
+ | Utilities | [editorial-review-prose](categories/utilities/editorial-review-prose.md) | Precise wording improvements |
105
+ | Utilities | [editorial-review-structure](categories/utilities/editorial-review-structure.md) | A reader-oriented outline and section mapping |
106
+ | Utilities | [advanced-elicitation](categories/utilities/advanced-elicitation.md) | Resolved uncertainties and testable requirements |
107
+ | Utilities | [shard-doc](categories/utilities/shard-doc.md) | Linked sections with source coverage checks |
108
+ | Utilities | [index-docs](categories/utilities/index-docs.md) | An index of inspected documents |
109
+ | Utilities | [bmad-help](categories/utilities/bmad-help.md) | Relevant routes and a justified next step |
110
+ | Utilities | [customize](categories/utilities/customize.md) | Verified configuration or explicit instruction changes |
111
+
112
+ ## Configuration and reports
113
+
114
+ Configuration comes from `_bmad/config.yaml` in the selected project:
115
+
116
+ ```yaml
117
+ user_name: user
118
+ communication_language: English
119
+ document_output_language: English
120
+ output_folder: _bmad-output
121
+ project_name: Example project
51
122
  ```
52
- Phase 1 — Analysis
53
- Miriam → Brainstorm → Product Brief / PRFAQ
54
- Huldah → Document existing project
55
123
 
56
- Phase 2 Planning
57
- Yosef → PRD (create, edit, validate)
58
- Rachel UX Design (wireframes, user flows)
124
+ Each missing value uses the displayed default, except `project_name`, which
125
+ defaults to the selected directory's name. A missing file is valid. A malformed
126
+ present file or an invalid known field is an error. Preserve unrelated settings
127
+ when customizing. The current user request and applicable host/project instructions
128
+ take precedence over conversation and document language preferences.
59
129
 
60
- Phase 3 Architecture
61
- Bezalel Architecture Epics & Stories Readiness Check
130
+ Reports default to `_bmad-output/dev-studio/WORKFLOW_ID.md`, adjusted for the
131
+ configured output folder. Code changes stay in the actual project. Reports record
132
+ scope, inputs, decisions, completed work, checks, unresolved questions and the next
133
+ action. On resume, read the previous report and revalidate changed inputs. A report
134
+ does not authorize overwriting user changes or repeating publication.
62
135
 
63
- Phase 4 Implementation
64
- Oholiab → Sprint Planning → [Create Story → Dev Story → Code Review] → Retrospective
136
+ ## Execution limits and migration
65
137
 
66
- Cross-cutting Utilities
67
- Distillator, Party Mode, Adversarial Reviews, Editorial Reviews
68
- ```
138
+ There is no BWML interpreter or TOML customization resolver in this pack. See the
139
+ [BWML migration note](shared/bwml-spec.md) for the supported replacement behavior.
140
+ Independent agent execution, browsing and command execution depend on the host.
141
+ When one assistant explores several perspectives, it must say so. Unavailable
142
+ checks and missing reviews remain visible.
69
143
 
70
- ## Workflows (30+)
71
-
72
- ### Analysis (8 skills)
73
- | Skill | Description |
74
- |-------|-------------|
75
- | `analyst-agent` | Miriam — full business analyst persona |
76
- | `tech-writer-agent` | Huldah — technical documentation expert |
77
- | `product-brief` | Guided product brief creation |
78
- | `prfaq` | Amazon Working Backwards PRFAQ challenge |
79
- | `document-project` | Analyze existing project for documentation |
80
- | `market-research` | Market analysis and competitive landscape |
81
- | `domain-research` | Industry domain deep dive |
82
- | `technical-research` | Technical feasibility assessment |
83
-
84
- ### Planning (7 skills)
85
- | Skill | Description |
86
- |-------|-------------|
87
- | `pm-agent` | Yosef — product manager persona |
88
- | `ux-designer-agent` | Rachel — UX designer persona |
89
- | `create-prd` | PRD creation via coached discovery |
90
- | `prd` | Full PRD workflow (create/edit/validate) |
91
- | `edit-prd` | Update existing PRD |
92
- | `validate-prd` | PRD validation checklist |
93
- | `create-ux-design` | Guided UX design workflow |
94
-
95
- ### Architecture (5 skills + 9 step files)
96
- | Skill | Description |
97
- |-------|-------------|
98
- | `architect-agent` | Bezalel — system architect persona |
99
- | `create-architecture` | 8-step architecture design workflow |
100
- | `create-epics-stories` | Break architecture into implementable units |
101
- | `implementation-readiness` | Pre-coding alignment check |
102
- | `generate-project-context` | LLM-optimized project context generation |
103
-
104
- ### Implementation (12 skills)
105
- | Skill | Description |
106
- |-------|-------------|
107
- | `dev-agent` | Oholiab — senior engineer persona |
108
- | `sprint-planning` | Sprint plan from epics |
109
- | `create-story` | Prepare story with full context |
110
- | `dev-story` | Full TDD implementation cycle (486 lines!) |
111
- | `code-review` | Senior developer code review |
112
- | `quick-dev` | Fast track: intent → code |
113
- | `sprint-status` | Sprint progress report |
114
- | `retrospective` | Epic completion review |
115
- | `correct-course` | Navigate major changes |
116
- | `investigate` | Forensic issue investigation |
117
- | `checkpoint-preview` | Guided commit/PR walkthrough |
118
- | `qa-e2e-tests` | Automated test generation |
119
-
120
- ### Utilities (12 skills)
121
- | Skill | Description |
122
- |-------|-------------|
123
- | `distillator` | Lossless document compression for LLM |
124
- | `party-mode` | Multi-agent roundtable discussion |
125
- | `brainstorming` | Expert-guided brainstorming facilitation |
126
- | `adversarial-review` | Adversarial document critique |
127
- | `edge-case-hunter` | Find edge cases and failure modes |
128
- | `editorial-review-prose` | Prose quality review |
129
- | `editorial-review-structure` | Document structure review |
130
- | `advanced-elicitation` | Deep requirement extraction |
131
- | `shard-doc` | Intelligent document splitting |
132
- | `index-docs` | Documentation index creation |
133
- | `bmad-help` | Contextual "what's next?" guidance |
134
- | `customize` | Agent customization guide |
135
-
136
- ## BWML — Our Workflow DSL
137
-
138
- Pack Dev Studio uses **BWML** (BMAD+ Workflow Markup Language), a proprietary DSL that extends XML-based workflows with 12 new primitives. See `shared/bwml-spec.md` for the full specification.
139
-
140
- ## File Structure
141
-
142
- ```
143
- pack-dev-studio/
144
- ├── dev-studio-orchestrator.md ← Entry point
145
- ├── upstream-sync.yaml ← BMAD-METHOD v6.6.0 tracking
146
- ├── README.md ← This file
147
- ├── categories/
148
- │ ├── analysis/ (8 skills)
149
- │ ├── planning/ (7 skills)
150
- │ ├── architecture/ (5 skills + 9 steps)
151
- │ ├── implementation/ (12 skills + 4 code-review steps + checklist)
152
- │ └── utilities/ (12 skills)
153
- └── shared/
154
- ├── bwml-spec.md ← BWML DSL specification
155
- ├── module-help.csv ← Navigation catalog
156
- └── architecture-decision-template.md
157
- ```
144
+ Research requires accessible sources to support current factual claims. A static
145
+ resource check establishes that instructions were delivered; actual execution and
146
+ model behavior need separate evidence. No workflow guarantees defect-free code or
147
+ lossless summarization.
158
148
 
159
149
  ## Attribution
160
150
 
161
- Adapted from [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) v6.6.0 by BMad Code, LLC (MIT License).
162
- Enhanced with BWML workflow language and specialized personas by [Laurent Rochetta](https://github.com/lrochetta/BMAD-PLUS).
151
+ BMAD+ is maintained by Laurent Rochetta. Dev Studio's retained names and workflow
152
+ lineage acknowledge [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD)
153
+ by BMad Code, LLC, under the MIT License. The current delivery and execution
154
+ instructions are written for BMAD+; no upstream runtime is bundled by implication.
@@ -0,0 +1,49 @@
1
+ ---
2
+ name: dev-studio
3
+ description: Use six specialist personas and 38 Dev Studio workflows to carry out product, architecture, documentation and implementation tasks.
4
+ ---
5
+
6
+ # Dev Studio
7
+
8
+ Use this pack when the user requests a Dev Studio persona, a named workflow or a
9
+ software task that benefits from its specific procedure. Read the
10
+ [execution guide](shared/execution.md) before acting. The
11
+ [catalog](shared/catalog.json) provides the actual agents, aliases, workflow paths,
12
+ input kinds and required resources.
13
+
14
+ ## Activate
15
+
16
+ 1. Start from the user's actual objective and current authorization. Read relevant
17
+ project instructions and previous decisions. Keep the user's current language
18
+ preference; configuration supplies defaults when no preference is stated.
19
+ 2. Resolve the named persona or workflow through the catalog. For an unqualified
20
+ task use the [orchestrator](dev-studio-orchestrator.md) to choose the smallest
21
+ useful route. Use bmad-help for a roster or a next-step recommendation.
22
+ 3. Read the selected workflow, its persona and declared resources. Check the
23
+ inputs against the content actually supplied. A filename alone is not evidence
24
+ of a complete brief, a valid PRD or a reproduced defect.
25
+ 4. Execute the workflow's procedure with real host tools. Record actual outcomes
26
+ and unavailable checks. Independent agents require host support; sequential
27
+ perspectives by one assistant must be labeled accurately.
28
+ 5. Deliver the requested artifact with verification evidence and remaining work.
29
+ Preserve existing reports and user changes. On resume, compare input hashes
30
+ and project state, invalidate affected decisions and continue incomplete work.
31
+
32
+ ## Optional context preparation
33
+
34
+ With the CLI already available, use:
35
+
36
+ ```sh
37
+ npx --no-install bmad-plus studio list --json
38
+ npx --no-install bmad-plus studio prepare product-brief --directory . --request "Define a small issue triage tool" --json
39
+ ```
40
+
41
+ For artifact workflows, provide an existing project-relative file through
42
+ `--input`; repeat the flag for additional artifacts. The CLI reports missing
43
+ inputs and returns a read-only bundle with actual text, hashes, resolved
44
+ configuration and a proposed report path. It neither executes the workflow nor
45
+ certifies model behavior. The host must still perform the work.
46
+
47
+ See the [README](README.md) for all 38 routes and configuration examples.
48
+ The [BWML migration note](shared/bwml-spec.md) explains the replacement for earlier
49
+ XML and TOML assumptions.