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/CHANGELOG.md CHANGED
@@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.14.0] - 2026-09-09
11
+
12
+ ### Added
13
+ - `studio list` and `studio prepare` resolve installed Dev Studio routes, real instruction contents, input hashes and YAML configuration without executing an agent or writing deliverables.
14
+ - Dev Studio supplies original, self-contained procedures for all 38 workflows and six existing personas, with working entry points, declared resources and compatibility guides for earlier step paths.
15
+ - Installation diagnostics share one human/JSON report with registry-declared resources, ownership evidence, runtime limits and explicit host-managed execution capabilities.
16
+ - Optional `doctor --verify-python` checks a real provisioned environment, supported Python version and required imports within a bounded subprocess. Default diagnostics remain inspection-only.
17
+ - English-first public guides with French, Spanish and German translations cover installation, role activation, examples, updates and reviewed release history.
18
+ - Release tooling generates the npm README from shared public content, validates every translated candidate guide before publication, and verifies official npm metadata before synchronizing and deploying the website. Landing-only recovery uses the original source revision without republishing npm.
19
+
20
+ ### Fixed
21
+ - Memory declares its shipped Node/file-based features; separately deployed MCP/RAG dependencies are no longer provisioned from an absent npm path.
22
+ - SEO entry points explain prompts-only operation and mark missing measurements unverified. Incomplete audits omit unsupported scores and use a report format that preserves missing evidence.
23
+ - Orchestrator, autopilot and upstream-sync notifications require a configured, authorized channel; ordinary installations report checkpoints in the session.
24
+ - The distributed npm README now includes the current reviewed release history and the official `bmad-plus.rochetta.fr` documentation links.
25
+
26
+ ### Quality
27
+ - Python runtime paths are checked against package boundaries and the actual npm archive; shipped and tested SEO toolkit copies must match in file inventory and bytes.
28
+ - Regression coverage includes missing delivery resources, ownership changes, Python probe failures, unpublished release candidates and stale public content.
29
+ - Dev Studio resource graphs, aliases, input requirements, configuration, relocation and customized-file update/restore are checked against real consumer installations. Missing inputs remain explicit; the coding assistant executes the prepared instructions.
30
+ - The BMAD-METHOD 6.12 review informs selective original adaptations. The declared upstream baseline remains 6.6; no full 6.12 compatibility or standalone agent runtime is claimed.
31
+
10
32
  ## [0.13.0] - 2026-09-08
11
33
 
12
34
  ### Added