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
@@ -1,328 +1,51 @@
1
- # BMAD+ Workflow Markup Language (BWML) Specification v1.0
2
-
3
- > **Pack:** Dev Studio
4
- > **Purpose:** Define the BMAD+ proprietary workflow DSL that surpasses BMAD-METHOD v6 XML format
5
- > **Created by:** Laurent Rochetta https://github.com/lrochetta/BMAD-PLUS
6
- > **License:** MIT
7
-
8
- ---
9
-
10
- ## Overview
11
-
12
- BWML (BMAD+ Workflow Markup Language) is an XML-based DSL optimized for LLM execution. It extends the concepts from BMAD-METHOD v6 with advanced orchestration primitives: multi-agent delegation, parallel execution, validation gates, memory persistence, anti-regression guards, and structured artifact emission.
13
-
14
- LLMs parse XML natively and reliably. BWML leverages this with semantically meaningful tags that guide deterministic execution while preserving LLM reasoning flexibility.
15
-
16
- ---
17
-
18
- ## Core Elements (inherited from BMAD v6, enhanced)
19
-
20
- ### `<workflow>` Root container
21
- ```xml
22
- <workflow id="dev-story" version="1.0" agent="oholiab">
23
- <!-- All steps live here -->
24
- </workflow>
25
- ```
26
-
27
- ### `<phase>` Named execution phase (NEW)
28
- Groups steps into logical phases with optional gating.
29
- ```xml
30
- <phase name="analysis" gate="required">
31
- <step>...</step>
32
- <step>...</step>
33
- </phase>
34
- ```
35
- - `gate="required"` Must complete before next phase
36
- - `gate="optional"` Can be skipped
37
-
38
- ### `<step>` Numbered execution step
39
- ```xml
40
- <step n="1" goal="Load project context" tag="init">
41
- <action>...</action>
42
- </step>
43
- ```
44
-
45
- ### `<action>` Single action to execute
46
- ```xml
47
- <action>Read the complete story file</action>
48
- <action if="no stories found">HALT: inform user</action>
49
- ```
50
-
51
- ### `<check>` Conditional branch
52
- ```xml
53
- <check if="sprint_status file exists">
54
- <action>Load sprint data</action>
55
- </check>
56
- ```
57
-
58
- ### `<critical>` — Must-follow rule (violation = HALT)
59
- ```xml
60
- <critical>Execute ALL steps in exact order; do NOT skip steps</critical>
61
- ```
62
-
63
- ### `<output>` — Formatted user-facing output
64
- ```xml
65
- <output>✅ **Context Loaded** — Story and project context ready</output>
66
- ```
67
-
68
- ### `<ask>` — Prompt user for input
69
- ```xml
70
- <ask>Which story would you like to develop?</ask>
71
- ```
72
-
73
- ### `<goto>` — Jump to step or anchor
74
- ```xml
75
- <goto step="9">Completion sequence</goto>
76
- <goto anchor="task_check" />
77
- ```
78
-
79
- ### `<anchor>` — Jump target
80
- ```xml
81
- <anchor id="task_check" />
82
- ```
83
-
84
- ---
85
-
86
- ## BMAD+ Extensions (NEW — our competitive advantage)
87
-
88
- ### `<agent>` — Invoke another BMAD+ agent inline
89
- Enables cross-agent orchestration without leaving the workflow.
90
- ```xml
91
- <agent name="bezalel" task="Review this architecture decision">
92
- <context>Current PRD and technical constraints</context>
93
- <expect>Architecture recommendation with trade-offs</expect>
94
- </agent>
95
- ```
96
- - `name` — BMAD+ agent to invoke (specialist personas or pack agents)
97
- - `task` — What to ask the agent
98
- - `<context>` — What context to pass
99
- - `<expect>` — Expected output format
100
-
101
- ### `<parallel>` — Execute multiple actions concurrently
102
- ```xml
103
- <parallel>
104
- <action>Run unit tests</action>
105
- <action>Run linting checks</action>
106
- <action>Validate acceptance criteria</action>
107
- </parallel>
108
- ```
109
-
110
- ### `<loop>` — Iterative execution with break conditions
111
- ```xml
112
- <loop over="incomplete_tasks" as="task">
113
- <action>Implement {{task}}</action>
114
- <action>Run tests for {{task}}</action>
115
- <validate>All tests pass for {{task}}</validate>
116
- <action>Mark {{task}} complete</action>
117
- <break if="HALT condition triggered" />
118
- </loop>
119
- ```
120
-
121
- ### `<validate>` — Built-in validation gate with pass/fail
122
- ```xml
123
- <validate id="dod-check" severity="blocking">
124
- <criterion>All tasks marked [x]</criterion>
125
- <criterion>All acceptance criteria satisfied</criterion>
126
- <criterion>Full test suite passes with 0 failures</criterion>
127
- <criterion>No regressions detected</criterion>
128
- <on-fail>HALT — Do NOT proceed until all criteria pass</on-fail>
129
- <on-pass>Continue to next step</on-pass>
130
- </validate>
131
- ```
132
-
133
- ### `<guard>` — Anti-regression protection
134
- Prevents common AI mistakes explicitly.
135
- ```xml
136
- <guard type="anti-regression">
137
- Never delete existing code without explicit user approval
138
- </guard>
139
- <guard type="scope">
140
- Only modify files listed in the story spec
141
- </guard>
142
- <guard type="quality">
143
- Never mark a task complete without running tests
144
- </guard>
145
- ```
146
-
147
- ### `<emit>` — Produce structured artifacts
148
- ```xml
149
- <emit type="story-status" format="yaml">
150
- story_key: {{story_key}}
151
- status: review
152
- completed_tasks: {{completed_count}}
153
- date: {{date}}
154
- </emit>
155
- ```
156
- - `type` — Artifact type (story-status, report, checklist, etc.)
157
- - `format` — Output format (yaml, markdown, json)
158
-
159
- ### `<context>` — Load external context
160
- ```xml
161
- <context source="file" path="**/project-context.md" />
162
- <context source="file" path="architecture.md" optional="true" />
163
- <context source="memory" key="last-sprint-decisions" />
164
- ```
165
-
166
- ### `<memory>` — Persist/recall across sessions
167
- ```xml
168
- <memory action="store" key="sprint-velocity" value="{{calculated_velocity}}" />
169
- <memory action="recall" key="last-review-findings" />
170
- ```
171
-
172
- ### `<escalate>` — Escalation to human or higher agent
173
- ```xml
174
- <escalate to="user" severity="high">
175
- Architecture decision required: monolith vs microservices.
176
- Trade-offs documented in {{arch_doc_path}}.
177
- </escalate>
178
- <escalate to="bezalel" severity="medium">
179
- Implementation diverges from architecture — review needed.
180
- </escalate>
181
- ```
182
-
183
- ### `<retry>` — Auto-retry with limits
184
- ```xml
185
- <retry max="3" backoff="progressive">
186
- <action>Run failing test suite</action>
187
- <action>Fix identified issues</action>
188
- <on-exhaust>HALT — 3 consecutive failures, request human guidance</on-exhaust>
189
- </retry>
190
- ```
191
-
192
- ### `<fallback>` — Graceful degradation
193
- ```xml
194
- <fallback>
195
- <try>
196
- <agent name="miriam" task="Analyze market data" />
197
- </try>
198
- <catch>
199
- <action>Perform analysis directly using available context</action>
200
- </catch>
201
- </fallback>
202
- ```
203
-
204
- ### `<metric>` — Track quantitative progress
205
- ```xml
206
- <metric name="test-coverage" target="80%" current="{{coverage}}" />
207
- <metric name="tasks-completed" value="{{done}}/{{total}}" />
208
- ```
209
-
210
- ---
211
-
212
- ## Composition Example
213
-
214
- ```xml
215
- <workflow id="dev-story" version="1.0" agent="oholiab">
216
- <critical>Execute ALL steps in exact order; do NOT skip</critical>
217
- <critical>Never stop for "milestones" or "session boundaries"</critical>
218
-
219
- <guard type="anti-regression">
220
- Never delete existing functionality without explicit approval
221
- </guard>
222
- <guard type="scope">
223
- Only modify files specified in the story tasks
224
- </guard>
225
-
226
- <phase name="initialization" gate="required">
227
- <step n="1" goal="Find and load story">
228
- <context source="file" path="sprint-status.yaml" optional="true" />
229
- <check if="story_path provided">
230
- <action>Load story file directly</action>
231
- <goto anchor="implementation" />
232
- </check>
233
- <check if="sprint status exists">
234
- <action>Find first ready-for-dev story</action>
235
- </check>
236
- <escalate to="user" if="no ready stories found">
237
- No stories available. Options: create-story, validate existing, or specify path.
238
- </escalate>
239
- </step>
240
- </phase>
241
-
242
- <phase name="implementation" gate="required">
243
- <anchor id="implementation" />
244
- <loop over="incomplete_tasks" as="task">
245
- <step goal="Implement {{task}} following TDD">
246
- <!-- RED -->
247
- <action>Write FAILING tests first</action>
248
- <validate severity="info">Tests fail as expected</validate>
249
-
250
- <!-- GREEN -->
251
- <action>Implement MINIMAL code to pass tests</action>
252
- <validate severity="blocking">All tests pass</validate>
253
-
254
- <!-- REFACTOR -->
255
- <action>Improve code structure, keep tests green</action>
256
- <validate severity="blocking">No regressions after refactor</validate>
257
-
258
- <action>Mark {{task}} [x] in story file</action>
259
- <metric name="tasks-completed" value="{{done}}/{{total}}" />
260
- </step>
261
-
262
- <retry max="3">
263
- <action>Fix any failing tests</action>
264
- <on-exhaust>
265
- <escalate to="user">3 consecutive failures on {{task}}</escalate>
266
- </on-exhaust>
267
- </retry>
268
- </loop>
269
- </phase>
270
-
271
- <phase name="completion" gate="required">
272
- <step goal="Story completion and review">
273
- <validate id="definition-of-done" severity="blocking">
274
- <criterion>All tasks marked [x]</criterion>
275
- <criterion>All acceptance criteria satisfied</criterion>
276
- <criterion>Full test suite passes</criterion>
277
- <criterion>File list complete</criterion>
278
- <criterion>Dev notes documented</criterion>
279
- <on-fail>HALT — Complete remaining items</on-fail>
280
- </validate>
281
-
282
- <emit type="story-update" format="yaml">
283
- status: review
284
- completed: {{date}}
285
- </emit>
286
-
287
- <output>✅ Story {{story_key}} complete and ready for review</output>
288
-
289
- <escalate to="user" severity="info">
290
- Recommended: run code-review with a DIFFERENT LLM
291
- </escalate>
292
- </step>
293
- </phase>
294
- </workflow>
295
- ```
296
-
297
- ---
298
-
299
- ## BWML vs BMAD v6 Comparison
300
-
301
- | Feature | BMAD v6 | BWML (BMAD+) |
302
- |---------|---------|--------------|
303
- | Steps & Actions | ✅ | ✅ |
304
- | Conditional checks | ✅ | ✅ |
305
- | Goto/Anchors | ✅ | ✅ |
306
- | Critical rules | ✅ | ✅ |
307
- | User prompts | ✅ | ✅ |
308
- | **Phases with gates** | ❌ | ✅ |
309
- | **Multi-agent delegation** | ❌ | ✅ `<agent>` |
310
- | **Parallel execution** | ❌ | ✅ `<parallel>` |
311
- | **Loops with break** | ❌ | ✅ `<loop>` |
312
- | **Validation gates** | ❌ | ✅ `<validate>` |
313
- | **Anti-regression guards** | ❌ | ✅ `<guard>` |
314
- | **Artifact emission** | ❌ | ✅ `<emit>` |
315
- | **Context loading** | ❌ | ✅ `<context>` |
316
- | **Memory persistence** | ❌ | ✅ `<memory>` |
317
- | **Escalation** | ❌ | ✅ `<escalate>` |
318
- | **Auto-retry** | ❌ | ✅ `<retry>` |
319
- | **Graceful fallback** | ❌ | ✅ `<fallback>` |
320
- | **Progress metrics** | ❌ | ✅ `<metric>` |
321
- | Python dependency | ✅ Required | ❌ None |
322
- | TOML config | ✅ Required | ❌ Self-contained |
323
-
324
- ---
325
-
326
- ## Attribution
327
-
328
- BWML is inspired by the workflow DSL in [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) v6.6.0 by BMad Code, LLC (MIT License). Extended with BMAD+ proprietary orchestration primitives by [Laurent Rochetta](https://github.com/lrochetta/BMAD-PLUS).
1
+ # BWML migration note
2
+
3
+ Earlier Dev Studio documents described XML-like instructions as the BMAD+
4
+ Workflow Markup Language, or BWML. The pack did not ship an interpreter that
5
+ implemented those tags as runtime operations. A tag in a prompt does not by
6
+ itself create an agent, run a test, persist memory or enforce a validation gate.
7
+
8
+ The maintained workflows now use original Markdown procedures and the
9
+ [execution guide](execution.md). The [catalog](catalog.json) resolves stable
10
+ workflow IDs to shipped files. The host assistant reads those instructions and
11
+ uses its available tools; the CLI only prepares a read-only context bundle.
12
+
13
+ ## How earlier notation maps to supported behavior
14
+
15
+ | Earlier notation | Current explicit behavior |
16
+ | --- | --- |
17
+ | Workflow, phase and step tags | Read the selected workflow and perform its numbered procedure |
18
+ | Context tags and interpolated paths | Resolve the selected project, supported YAML config and real catalog resources |
19
+ | Agent and parallel tags | Create actual independent host agents when supported and appropriate; record assignments |
20
+ | Validation and guard tags | Run the named checks and record evidence, failures and unavailable checks |
21
+ | Memory tags | Read or write an actual authorized project report; record the path and what changed |
22
+ | Emit tags | Write the specified artifact and inspect it; no implicit event bus exists |
23
+ | Retry tags | Retry only when useful and justified by new evidence; record the attempt and remaining problem |
24
+ | Escalation and notification tags | Explain the specific dependency to the user; external messages need authorization |
25
+ | Fallback tags | State the available execution mode and its limitations without converting missing evidence into success |
26
+
27
+ Existing workflow IDs and persona names remain the public navigation contract.
28
+ Retained support files are compatibility instructions, not a second execution
29
+ engine. Consult the [pack README](../README.md) for the complete route list.
30
+
31
+ ## Configuration migration
32
+
33
+ Dev Studio reads `_bmad/config.yaml` in the selected project with explicit
34
+ defaults. It does not resolve `config.toml`, `config.user.toml`, per-agent TOML
35
+ overrides or imported placeholder paths. Review existing custom settings and map
36
+ only supported fields through the [customize workflow](../categories/utilities/customize.md).
37
+ Preserve the originals and unrelated project settings; a prose description of
38
+ merge rules cannot make an absent resolver work.
39
+
40
+ For custom workflow instructions, keep the user's changes and deliberately adapt
41
+ their required behavior to the common guide. Do not overwrite a locally modified
42
+ file merely because a new framework version exists. Read previous reports as
43
+ context and revalidate changed inputs before resuming.
44
+
45
+ ## What validation establishes
46
+
47
+ Catalog and package checks establish that declared routes and resources exist.
48
+ Preparation checks establish that inputs and configuration were loaded within
49
+ the supported boundaries. Neither establishes that an LLM executed a workflow,
50
+ that independent review occurred or that a project passed tests. Those claims
51
+ require actual host execution and recorded evidence.