bmad-plus 0.12.1 → 0.13.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 (176) hide show
  1. package/CHANGELOG.md +637 -580
  2. package/README.md +123 -120
  3. package/osint-agent-package/agents/osint-investigator.md +12 -0
  4. package/osint-agent-package/skills/bmad-osint-investigate/osint/SKILL.md +491 -482
  5. package/osint-agent-package/skills/bmad-osint-investigate/osint/assets/dossier-template.md +126 -126
  6. package/osint-agent-package/skills/bmad-osint-investigate/osint/assets/lawful-basis-record.md +48 -48
  7. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/content-extraction.md +100 -100
  8. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/gdpr-osint.md +48 -48
  9. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/platforms.md +130 -130
  10. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/psychoprofile.md +69 -69
  11. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/tools.md +281 -281
  12. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/mcp-client.py +136 -136
  13. package/package.json +106 -91
  14. package/readme-international/README.de.md +625 -594
  15. package/readme-international/README.es.md +642 -611
  16. package/readme-international/README.fr.md +640 -609
  17. package/src/bmad-plus/agents/agent-orchestrator/SKILL.md +2 -0
  18. package/src/bmad-plus/agents/agent-shadow/SKILL.md +18 -0
  19. package/src/bmad-plus/data/role-triggers.yaml +52 -0
  20. package/src/bmad-plus/module.yaml +333 -283
  21. package/src/bmad-plus/packs/pack-animated/animated-website-agent.md +325 -325
  22. package/src/bmad-plus/packs/pack-animated/templates/animated-website-workflow.md +55 -55
  23. package/src/bmad-plus/packs/pack-backup/backup-agent.md +71 -71
  24. package/src/bmad-plus/packs/pack-backup/templates/backup-workflow.md +51 -51
  25. package/src/bmad-plus/packs/pack-dev-studio/README.md +162 -162
  26. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/analyst-agent.md +73 -73
  27. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/document-project.md +61 -61
  28. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/domain-research.md +95 -95
  29. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/market-research.md +95 -95
  30. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/prfaq.md +134 -134
  31. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/product-brief.md +80 -80
  32. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/tech-writer-agent.md +73 -73
  33. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/technical-research.md +95 -95
  34. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/architect-agent.md +73 -73
  35. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-architecture.md +73 -73
  36. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-epics-stories.md +92 -92
  37. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/generate-project-context.md +80 -80
  38. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/implementation-readiness.md +90 -90
  39. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01-init.md +153 -153
  40. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01b-continue.md +173 -173
  41. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-02-context.md +224 -224
  42. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-03-starter.md +329 -329
  43. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-04-decisions.md +318 -318
  44. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-05-patterns.md +359 -359
  45. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-06-structure.md +379 -379
  46. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-07-validation.md +361 -361
  47. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-08-complete.md +81 -81
  48. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/checkpoint-preview.md +67 -67
  49. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-01-gather-context.md +85 -85
  50. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-02-review.md +35 -35
  51. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-03-triage.md +49 -49
  52. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-04-present.md +131 -131
  53. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review.md +89 -89
  54. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/correct-course.md +300 -300
  55. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/create-story.md +428 -428
  56. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-agent.md +73 -73
  57. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story-checklist.md +80 -80
  58. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story.md +484 -484
  59. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/investigate.md +193 -193
  60. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/qa-e2e-tests.md +175 -175
  61. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/quick-dev.md +110 -110
  62. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/retrospective.md +1511 -1511
  63. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-planning.md +298 -298
  64. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-status.md +296 -296
  65. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-prd.md +29 -29
  66. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-ux-design.md +74 -74
  67. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/edit-prd.md +29 -29
  68. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/pm-agent.md +73 -73
  69. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/prd.md +89 -89
  70. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/ux-designer-agent.md +73 -73
  71. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/validate-prd.md +29 -29
  72. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/advanced-elicitation.md +141 -141
  73. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/adversarial-review.md +37 -37
  74. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/bmad-help.md +75 -75
  75. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/brainstorming.md +6 -6
  76. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/customize.md +110 -110
  77. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/distillator.md +176 -176
  78. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/edge-case-hunter.md +67 -67
  79. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-prose.md +86 -86
  80. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-structure.md +179 -179
  81. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/index-docs.md +66 -66
  82. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/party-mode.md +127 -127
  83. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/shard-doc.md +105 -105
  84. package/src/bmad-plus/packs/pack-dev-studio/dev-studio-orchestrator.md +120 -120
  85. package/src/bmad-plus/packs/pack-dev-studio/shared/architecture-decision-template.md +12 -12
  86. package/src/bmad-plus/packs/pack-dev-studio/shared/bwml-spec.md +328 -328
  87. package/src/bmad-plus/packs/pack-dev-studio/shared/module-help.csv +32 -32
  88. package/src/bmad-plus/packs/pack-dev-studio/upstream-sync.yaml +81 -81
  89. package/src/bmad-plus/packs/pack-seo/SKILL.md +171 -171
  90. package/src/bmad-plus/packs/pack-seo/checklist.md +140 -140
  91. package/src/bmad-plus/packs/pack-seo/pagespeed-playbook.md +320 -320
  92. package/src/bmad-plus/packs/pack-seo/ref/audit-schema.json +187 -187
  93. package/src/bmad-plus/packs/pack-seo/ref/cwv-thresholds.md +87 -87
  94. package/src/bmad-plus/packs/pack-seo/ref/eeat-criteria.md +123 -123
  95. package/src/bmad-plus/packs/pack-seo/ref/geo-signals.md +167 -167
  96. package/src/bmad-plus/packs/pack-seo/ref/hreflang-rules.md +153 -153
  97. package/src/bmad-plus/packs/pack-seo/ref/quality-gates.md +133 -133
  98. package/src/bmad-plus/packs/pack-seo/ref/schema-catalog.md +91 -91
  99. package/src/bmad-plus/packs/pack-seo/ref/schema-templates.json +356 -356
  100. package/src/bmad-plus/packs/pack-seo/requirements.txt +17 -0
  101. package/src/bmad-plus/packs/pack-seo/scripts/seo_apis.py +456 -0
  102. package/src/bmad-plus/packs/pack-seo/scripts/seo_crawl.py +359 -0
  103. package/src/bmad-plus/packs/pack-seo/scripts/seo_fetch.py +303 -0
  104. package/src/bmad-plus/packs/pack-seo/scripts/seo_parse.py +255 -0
  105. package/src/bmad-plus/packs/pack-seo/scripts/seo_report.py +409 -0
  106. package/src/bmad-plus/packs/pack-seo/scripts/seo_screenshot.py +202 -0
  107. package/src/bmad-plus/packs/pack-seo/seo-chief.md +294 -294
  108. package/src/bmad-plus/packs/pack-seo/seo-judge.md +241 -241
  109. package/src/bmad-plus/packs/pack-seo/seo-scout.md +171 -171
  110. package/src/bmad-plus/packs/pack-seo/templates/seo-audit-workflow.md +241 -241
  111. package/src/bmad-plus/packs/pack-shield/README.md +6 -6
  112. package/src/bmad-plus/packs/pack-shield/SKILL.md +2 -2
  113. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/csrd-agent.md +11 -11
  114. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/section508-agent.md +11 -11
  115. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/wcag-agent.md +11 -11
  116. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/eu-ai-act-agent.md +11 -11
  117. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/iso42001-agent.md +11 -11
  118. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/nist-ai-rmf-agent.md +11 -11
  119. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/cis-controls-agent.md +11 -11
  120. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/ism-agent.md +11 -11
  121. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/iso27001-agent.md +11 -11
  122. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nis2-agent.md +11 -11
  123. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-800-53-agent.md +11 -11
  124. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-csf-agent.md +11 -11
  125. package/src/bmad-plus/packs/pack-shield/categories/defense-export/cmmc-agent.md +11 -11
  126. package/src/bmad-plus/packs/pack-shield/categories/defense-export/ear-agent.md +11 -11
  127. package/src/bmad-plus/packs/pack-shield/categories/defense-export/itar-agent.md +11 -11
  128. package/src/bmad-plus/packs/pack-shield/categories/defense-export/tsa-agent.md +11 -11
  129. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/dora-agent.md +11 -11
  130. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/fedramp-agent.md +11 -11
  131. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/hipaa-agent.md +11 -11
  132. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/pci-dss-agent.md +11 -11
  133. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/soc2-agent.md +11 -11
  134. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/swift-csp-agent.md +11 -11
  135. package/src/bmad-plus/packs/pack-shield/shield-orchestrator.md +1 -1
  136. package/src/bmad-plus/skills/bmad-plus-autopilot/SKILL.md +1 -1
  137. package/tools/bmad-plus-npx.js +4 -2
  138. package/tools/build/adapters.config.js +60 -51
  139. package/tools/build/check-counts.js +626 -0
  140. package/tools/build/check-install-contract.js +298 -0
  141. package/tools/build/generate-adapters.js +252 -56
  142. package/tools/build/generate.js +187 -10
  143. package/tools/build/generated-adapters/.codex/AGENTS.md +20 -7
  144. package/tools/build/generated-adapters/.cursor/rules/bmad-plus.mdc +20 -7
  145. package/tools/build/generated-adapters/.opencode/AGENTS.md +20 -7
  146. package/tools/build/generated-adapters/AGENTS.md +20 -7
  147. package/tools/build/generated-adapters/CLAUDE.md +20 -7
  148. package/tools/build/generated-adapters/CONVENTIONS.md +20 -7
  149. package/tools/build/generated-adapters/GEMINI.md +20 -7
  150. package/tools/build/module.template.yaml +82 -0
  151. package/tools/cli/bmad-plus-cli.js +16 -1
  152. package/tools/cli/commands/autoconfig.js +470 -470
  153. package/tools/cli/commands/doctor.js +205 -233
  154. package/tools/cli/commands/install.js +543 -501
  155. package/tools/cli/commands/memory-journal-cmd.js +311 -311
  156. package/tools/cli/commands/memory.js +195 -195
  157. package/tools/cli/commands/scan.js +348 -348
  158. package/tools/cli/commands/uninstall.js +209 -101
  159. package/tools/cli/commands/update-check.js +31 -0
  160. package/tools/cli/commands/update-policy.js +39 -0
  161. package/tools/cli/commands/update.js +123 -134
  162. package/tools/cli/i18n.js +905 -845
  163. package/tools/cli/lib/README-memory-journal.md +125 -125
  164. package/tools/cli/lib/ide-config.js +10 -259
  165. package/tools/cli/lib/install-manifest.js +17 -0
  166. package/tools/cli/lib/installed-adapters.js +89 -0
  167. package/tools/cli/lib/npm-runner.js +177 -0
  168. package/tools/cli/lib/pack-copy.js +62 -66
  169. package/tools/cli/lib/packs.js +437 -3
  170. package/tools/cli/lib/python-provision.js +508 -508
  171. package/tools/cli/lib/stack-detect.js +102 -102
  172. package/tools/cli/lib/update-check.js +153 -0
  173. package/tools/cli/lib/update-dispatch.js +182 -0
  174. package/tools/cli/lib/update-policy.js +90 -0
  175. package/tools/cli/lib/update-transaction.js +334 -0
  176. package/tools/cli/lib/validate.js +50 -50
@@ -62,7 +62,7 @@ const PACKS = {
62
62
  "skills": [],
63
63
  "packDir": "pack-shield",
64
64
  "packSrcDir": "packs",
65
- "desc": "GRC compliance (25+ frameworks)"
65
+ "desc": "GRC compliance (26 frameworks)"
66
66
  },
67
67
  "seo": {
68
68
  "name": "SEO",
@@ -99,7 +99,7 @@ const PACKS = {
99
99
  ],
100
100
  "packDir": "pack-dev-studio",
101
101
  "packSrcDir": "packs",
102
- "desc": "SDLC automation (6 agents, 56+ skills)"
102
+ "desc": "SDLC automation (6 agents, specialized workflows)"
103
103
  },
104
104
  "backup": {
105
105
  "name": "Backup",
@@ -206,4 +206,438 @@ const EXPECTED_AGENTS = {
206
206
  }
207
207
  };
208
208
 
209
- module.exports = { PACKS, PACK_ORDER, EXPECTED_AGENTS };
209
+ const DERIVED = {
210
+ "product": {
211
+ "code": "bmad-plus",
212
+ "displayName": "BMAD+",
213
+ "version": "0.13.0",
214
+ "derivedFrom": "BMAD-METHOD v6.6.0"
215
+ },
216
+ "packOrder": [
217
+ "core",
218
+ "osint",
219
+ "maker",
220
+ "shield",
221
+ "seo",
222
+ "memory",
223
+ "dev-studio",
224
+ "backup",
225
+ "animated"
226
+ ],
227
+ "packCount": 9,
228
+ "installerAgents": 14,
229
+ "totalAgents": 47,
230
+ "languages": [
231
+ "en",
232
+ "fr",
233
+ "es",
234
+ "de",
235
+ "pt-br",
236
+ "ru",
237
+ "zh",
238
+ "he",
239
+ "ja",
240
+ "it"
241
+ ],
242
+ "packs": {
243
+ "core": {
244
+ "id": "core",
245
+ "order": 0,
246
+ "name": "Core",
247
+ "displayName": "Core Development",
248
+ "required": true,
249
+ "installerAgentCount": 4,
250
+ "categoryAgentCount": 0,
251
+ "agentCount": 4,
252
+ "subAgentCount": 0,
253
+ "workflowCount": 0,
254
+ "frameworkCount": 0,
255
+ "categoryCount": 0,
256
+ "skillCount": 3,
257
+ "referenceFiles": 0,
258
+ "categoryAgentCounts": [],
259
+ "personas": [
260
+ {
261
+ "id": "agent-strategist",
262
+ "name": "Atlas",
263
+ "role": "Strategist",
264
+ "description": "Business analysis + Product management"
265
+ },
266
+ {
267
+ "id": "agent-architect-dev",
268
+ "name": "Forge",
269
+ "role": "Architect-Dev",
270
+ "description": "Architecture + Development + Documentation"
271
+ },
272
+ {
273
+ "id": "agent-quality",
274
+ "name": "Sentinel",
275
+ "role": "Quality",
276
+ "description": "QA + UX review"
277
+ },
278
+ {
279
+ "id": "agent-orchestrator",
280
+ "name": "Nexus",
281
+ "role": "Orchestrator",
282
+ "description": "Sprint management + Autopilot + Parallel execution"
283
+ }
284
+ ],
285
+ "summary": "Multi-role agents for the full development lifecycle.",
286
+ "desc": "Core agents & skills",
287
+ "description": "Core agents & skills"
288
+ },
289
+ "osint": {
290
+ "id": "osint",
291
+ "order": 1,
292
+ "name": "OSINT",
293
+ "displayName": "OSINT Intelligence",
294
+ "required": false,
295
+ "installerAgentCount": 1,
296
+ "categoryAgentCount": 0,
297
+ "agentCount": 1,
298
+ "subAgentCount": 0,
299
+ "workflowCount": 0,
300
+ "frameworkCount": 2,
301
+ "categoryCount": 0,
302
+ "skillCount": 0,
303
+ "referenceFiles": 0,
304
+ "categoryAgentCounts": [],
305
+ "personas": [
306
+ {
307
+ "id": "agent-shadow",
308
+ "name": "Shadow",
309
+ "role": "OSINT",
310
+ "description": "Investigation + Scraping + Psychoprofiling"
311
+ }
312
+ ],
313
+ "summary": "Investigation & scraping (55+ Apify actors, 7 APIs).",
314
+ "desc": "OSINT & investigation",
315
+ "description": "OSINT & investigation"
316
+ },
317
+ "maker": {
318
+ "id": "maker",
319
+ "order": 2,
320
+ "name": "Maker",
321
+ "displayName": "Agent Creator",
322
+ "required": false,
323
+ "installerAgentCount": 1,
324
+ "categoryAgentCount": 0,
325
+ "agentCount": 1,
326
+ "subAgentCount": 0,
327
+ "workflowCount": 0,
328
+ "frameworkCount": 0,
329
+ "categoryCount": 0,
330
+ "skillCount": 0,
331
+ "referenceFiles": 0,
332
+ "categoryAgentCounts": [],
333
+ "personas": [
334
+ {
335
+ "id": "agent-maker",
336
+ "name": "Maker",
337
+ "role": "Agent Creator",
338
+ "description": "Design, build, validate, and package new BMAD+ agents"
339
+ }
340
+ ],
341
+ "summary": "Design, build, validate, and package new BMAD+-compatible agents.",
342
+ "desc": "Agent creation toolkit",
343
+ "description": "Agent creation toolkit"
344
+ },
345
+ "shield": {
346
+ "id": "shield",
347
+ "order": 3,
348
+ "name": "Shield",
349
+ "displayName": "Shield — GRC Compliance",
350
+ "required": false,
351
+ "installerAgentCount": 1,
352
+ "categoryAgentCount": 27,
353
+ "agentCount": 27,
354
+ "subAgentCount": 0,
355
+ "workflowCount": 11,
356
+ "frameworkCount": 26,
357
+ "categoryCount": 6,
358
+ "skillCount": 0,
359
+ "referenceFiles": 79,
360
+ "categoryAgentCounts": [
361
+ 5,
362
+ 6,
363
+ 6,
364
+ 4,
365
+ 3,
366
+ 3
367
+ ],
368
+ "personas": [
369
+ {
370
+ "id": "shield-orchestrator",
371
+ "name": "Shield",
372
+ "role": "GRC",
373
+ "description": "Compliance agents for GDPR, ISO 27001, SOC 2, HIPAA, EU AI Act, DORA, NIS2 and more"
374
+ }
375
+ ],
376
+ "summary": "27 compliance agents + 11 workflows across 26+ frameworks.",
377
+ "desc": "GRC compliance (26 frameworks)",
378
+ "description": "GRC compliance (26 frameworks)"
379
+ },
380
+ "seo": {
381
+ "id": "seo",
382
+ "order": 4,
383
+ "name": "SEO",
384
+ "displayName": "SEO Audit 360",
385
+ "required": false,
386
+ "installerAgentCount": 3,
387
+ "categoryAgentCount": 0,
388
+ "agentCount": 3,
389
+ "subAgentCount": 0,
390
+ "workflowCount": 0,
391
+ "frameworkCount": 1,
392
+ "categoryCount": 0,
393
+ "skillCount": 0,
394
+ "referenceFiles": 0,
395
+ "categoryAgentCounts": [],
396
+ "personas": [
397
+ {
398
+ "id": "seo-scout",
399
+ "name": "SEO Scout",
400
+ "role": "Technical Scanner",
401
+ "description": "Crawling + technical inspection + performance"
402
+ },
403
+ {
404
+ "id": "seo-chief",
405
+ "name": "SEO Chief",
406
+ "role": "Strategist & Reporter",
407
+ "description": "Scoring + strategy + reporting"
408
+ },
409
+ {
410
+ "id": "seo-judge",
411
+ "name": "SEO Judge",
412
+ "role": "Content & AI Analyst",
413
+ "description": "Content quality + structured data + GEO analysis"
414
+ }
415
+ ],
416
+ "summary": "3 agents (Scout, Chief, Judge) + 6-phase audit + PageSpeed loop.",
417
+ "desc": "SEO audit & optimization",
418
+ "description": "SEO audit & optimization"
419
+ },
420
+ "memory": {
421
+ "id": "memory",
422
+ "order": 5,
423
+ "name": "Memory",
424
+ "displayName": "Memory — Persistent Brain",
425
+ "required": false,
426
+ "installerAgentCount": 1,
427
+ "categoryAgentCount": 0,
428
+ "agentCount": 1,
429
+ "subAgentCount": 0,
430
+ "workflowCount": 0,
431
+ "frameworkCount": 0,
432
+ "categoryCount": 0,
433
+ "skillCount": 0,
434
+ "referenceFiles": 0,
435
+ "categoryAgentCounts": [],
436
+ "personas": [
437
+ {
438
+ "id": "zecher",
439
+ "name": "Zecher",
440
+ "role": "Memory Archivist",
441
+ "description": "Persistent cross-session memory, consolidation, project scanning, context recall, session handoffs",
442
+ "alias": "זכר, Memory Guardian"
443
+ }
444
+ ],
445
+ "summary": "Cross-session memory + project scanner + Karpathy guardrails.",
446
+ "desc": "Persistent cross-session memory",
447
+ "description": "Persistent cross-session memory"
448
+ },
449
+ "dev-studio": {
450
+ "id": "dev-studio",
451
+ "order": 6,
452
+ "name": "Dev Studio",
453
+ "displayName": "Dev Studio — Full SDLC",
454
+ "required": false,
455
+ "installerAgentCount": 1,
456
+ "categoryAgentCount": 0,
457
+ "agentCount": 6,
458
+ "subAgentCount": 6,
459
+ "workflowCount": 38,
460
+ "frameworkCount": 0,
461
+ "categoryCount": 5,
462
+ "skillCount": 1,
463
+ "referenceFiles": 0,
464
+ "categoryAgentCounts": [
465
+ 0,
466
+ 0,
467
+ 0,
468
+ 0,
469
+ 0
470
+ ],
471
+ "personas": [
472
+ {
473
+ "id": "analyst-agent",
474
+ "name": "Miriam",
475
+ "role": "Business Analyst",
476
+ "description": "Strategic analysis, research, product briefs",
477
+ "alias": "מרים"
478
+ },
479
+ {
480
+ "id": "tech-writer-agent",
481
+ "name": "Huldah",
482
+ "role": "Technical Writer",
483
+ "description": "Documentation, diagrams, editorial review",
484
+ "alias": "חולדה"
485
+ },
486
+ {
487
+ "id": "pm-agent",
488
+ "name": "Yosef",
489
+ "role": "Product Manager",
490
+ "description": "PRD, requirements, feature prioritization",
491
+ "alias": "יוסף"
492
+ },
493
+ {
494
+ "id": "ux-designer-agent",
495
+ "name": "Rachel",
496
+ "role": "UX Designer",
497
+ "description": "User experience, wireframes, empathy mapping",
498
+ "alias": "רחל"
499
+ },
500
+ {
501
+ "id": "architect-agent",
502
+ "name": "Bezalel",
503
+ "role": "System Architect",
504
+ "description": "Architecture, ADRs, epics & stories",
505
+ "alias": "בצלאל"
506
+ },
507
+ {
508
+ "id": "dev-agent",
509
+ "name": "Oholiab",
510
+ "role": "Senior Engineer",
511
+ "description": "TDD, sprint, code review, implementation",
512
+ "alias": "אהליאב"
513
+ }
514
+ ],
515
+ "summary": "6 specialized agents + 38 workflows: Analysis → Planning → Architecture → Implementation → Review.",
516
+ "desc": "SDLC automation (6 agents, specialized workflows)",
517
+ "description": "SDLC automation (6 agents, specialized workflows)"
518
+ },
519
+ "backup": {
520
+ "id": "backup",
521
+ "order": 7,
522
+ "name": "Backup",
523
+ "displayName": "Universal Backup",
524
+ "required": false,
525
+ "installerAgentCount": 1,
526
+ "categoryAgentCount": 0,
527
+ "agentCount": 1,
528
+ "subAgentCount": 0,
529
+ "workflowCount": 0,
530
+ "frameworkCount": 0,
531
+ "categoryCount": 0,
532
+ "skillCount": 0,
533
+ "referenceFiles": 0,
534
+ "categoryAgentCounts": [],
535
+ "personas": [
536
+ {
537
+ "id": "backup-agent",
538
+ "name": "Backup Manager",
539
+ "role": "Backup & Restore",
540
+ "description": "Timestamped backups, restoration, and rotation"
541
+ }
542
+ ],
543
+ "summary": "Timestamped ZIP backup with smart exclusions.",
544
+ "desc": "Backup & restore",
545
+ "description": "Backup & restore"
546
+ },
547
+ "animated": {
548
+ "id": "animated",
549
+ "order": 8,
550
+ "name": "Animated",
551
+ "displayName": "Animated Website",
552
+ "required": false,
553
+ "installerAgentCount": 1,
554
+ "categoryAgentCount": 0,
555
+ "agentCount": 1,
556
+ "subAgentCount": 0,
557
+ "workflowCount": 0,
558
+ "frameworkCount": 0,
559
+ "categoryCount": 0,
560
+ "skillCount": 0,
561
+ "referenceFiles": 0,
562
+ "categoryAgentCounts": [],
563
+ "personas": [
564
+ {
565
+ "id": "animated-website-agent",
566
+ "name": "Animated Website Creator",
567
+ "role": "Website Builder",
568
+ "description": "Video-driven scrolling websites"
569
+ }
570
+ ],
571
+ "summary": "Luxury scroll-driven website from video.",
572
+ "desc": "Animated website agents",
573
+ "description": "Animated website agents"
574
+ }
575
+ },
576
+ "pythonPacks": {
577
+ "seo": {
578
+ "requirements": [
579
+ "src",
580
+ "bmad-plus",
581
+ "packs",
582
+ "pack-seo",
583
+ "requirements.txt"
584
+ ],
585
+ "verifyModules": [
586
+ "requests",
587
+ "bs4",
588
+ "defusedxml",
589
+ "lxml"
590
+ ]
591
+ },
592
+ "memory": {
593
+ "requirements": [
594
+ "mcp-server",
595
+ "requirements.txt"
596
+ ],
597
+ "verifyModules": [
598
+ "chromadb"
599
+ ]
600
+ }
601
+ },
602
+ "targets": {
603
+ "spine": "AGENTS.md",
604
+ "adapters": [
605
+ {
606
+ "tool": "claude-code",
607
+ "file": "CLAUDE.md"
608
+ },
609
+ {
610
+ "tool": "gemini-cli",
611
+ "file": "GEMINI.md"
612
+ },
613
+ {
614
+ "tool": "antigravity",
615
+ "file": "GEMINI.md"
616
+ },
617
+ {
618
+ "tool": "cursor",
619
+ "file": ".cursor/rules/bmad-plus.mdc"
620
+ },
621
+ {
622
+ "tool": "codex-cli",
623
+ "file": ".codex/AGENTS.md"
624
+ },
625
+ {
626
+ "tool": "opencode",
627
+ "file": ".opencode/AGENTS.md"
628
+ },
629
+ {
630
+ "tool": "aider",
631
+ "file": "CONVENTIONS.md"
632
+ }
633
+ ],
634
+ "models_supported": [
635
+ "claude",
636
+ "gpt",
637
+ "gemini",
638
+ "local"
639
+ ]
640
+ }
641
+ };
642
+
643
+ module.exports = { PACKS, PACK_ORDER, EXPECTED_AGENTS, DERIVED };