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
@@ -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,547 @@ 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.14.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
+ "runtimes": [
260
+ "node"
261
+ ],
262
+ "requiredResources": [
263
+ ".agents/skills/agent-strategist/SKILL.md",
264
+ ".agents/skills/agent-architect-dev/SKILL.md",
265
+ ".agents/skills/agent-quality/SKILL.md",
266
+ ".agents/skills/agent-orchestrator/SKILL.md",
267
+ ".agents/skills/bmad-plus-autopilot/SKILL.md",
268
+ ".agents/skills/bmad-plus-parallel/SKILL.md",
269
+ ".agents/skills/bmad-plus-sync/SKILL.md",
270
+ ".agents/data/role-triggers.yaml"
271
+ ],
272
+ "personas": [
273
+ {
274
+ "id": "agent-strategist",
275
+ "name": "Atlas",
276
+ "role": "Strategist",
277
+ "description": "Business analysis + Product management"
278
+ },
279
+ {
280
+ "id": "agent-architect-dev",
281
+ "name": "Forge",
282
+ "role": "Architect-Dev",
283
+ "description": "Architecture + Development + Documentation"
284
+ },
285
+ {
286
+ "id": "agent-quality",
287
+ "name": "Sentinel",
288
+ "role": "Quality",
289
+ "description": "QA + UX review"
290
+ },
291
+ {
292
+ "id": "agent-orchestrator",
293
+ "name": "Nexus",
294
+ "role": "Orchestrator",
295
+ "description": "Sprint management + Autopilot + Parallel execution"
296
+ }
297
+ ],
298
+ "summary": "Multi-role agents for the full development lifecycle.",
299
+ "desc": "Core agents & skills",
300
+ "description": "Core agents & skills"
301
+ },
302
+ "osint": {
303
+ "id": "osint",
304
+ "order": 1,
305
+ "name": "OSINT",
306
+ "displayName": "OSINT Intelligence",
307
+ "required": false,
308
+ "installerAgentCount": 1,
309
+ "categoryAgentCount": 0,
310
+ "agentCount": 1,
311
+ "subAgentCount": 0,
312
+ "workflowCount": 0,
313
+ "frameworkCount": 2,
314
+ "categoryCount": 0,
315
+ "skillCount": 0,
316
+ "referenceFiles": 0,
317
+ "categoryAgentCounts": [],
318
+ "runtimes": [
319
+ "node"
320
+ ],
321
+ "requiredResources": [
322
+ ".agents/skills/agent-shadow/SKILL.md"
323
+ ],
324
+ "personas": [
325
+ {
326
+ "id": "agent-shadow",
327
+ "name": "Shadow",
328
+ "role": "OSINT",
329
+ "description": "Investigation + Scraping + Psychoprofiling"
330
+ }
331
+ ],
332
+ "summary": "Investigation & scraping (55+ Apify actors, 7 APIs).",
333
+ "desc": "OSINT & investigation",
334
+ "description": "OSINT & investigation"
335
+ },
336
+ "maker": {
337
+ "id": "maker",
338
+ "order": 2,
339
+ "name": "Maker",
340
+ "displayName": "Agent Creator",
341
+ "required": false,
342
+ "installerAgentCount": 1,
343
+ "categoryAgentCount": 0,
344
+ "agentCount": 1,
345
+ "subAgentCount": 0,
346
+ "workflowCount": 0,
347
+ "frameworkCount": 0,
348
+ "categoryCount": 0,
349
+ "skillCount": 0,
350
+ "referenceFiles": 0,
351
+ "categoryAgentCounts": [],
352
+ "runtimes": [
353
+ "node"
354
+ ],
355
+ "requiredResources": [
356
+ ".agents/skills/agent-maker/SKILL.md"
357
+ ],
358
+ "personas": [
359
+ {
360
+ "id": "agent-maker",
361
+ "name": "Maker",
362
+ "role": "Agent Creator",
363
+ "description": "Design, build, validate, and package new BMAD+ agents"
364
+ }
365
+ ],
366
+ "summary": "Design, build, validate, and package new BMAD+-compatible agents.",
367
+ "desc": "Agent creation toolkit",
368
+ "description": "Agent creation toolkit"
369
+ },
370
+ "shield": {
371
+ "id": "shield",
372
+ "order": 3,
373
+ "name": "Shield",
374
+ "displayName": "Shield — GRC Compliance",
375
+ "required": false,
376
+ "installerAgentCount": 1,
377
+ "categoryAgentCount": 27,
378
+ "agentCount": 27,
379
+ "subAgentCount": 0,
380
+ "workflowCount": 11,
381
+ "frameworkCount": 26,
382
+ "categoryCount": 6,
383
+ "skillCount": 0,
384
+ "referenceFiles": 79,
385
+ "categoryAgentCounts": [
386
+ 5,
387
+ 6,
388
+ 6,
389
+ 4,
390
+ 3,
391
+ 3
392
+ ],
393
+ "runtimes": [
394
+ "node"
395
+ ],
396
+ "requiredResources": [
397
+ ".agents/skills/pack-shield/shield-orchestrator.md",
398
+ ".agents/skills/pack-shield/SKILL.md"
399
+ ],
400
+ "personas": [
401
+ {
402
+ "id": "shield-orchestrator",
403
+ "name": "Shield",
404
+ "role": "GRC",
405
+ "description": "Compliance agents for GDPR, ISO 27001, SOC 2, HIPAA, EU AI Act, DORA, NIS2 and more"
406
+ }
407
+ ],
408
+ "summary": "27 compliance agents + 11 workflows across 26+ frameworks.",
409
+ "desc": "GRC compliance (26 frameworks)",
410
+ "description": "GRC compliance (26 frameworks)"
411
+ },
412
+ "seo": {
413
+ "id": "seo",
414
+ "order": 4,
415
+ "name": "SEO",
416
+ "displayName": "SEO Audit 360",
417
+ "required": false,
418
+ "installerAgentCount": 3,
419
+ "categoryAgentCount": 0,
420
+ "agentCount": 3,
421
+ "subAgentCount": 0,
422
+ "workflowCount": 0,
423
+ "frameworkCount": 1,
424
+ "categoryCount": 0,
425
+ "skillCount": 0,
426
+ "referenceFiles": 0,
427
+ "categoryAgentCounts": [],
428
+ "runtimes": [
429
+ "node",
430
+ "python"
431
+ ],
432
+ "requiredResources": [
433
+ ".agents/skills/pack-seo/seo-scout.md",
434
+ ".agents/skills/pack-seo/seo-chief.md",
435
+ ".agents/skills/pack-seo/seo-judge.md",
436
+ ".agents/skills/pack-seo/SKILL.md",
437
+ ".agents/skills/pack-seo/scripts/seo_fetch.py"
438
+ ],
439
+ "personas": [
440
+ {
441
+ "id": "seo-scout",
442
+ "name": "SEO Scout",
443
+ "role": "Technical Scanner",
444
+ "description": "Crawling + technical inspection + performance"
445
+ },
446
+ {
447
+ "id": "seo-chief",
448
+ "name": "SEO Chief",
449
+ "role": "Strategist & Reporter",
450
+ "description": "Scoring + strategy + reporting"
451
+ },
452
+ {
453
+ "id": "seo-judge",
454
+ "name": "SEO Judge",
455
+ "role": "Content & AI Analyst",
456
+ "description": "Content quality + structured data + GEO analysis"
457
+ }
458
+ ],
459
+ "summary": "3 agents (Scout, Chief, Judge) + 6-phase audit + PageSpeed loop.",
460
+ "desc": "SEO audit & optimization",
461
+ "description": "SEO audit & optimization"
462
+ },
463
+ "memory": {
464
+ "id": "memory",
465
+ "order": 5,
466
+ "name": "Memory",
467
+ "displayName": "Memory — Persistent Brain",
468
+ "required": false,
469
+ "installerAgentCount": 1,
470
+ "categoryAgentCount": 0,
471
+ "agentCount": 1,
472
+ "subAgentCount": 0,
473
+ "workflowCount": 0,
474
+ "frameworkCount": 0,
475
+ "categoryCount": 0,
476
+ "skillCount": 0,
477
+ "referenceFiles": 0,
478
+ "categoryAgentCounts": [],
479
+ "runtimes": [
480
+ "node"
481
+ ],
482
+ "requiredResources": [
483
+ ".agents/skills/pack-memory/zecher-agent.md",
484
+ ".agents/skills/pack-memory/memory-orchestrator.md"
485
+ ],
486
+ "personas": [
487
+ {
488
+ "id": "zecher",
489
+ "name": "Zecher",
490
+ "role": "Memory Archivist",
491
+ "description": "Persistent cross-session memory, consolidation, project scanning, context recall, session handoffs",
492
+ "alias": "זכר, Memory Guardian"
493
+ }
494
+ ],
495
+ "summary": "Cross-session memory + project scanner + Karpathy guardrails.",
496
+ "desc": "Persistent cross-session memory",
497
+ "description": "Persistent cross-session memory"
498
+ },
499
+ "dev-studio": {
500
+ "id": "dev-studio",
501
+ "order": 6,
502
+ "name": "Dev Studio",
503
+ "displayName": "Dev Studio — Full SDLC",
504
+ "required": false,
505
+ "installerAgentCount": 1,
506
+ "categoryAgentCount": 0,
507
+ "agentCount": 6,
508
+ "subAgentCount": 6,
509
+ "workflowCount": 38,
510
+ "frameworkCount": 0,
511
+ "categoryCount": 5,
512
+ "skillCount": 1,
513
+ "referenceFiles": 0,
514
+ "categoryAgentCounts": [
515
+ 0,
516
+ 0,
517
+ 0,
518
+ 0,
519
+ 0
520
+ ],
521
+ "runtimes": [
522
+ "node"
523
+ ],
524
+ "requiredResources": [
525
+ ".agents/skills/pack-dev-studio/dev-studio-orchestrator.md",
526
+ ".agents/skills/dev-studio/SKILL.md",
527
+ ".agents/skills/pack-dev-studio/SKILL.md",
528
+ ".agents/skills/pack-dev-studio/shared/catalog.json",
529
+ ".agents/skills/pack-dev-studio/shared/execution.md",
530
+ ".agents/skills/pack-dev-studio/categories/planning/create-ux-design.md",
531
+ ".agents/skills/pack-dev-studio/categories/planning/steps/step-01-init.md"
532
+ ],
533
+ "personas": [
534
+ {
535
+ "id": "analyst-agent",
536
+ "name": "Miriam",
537
+ "role": "Business Analyst",
538
+ "description": "Strategic analysis, research, product briefs",
539
+ "alias": "מרים"
540
+ },
541
+ {
542
+ "id": "tech-writer-agent",
543
+ "name": "Huldah",
544
+ "role": "Technical Writer",
545
+ "description": "Documentation, diagrams, editorial review",
546
+ "alias": "חולדה"
547
+ },
548
+ {
549
+ "id": "pm-agent",
550
+ "name": "Yosef",
551
+ "role": "Product Manager",
552
+ "description": "PRD, requirements, feature prioritization",
553
+ "alias": "יוסף"
554
+ },
555
+ {
556
+ "id": "ux-designer-agent",
557
+ "name": "Rachel",
558
+ "role": "UX Designer",
559
+ "description": "User experience, wireframes, empathy mapping",
560
+ "alias": "רחל"
561
+ },
562
+ {
563
+ "id": "architect-agent",
564
+ "name": "Bezalel",
565
+ "role": "System Architect",
566
+ "description": "Architecture, ADRs, epics & stories",
567
+ "alias": "בצלאל"
568
+ },
569
+ {
570
+ "id": "dev-agent",
571
+ "name": "Oholiab",
572
+ "role": "Senior Engineer",
573
+ "description": "TDD, sprint, code review, implementation",
574
+ "alias": "אהליאב"
575
+ }
576
+ ],
577
+ "summary": "6 specialized agents + 38 workflows: Analysis → Planning → Architecture → Implementation → Review.",
578
+ "desc": "SDLC automation (6 agents, specialized workflows)",
579
+ "description": "SDLC automation (6 agents, specialized workflows)"
580
+ },
581
+ "backup": {
582
+ "id": "backup",
583
+ "order": 7,
584
+ "name": "Backup",
585
+ "displayName": "Universal Backup",
586
+ "required": false,
587
+ "installerAgentCount": 1,
588
+ "categoryAgentCount": 0,
589
+ "agentCount": 1,
590
+ "subAgentCount": 0,
591
+ "workflowCount": 0,
592
+ "frameworkCount": 0,
593
+ "categoryCount": 0,
594
+ "skillCount": 0,
595
+ "referenceFiles": 0,
596
+ "categoryAgentCounts": [],
597
+ "runtimes": [
598
+ "node"
599
+ ],
600
+ "requiredResources": [
601
+ ".agents/skills/pack-backup/backup-agent.md"
602
+ ],
603
+ "personas": [
604
+ {
605
+ "id": "backup-agent",
606
+ "name": "Backup Manager",
607
+ "role": "Backup & Restore",
608
+ "description": "Timestamped backups, restoration, and rotation"
609
+ }
610
+ ],
611
+ "summary": "Timestamped ZIP backup with smart exclusions.",
612
+ "desc": "Backup & restore",
613
+ "description": "Backup & restore"
614
+ },
615
+ "animated": {
616
+ "id": "animated",
617
+ "order": 8,
618
+ "name": "Animated",
619
+ "displayName": "Animated Website",
620
+ "required": false,
621
+ "installerAgentCount": 1,
622
+ "categoryAgentCount": 0,
623
+ "agentCount": 1,
624
+ "subAgentCount": 0,
625
+ "workflowCount": 0,
626
+ "frameworkCount": 0,
627
+ "categoryCount": 0,
628
+ "skillCount": 0,
629
+ "referenceFiles": 0,
630
+ "categoryAgentCounts": [],
631
+ "runtimes": [
632
+ "node"
633
+ ],
634
+ "requiredResources": [
635
+ ".agents/skills/pack-animated/animated-website-agent.md"
636
+ ],
637
+ "personas": [
638
+ {
639
+ "id": "animated-website-agent",
640
+ "name": "Animated Website Creator",
641
+ "role": "Website Builder",
642
+ "description": "Video-driven scrolling websites"
643
+ }
644
+ ],
645
+ "summary": "Luxury scroll-driven website from video.",
646
+ "desc": "Animated website agents",
647
+ "description": "Animated website agents"
648
+ }
649
+ },
650
+ "pythonPacks": {
651
+ "seo": {
652
+ "requirements": [
653
+ "src",
654
+ "bmad-plus",
655
+ "packs",
656
+ "pack-seo",
657
+ "requirements.txt"
658
+ ],
659
+ "verifyModules": [
660
+ "requests",
661
+ "bs4",
662
+ "defusedxml",
663
+ "lxml"
664
+ ]
665
+ }
666
+ },
667
+ "diagnostics": {
668
+ "schemaVersion": 1,
669
+ "runtimeMinimums": {
670
+ "node": "20.0.0",
671
+ "python": "3.11"
672
+ },
673
+ "integrations": {
674
+ "claude-code": {
675
+ "instructionFile": "CLAUDE.md",
676
+ "execution": "host-managed",
677
+ "lifecycleEvents": "not-integrated"
678
+ },
679
+ "gemini-cli": {
680
+ "instructionFile": "GEMINI.md",
681
+ "execution": "host-managed",
682
+ "lifecycleEvents": "not-integrated"
683
+ },
684
+ "antigravity": {
685
+ "instructionFile": "GEMINI.md",
686
+ "execution": "host-managed",
687
+ "lifecycleEvents": "not-integrated"
688
+ },
689
+ "cursor": {
690
+ "instructionFile": ".cursor/rules/bmad-plus.mdc",
691
+ "execution": "host-managed",
692
+ "lifecycleEvents": "not-integrated"
693
+ },
694
+ "codex-cli": {
695
+ "instructionFile": ".codex/AGENTS.md",
696
+ "execution": "host-managed",
697
+ "lifecycleEvents": "not-integrated"
698
+ },
699
+ "opencode": {
700
+ "instructionFile": ".opencode/AGENTS.md",
701
+ "execution": "host-managed",
702
+ "lifecycleEvents": "not-integrated"
703
+ },
704
+ "aider": {
705
+ "instructionFile": "CONVENTIONS.md",
706
+ "execution": "host-managed",
707
+ "lifecycleEvents": "not-integrated"
708
+ }
709
+ }
710
+ },
711
+ "targets": {
712
+ "spine": "AGENTS.md",
713
+ "adapters": [
714
+ {
715
+ "tool": "claude-code",
716
+ "file": "CLAUDE.md"
717
+ },
718
+ {
719
+ "tool": "gemini-cli",
720
+ "file": "GEMINI.md"
721
+ },
722
+ {
723
+ "tool": "antigravity",
724
+ "file": "GEMINI.md"
725
+ },
726
+ {
727
+ "tool": "cursor",
728
+ "file": ".cursor/rules/bmad-plus.mdc"
729
+ },
730
+ {
731
+ "tool": "codex-cli",
732
+ "file": ".codex/AGENTS.md"
733
+ },
734
+ {
735
+ "tool": "opencode",
736
+ "file": ".opencode/AGENTS.md"
737
+ },
738
+ {
739
+ "tool": "aider",
740
+ "file": "CONVENTIONS.md"
741
+ }
742
+ ],
743
+ "models_supported": [
744
+ "claude",
745
+ "gpt",
746
+ "gemini",
747
+ "local"
748
+ ]
749
+ }
750
+ };
751
+
752
+ module.exports = { PACKS, PACK_ORDER, EXPECTED_AGENTS, DERIVED };