bmad-plus 0.4.4 → 0.6.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 (197) hide show
  1. package/CHANGELOG.md +54 -0
  2. package/README.md +5 -3
  3. package/package.json +1 -1
  4. package/readme-international/README.de.md +2 -2
  5. package/readme-international/README.es.md +2 -2
  6. package/readme-international/README.fr.md +2 -2
  7. package/src/bmad-plus/module.yaml +76 -12
  8. package/src/bmad-plus/packs/pack-dev-studio/README.md +162 -0
  9. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/analyst-agent.md +74 -0
  10. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/document-project.md +62 -0
  11. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/domain-research.md +96 -0
  12. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/market-research.md +96 -0
  13. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/prfaq.md +135 -0
  14. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/product-brief.md +81 -0
  15. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/tech-writer-agent.md +74 -0
  16. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/technical-research.md +96 -0
  17. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/architect-agent.md +74 -0
  18. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-architecture.md +74 -0
  19. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-epics-stories.md +93 -0
  20. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/generate-project-context.md +81 -0
  21. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/implementation-readiness.md +91 -0
  22. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01-init.md +153 -0
  23. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01b-continue.md +173 -0
  24. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-02-context.md +224 -0
  25. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-03-starter.md +329 -0
  26. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-04-decisions.md +318 -0
  27. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-05-patterns.md +359 -0
  28. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-06-structure.md +379 -0
  29. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-07-validation.md +361 -0
  30. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-08-complete.md +82 -0
  31. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/checkpoint-preview.md +68 -0
  32. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-01-gather-context.md +85 -0
  33. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-02-review.md +35 -0
  34. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-03-triage.md +49 -0
  35. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-04-present.md +132 -0
  36. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review.md +90 -0
  37. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/correct-course.md +301 -0
  38. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/create-story.md +429 -0
  39. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-agent.md +74 -0
  40. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story-checklist.md +80 -0
  41. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story.md +485 -0
  42. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/investigate.md +194 -0
  43. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/qa-e2e-tests.md +176 -0
  44. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/quick-dev.md +111 -0
  45. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/retrospective.md +1512 -0
  46. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-planning.md +299 -0
  47. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-status.md +297 -0
  48. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-prd.md +30 -0
  49. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-ux-design.md +75 -0
  50. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/edit-prd.md +30 -0
  51. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/pm-agent.md +74 -0
  52. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/prd.md +90 -0
  53. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/ux-designer-agent.md +74 -0
  54. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/validate-prd.md +30 -0
  55. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/advanced-elicitation.md +142 -0
  56. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/adversarial-review.md +37 -0
  57. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/bmad-help.md +75 -0
  58. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/brainstorming.md +6 -0
  59. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/customize.md +111 -0
  60. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/distillator.md +177 -0
  61. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/edge-case-hunter.md +67 -0
  62. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-prose.md +86 -0
  63. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-structure.md +179 -0
  64. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/index-docs.md +66 -0
  65. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/party-mode.md +128 -0
  66. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/shard-doc.md +105 -0
  67. package/src/bmad-plus/packs/pack-dev-studio/dev-studio-orchestrator.md +120 -0
  68. package/src/bmad-plus/packs/pack-dev-studio/shared/architecture-decision-template.md +12 -0
  69. package/src/bmad-plus/packs/pack-dev-studio/shared/bwml-spec.md +328 -0
  70. package/src/bmad-plus/packs/pack-dev-studio/shared/module-help.csv +32 -0
  71. package/src/bmad-plus/packs/pack-dev-studio/upstream-sync.yaml +81 -0
  72. package/src/bmad-plus/packs/pack-shield/README.md +110 -0
  73. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/csrd-agent.md +262 -0
  74. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/section508-agent.md +179 -0
  75. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/wcag-agent.md +201 -0
  76. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/eu-ai-act-agent.md +97 -0
  77. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/iso42001-agent.md +251 -0
  78. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/nist-ai-rmf-agent.md +133 -0
  79. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/cis-controls-agent.md +221 -0
  80. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/ism-agent.md +150 -0
  81. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/iso27001-agent.md +167 -0
  82. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nis2-agent.md +83 -0
  83. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-800-53-agent.md +250 -0
  84. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-csf-agent.md +218 -0
  85. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/ccpa-agent.md +94 -0
  86. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/dpdpa-agent.md +136 -0
  87. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/gdpr-agent.md +296 -0
  88. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/iso27701-agent.md +134 -0
  89. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/lgpd-agent.md +129 -0
  90. package/src/bmad-plus/packs/pack-shield/categories/defense-export/cmmc-agent.md +127 -0
  91. package/src/bmad-plus/packs/pack-shield/categories/defense-export/ear-agent.md +272 -0
  92. package/src/bmad-plus/packs/pack-shield/categories/defense-export/itar-agent.md +202 -0
  93. package/src/bmad-plus/packs/pack-shield/categories/defense-export/tsa-agent.md +367 -0
  94. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/dora-agent.md +510 -0
  95. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/fedramp-agent.md +247 -0
  96. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/hipaa-agent.md +173 -0
  97. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/pci-dss-agent.md +239 -0
  98. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/soc2-agent.md +266 -0
  99. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/swift-csp-agent.md +164 -0
  100. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-classifier.md +131 -0
  101. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-fria.md +155 -0
  102. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-incidents.md +187 -0
  103. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-roles.md +113 -0
  104. package/src/bmad-plus/packs/pack-shield/categories/workflows/breach-sentinel.md +197 -0
  105. package/src/bmad-plus/packs/pack-shield/categories/workflows/cookie-policy-gen.md +180 -0
  106. package/src/bmad-plus/packs/pack-shield/categories/workflows/dpia-sentinel.md +235 -0
  107. package/src/bmad-plus/packs/pack-shield/categories/workflows/legitimate-interest.md +159 -0
  108. package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-advisor.md +133 -0
  109. package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-notice-gen.md +160 -0
  110. package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-policy-gen.md +135 -0
  111. package/src/bmad-plus/packs/pack-shield/references/ccpa/ccpa-gdpr-comparison.md +117 -0
  112. package/src/bmad-plus/packs/pack-shield/references/ccpa/consumer-rights-workflows.md +177 -0
  113. package/src/bmad-plus/packs/pack-shield/references/cis-controls/framework-mappings.md +162 -0
  114. package/src/bmad-plus/packs/pack-shield/references/cis-controls/implementation-guidance.md +235 -0
  115. package/src/bmad-plus/packs/pack-shield/references/cis-controls/safeguards-detail.md +252 -0
  116. package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-assessment.md +170 -0
  117. package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-levels.md +113 -0
  118. package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-practices.md +211 -0
  119. package/src/bmad-plus/packs/pack-shield/references/csrd/compliance-program.md +281 -0
  120. package/src/bmad-plus/packs/pack-shield/references/csrd/double-materiality.md +253 -0
  121. package/src/bmad-plus/packs/pack-shield/references/csrd/esrs-standards.md +401 -0
  122. package/src/bmad-plus/packs/pack-shield/references/dora/article-reference.md +441 -0
  123. package/src/bmad-plus/packs/pack-shield/references/dora/incident-classification.md +297 -0
  124. package/src/bmad-plus/packs/pack-shield/references/dora/rts-its-guide.md +306 -0
  125. package/src/bmad-plus/packs/pack-shield/references/dora/third-party-risk.md +349 -0
  126. package/src/bmad-plus/packs/pack-shield/references/dpdpa/gdpr-comparison.md +173 -0
  127. package/src/bmad-plus/packs/pack-shield/references/dpdpa/rights-and-obligations.md +426 -0
  128. package/src/bmad-plus/packs/pack-shield/references/dpdpa/rules-2025.md +599 -0
  129. package/src/bmad-plus/packs/pack-shield/references/dpdpa/sections-reference.md +319 -0
  130. package/src/bmad-plus/packs/pack-shield/references/ear/ccl-eccn-guide.md +250 -0
  131. package/src/bmad-plus/packs/pack-shield/references/ear/compliance-program.md +280 -0
  132. package/src/bmad-plus/packs/pack-shield/references/ear/license-exceptions.md +207 -0
  133. package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/gpai-governance.md +267 -0
  134. package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/obligations-high-risk.md +287 -0
  135. package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/risk-classification.md +182 -0
  136. package/src/bmad-plus/packs/pack-shield/references/fedramp/appendices-guide.md +209 -0
  137. package/src/bmad-plus/packs/pack-shield/references/fedramp/control-families.md +281 -0
  138. package/src/bmad-plus/packs/pack-shield/references/fedramp/poam-guide.md +93 -0
  139. package/src/bmad-plus/packs/pack-shield/references/fedramp/readiness-checklist.md +134 -0
  140. package/src/bmad-plus/packs/pack-shield/references/fedramp/sap-sar-guide.md +86 -0
  141. package/src/bmad-plus/packs/pack-shield/references/fedramp/ssp-guide.md +129 -0
  142. package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/documents.md +192 -0
  143. package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/dpa-template.md +121 -0
  144. package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/privacy-notice.md +87 -0
  145. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/breach-notification.md +293 -0
  146. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/privacy-rule.md +276 -0
  147. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/security-rule.md +299 -0
  148. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/templates.md +568 -0
  149. package/src/bmad-plus/packs/pack-shield/references/ism/control-applicability.md +181 -0
  150. package/src/bmad-plus/packs/pack-shield/references/ism/guidelines-overview.md +183 -0
  151. package/src/bmad-plus/packs/pack-shield/references/iso27001/annex-a-2013.md +203 -0
  152. package/src/bmad-plus/packs/pack-shield/references/iso27001/annex-a-2022.md +132 -0
  153. package/src/bmad-plus/packs/pack-shield/references/iso27001/control-mapping.md +153 -0
  154. package/src/bmad-plus/packs/pack-shield/references/iso27701/annex-a-controls.md +195 -0
  155. package/src/bmad-plus/packs/pack-shield/references/iso27701/regulatory-mapping.md +229 -0
  156. package/src/bmad-plus/packs/pack-shield/references/iso27701/transition-guide.md +219 -0
  157. package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-ai-risk-assessment.md +258 -0
  158. package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-clauses-requirements.md +279 -0
  159. package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-controls-annex-a.md +155 -0
  160. package/src/bmad-plus/packs/pack-shield/references/itar/compliance-program.md +174 -0
  161. package/src/bmad-plus/packs/pack-shield/references/itar/licensing-guide.md +146 -0
  162. package/src/bmad-plus/packs/pack-shield/references/itar/usml-categories.md +93 -0
  163. package/src/bmad-plus/packs/pack-shield/references/lgpd/anpd-enforcement.md +147 -0
  164. package/src/bmad-plus/packs/pack-shield/references/lgpd/compliance-program.md +272 -0
  165. package/src/bmad-plus/packs/pack-shield/references/lgpd/lgpd-articles.md +271 -0
  166. package/src/bmad-plus/packs/pack-shield/references/nis2/article-21-measures.md +153 -0
  167. package/src/bmad-plus/packs/pack-shield/references/nis2/iso27001-nis2-mapping.md +68 -0
  168. package/src/bmad-plus/packs/pack-shield/references/nist-800-53/assessment-rmf.md +349 -0
  169. package/src/bmad-plus/packs/pack-shield/references/nist-800-53/baselines-tailoring.md +277 -0
  170. package/src/bmad-plus/packs/pack-shield/references/nist-800-53/control-families.md +450 -0
  171. package/src/bmad-plus/packs/pack-shield/references/nist-ai-rmf/rmf-core.md +361 -0
  172. package/src/bmad-plus/packs/pack-shield/references/nist-ai-rmf/rmf-profiles.md +192 -0
  173. package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-10-to-20-mapping.md +143 -0
  174. package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-20-functions-categories.md +278 -0
  175. package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-implementation-tiers.md +135 -0
  176. package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-requirements.md +366 -0
  177. package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-saq-guide.md +217 -0
  178. package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-v4-changes.md +190 -0
  179. package/src/bmad-plus/packs/pack-shield/references/section-508/wcag-mapping.md +160 -0
  180. package/src/bmad-plus/packs/pack-shield/references/soc2/controls.md +241 -0
  181. package/src/bmad-plus/packs/pack-shield/references/soc2/evidence.md +236 -0
  182. package/src/bmad-plus/packs/pack-shield/references/soc2/policies.md +254 -0
  183. package/src/bmad-plus/packs/pack-shield/references/soc2/vendor.md +276 -0
  184. package/src/bmad-plus/packs/pack-shield/references/swift-csp/swift-assessment.md +202 -0
  185. package/src/bmad-plus/packs/pack-shield/references/swift-csp/swift-controls.md +545 -0
  186. package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-crmp-requirements.md +359 -0
  187. package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-directives-overview.md +187 -0
  188. package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-incident-reporting.md +187 -0
  189. package/src/bmad-plus/packs/pack-shield/references/wcag/criteria-detail.md +510 -0
  190. package/src/bmad-plus/packs/pack-shield/shared/audit-report-template.md +103 -0
  191. package/src/bmad-plus/packs/pack-shield/shared/cross-framework-mapper.md +103 -0
  192. package/src/bmad-plus/packs/pack-shield/shared/gap-analysis-template.md +83 -0
  193. package/src/bmad-plus/packs/pack-shield/shield-orchestrator.md +229 -0
  194. package/src/bmad-plus/packs/pack-shield/upstream-sync.yaml +68 -0
  195. package/tools/cli/commands/install.js +31 -9
  196. package/tools/cli/commands/update.js +4 -2
  197. package/tools/cli/i18n.js +50 -10
package/tools/cli/i18n.js CHANGED
@@ -10,7 +10,7 @@ const LANGUAGES = {
10
10
  flag: '🇬🇧',
11
11
  name: 'English',
12
12
  locale: 'en',
13
- installer_title: ' BMAD+ Installer v0.4.4 ',
13
+ installer_title: ' BMAD+ Installer v0.6.0 ',
14
14
  select_language: 'Select your language',
15
15
  installing_to: 'Installing to',
16
16
  select_packs: 'Which packs to install? (Core is always included)',
@@ -45,6 +45,10 @@ const LANGUAGES = {
45
45
  guide_seo: 'SEO / GEO audit (360°)',
46
46
  guide_backup: 'Smart project backup',
47
47
  guide_animated: 'Animated luxury website',
48
+ guide_shield: '\ud83d\udee1\ufe0f GRC Compliance',
49
+ guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, audit my app for GDPR compliance"',
50
+ guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, gap analysis ISO 27001 vs NIST CSF"',
51
+ guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, generate SOC 2 evidence checklist"',
48
52
  guide_workflow: '🚀 Recommended workflow:',
49
53
  guide_or_auto: '⚡ Or: "autopilot" to manage everything automatically',
50
54
  guide_output: '📁 Output',
@@ -78,7 +82,7 @@ const LANGUAGES = {
78
82
  flag: '🇫🇷',
79
83
  name: 'Français',
80
84
  locale: 'fr',
81
- installer_title: ' BMAD+ Installeur v0.4.4 ',
85
+ installer_title: ' BMAD+ Installeur v0.6.0 ',
82
86
  select_language: 'Choisissez votre langue',
83
87
  installing_to: 'Installation dans',
84
88
  select_packs: 'Quels packs installer ? (Core est toujours inclus)',
@@ -113,6 +117,10 @@ const LANGUAGES = {
113
117
  guide_seo: 'Audit SEO / GEO (360°)',
114
118
  guide_backup: 'Sauvegarde intelligente',
115
119
  guide_animated: 'Site web animé de luxe',
120
+ guide_shield: '🛡️ Conformité GRC',
121
+ guide_example_shield_1: '🛡️ GRC : "Shield, audite mon app pour la conformité RGPD"',
122
+ guide_example_shield_2: '🛡️ GRC : "Shield, gap analysis ISO 27001 vs NIST CSF"',
123
+ guide_example_shield_3: '🛡️ GRC : "Shield, génère un checklist SOC 2"',
116
124
  guide_workflow: '🚀 Workflow recommandé :',
117
125
  guide_or_auto: '⚡ Ou : "autopilot" pour tout gérer automatiquement',
118
126
  guide_output: '📁 Sortie',
@@ -144,7 +152,7 @@ const LANGUAGES = {
144
152
  flag: '🇪🇸',
145
153
  name: 'Español',
146
154
  locale: 'es',
147
- installer_title: ' BMAD+ Instalador v0.4.4 ',
155
+ installer_title: ' BMAD+ Instalador v0.6.0 ',
148
156
  select_language: 'Seleccione su idioma',
149
157
  installing_to: 'Instalando en',
150
158
  select_packs: '¿Qué packs instalar? (Core siempre está incluido)',
@@ -179,6 +187,10 @@ const LANGUAGES = {
179
187
  guide_seo: 'Auditoría SEO / GEO (360°)',
180
188
  guide_backup: 'Copia de seguridad inteligente',
181
189
  guide_animated: 'Sitio web animado de lujo',
190
+ guide_shield: '\ud83d\udee1\ufe0f Cumplimiento GRC',
191
+ guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, audita mi app para GDPR"',
192
+ guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, an\u00e1lisis de brechas ISO 27001 vs NIST CSF"',
193
+ guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, genera checklist de evidencias SOC 2"',
182
194
  guide_workflow: '🚀 Flujo recomendado:',
183
195
  guide_or_auto: '⚡ O: "autopilot" para gestionar todo automáticamente',
184
196
  guide_output: '📁 Salida',
@@ -210,7 +222,7 @@ const LANGUAGES = {
210
222
  flag: '🇩🇪',
211
223
  name: 'Deutsch',
212
224
  locale: 'de',
213
- installer_title: ' BMAD+ Installer v0.4.4 ',
225
+ installer_title: ' BMAD+ Installer v0.6.0 ',
214
226
  select_language: 'Wählen Sie Ihre Sprache',
215
227
  installing_to: 'Installiere in',
216
228
  select_packs: 'Welche Packs installieren? (Core ist immer enthalten)',
@@ -245,6 +257,10 @@ const LANGUAGES = {
245
257
  guide_seo: 'SEO / GEO Audit (360°)',
246
258
  guide_backup: 'Intelligente Projektsicherung',
247
259
  guide_animated: 'Animierte Luxus-Website',
260
+ guide_shield: '\ud83d\udee1\ufe0f GRC-Compliance',
261
+ guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, pr\u00fcfe meine App auf DSGVO-Konformit\u00e4t"',
262
+ guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, Gap-Analyse ISO 27001 vs NIST CSF"',
263
+ guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, erstelle SOC 2 Nachweisliste"',
248
264
  guide_workflow: '🚀 Empfohlener Workflow:',
249
265
  guide_or_auto: '⚡ Oder: "autopilot" für vollautomatische Verwaltung',
250
266
  guide_output: '📁 Ausgabe',
@@ -276,7 +292,7 @@ const LANGUAGES = {
276
292
  flag: '🇧🇷',
277
293
  name: 'Português (Brasil)',
278
294
  locale: 'pt-BR',
279
- installer_title: ' BMAD+ Instalador v0.4.4 ',
295
+ installer_title: ' BMAD+ Instalador v0.6.0 ',
280
296
  select_language: 'Selecione seu idioma',
281
297
  installing_to: 'Instalando em',
282
298
  select_packs: 'Quais packs instalar? (Core sempre está incluído)',
@@ -311,6 +327,10 @@ const LANGUAGES = {
311
327
  guide_seo: 'Auditoria SEO / GEO (360°)',
312
328
  guide_backup: 'Backup inteligente do projeto',
313
329
  guide_animated: 'Site animado de luxo',
330
+ guide_shield: '\ud83d\udee1\ufe0f Conformidade GRC',
331
+ guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, audite meu app para LGPD"',
332
+ guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, an\u00e1lise de lacunas ISO 27001 vs NIST CSF"',
333
+ guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, gere checklist de evid\u00eancias SOC 2"',
314
334
  guide_workflow: '🚀 Fluxo recomendado:',
315
335
  guide_or_auto: '⚡ Ou: "autopilot" para gerenciar tudo automaticamente',
316
336
  guide_output: '📁 Saída',
@@ -342,7 +362,7 @@ const LANGUAGES = {
342
362
  flag: '🇷🇺',
343
363
  name: 'Русский',
344
364
  locale: 'ru',
345
- installer_title: ' BMAD+ Установщик v0.4.4 ',
365
+ installer_title: ' BMAD+ Установщик v0.6.0 ',
346
366
  select_language: 'Выберите язык',
347
367
  installing_to: 'Установка в',
348
368
  select_packs: 'Какие пакеты установить? (Core всегда включён)',
@@ -377,6 +397,10 @@ const LANGUAGES = {
377
397
  guide_seo: 'SEO / GEO аудит (360°)',
378
398
  guide_backup: 'Умное резервное копирование',
379
399
  guide_animated: 'Анимированный люксовый сайт',
400
+ guide_shield: '🛡️ Соответствие GRC',
401
+ guide_example_shield_1: '🛡️ GRC: "Shield, проверь моё приложение на GDPR"',
402
+ guide_example_shield_2: '🛡️ GRC: "Shield, gap-анализ ISO 27001 vs NIST CSF"',
403
+ guide_example_shield_3: '🛡️ GRC: "Shield, создай чеклист SOC 2"',
380
404
  guide_workflow: '🚀 Рекомендуемый рабочий процесс:',
381
405
  guide_or_auto: '⚡ Или: "autopilot" для полной автоматизации',
382
406
  guide_output: '📁 Вывод',
@@ -408,7 +432,7 @@ const LANGUAGES = {
408
432
  flag: '🇨🇳',
409
433
  name: '中文 (简体)',
410
434
  locale: 'zh-CN',
411
- installer_title: ' BMAD+ 安装程序 v0.4.4 ',
435
+ installer_title: ' BMAD+ 安装程序 v0.6.0 ',
412
436
  select_language: '选择您的语言',
413
437
  installing_to: '安装到',
414
438
  select_packs: '安装哪些包?(Core 始终包含)',
@@ -443,6 +467,10 @@ const LANGUAGES = {
443
467
  guide_seo: 'SEO / GEO 审计 (360°)',
444
468
  guide_backup: '智能项目备份',
445
469
  guide_animated: '动画奢华网站',
470
+ guide_shield: '🛡️ GRC 合规',
471
+ guide_example_shield_1: '🛡️ GRC: "Shield, 审查我的应用 GDPR 合规性"',
472
+ guide_example_shield_2: '🛡️ GRC: "Shield, ISO 27001 vs NIST CSF 差距分析"',
473
+ guide_example_shield_3: '🛡️ GRC: "Shield, 生成 SOC 2 证据清单"',
446
474
  guide_workflow: '🚀 推荐工作流程:',
447
475
  guide_or_auto: '⚡ 或者:"autopilot" 全自动管理',
448
476
  guide_output: '📁 输出',
@@ -474,7 +502,7 @@ const LANGUAGES = {
474
502
  flag: '🇮🇱',
475
503
  name: 'עברית',
476
504
  locale: 'he',
477
- installer_title: ' BMAD+ מתקין v0.4.4 ',
505
+ installer_title: ' BMAD+ מתקין v0.6.0 ',
478
506
  select_language: 'בחר את השפה שלך',
479
507
  installing_to: 'מתקין ב',
480
508
  select_packs: 'אילו חבילות להתקין? (Core תמיד כלול)',
@@ -509,6 +537,10 @@ const LANGUAGES = {
509
537
  guide_seo: 'ביקורת SEO / GEO (360°)',
510
538
  guide_backup: 'גיבוי חכם של הפרויקט',
511
539
  guide_animated: 'אתר אנימציה יוקרתי',
540
+ guide_shield: '🛡️ תאימות GRC',
541
+ guide_example_shield_1: '🛡️ GRC: "Shield, בדוק את האפליקציה שלי ל-GDPR"',
542
+ guide_example_shield_2: '🛡️ GRC: "Shield, ניתוח פערים ISO 27001 מול NIST CSF"',
543
+ guide_example_shield_3: '🛡️ GRC: "Shield, צור רשימת ראיות SOC 2"',
512
544
  guide_workflow: '🚀 תהליך עבודה מומלץ:',
513
545
  guide_or_auto: '⚡ או: "autopilot" לניהול אוטומטי מלא',
514
546
  guide_output: '📁 פלט',
@@ -540,7 +572,7 @@ const LANGUAGES = {
540
572
  flag: '🇯🇵',
541
573
  name: '日本語',
542
574
  locale: 'ja',
543
- installer_title: ' BMAD+ インストーラー v0.4.4 ',
575
+ installer_title: ' BMAD+ インストーラー v0.6.0 ',
544
576
  select_language: '言語を選択してください',
545
577
  installing_to: 'インストール先',
546
578
  select_packs: 'どのパックをインストールしますか?(Coreは常に含まれます)',
@@ -575,6 +607,10 @@ const LANGUAGES = {
575
607
  guide_seo: 'SEO / GEO 監査 (360°)',
576
608
  guide_backup: 'スマートプロジェクトバックアップ',
577
609
  guide_animated: 'アニメーション高級ウェブサイト',
610
+ guide_shield: '🛡️ GRC コンプライアンス',
611
+ guide_example_shield_1: '🛡️ GRC: "Shield, アプリのGDPR準拠を監査"',
612
+ guide_example_shield_2: '🛡️ GRC: "Shield, ISO 27001 vs NIST CSF ギャップ分析"',
613
+ guide_example_shield_3: '🛡️ GRC: "Shield, SOC 2 エビデンスチェックリスト生成"',
578
614
  guide_workflow: '🚀 推奨ワークフロー:',
579
615
  guide_or_auto: '⚡ または: "autopilot" で全自動管理',
580
616
  guide_output: '📁 出力',
@@ -606,7 +642,7 @@ const LANGUAGES = {
606
642
  flag: '🇮🇹',
607
643
  name: 'Italiano',
608
644
  locale: 'it',
609
- installer_title: ' BMAD+ Installatore v0.4.4 ',
645
+ installer_title: ' BMAD+ Installatore v0.6.0 ',
610
646
  select_language: 'Seleziona la tua lingua',
611
647
  installing_to: 'Installazione in',
612
648
  select_packs: 'Quali pack installare? (Core è sempre incluso)',
@@ -641,6 +677,10 @@ const LANGUAGES = {
641
677
  guide_seo: 'Audit SEO / GEO (360°)',
642
678
  guide_backup: 'Backup intelligente del progetto',
643
679
  guide_animated: 'Sito web animato di lusso',
680
+ guide_shield: '\ud83d\udee1\ufe0f Conformit\u00e0 GRC',
681
+ guide_example_shield_1: '\ud83d\udee1\ufe0f GRC: "Shield, verifica la mia app per il GDPR"',
682
+ guide_example_shield_2: '\ud83d\udee1\ufe0f GRC: "Shield, gap analysis ISO 27001 vs NIST CSF"',
683
+ guide_example_shield_3: '\ud83d\udee1\ufe0f GRC: "Shield, genera checklist evidenze SOC 2"',
644
684
  guide_workflow: '🚀 Flusso consigliato:',
645
685
  guide_or_auto: '⚡ Oppure: "autopilot" per gestire tutto automaticamente',
646
686
  guide_output: '📁 Output',