bmad-plus 0.7.4 → 0.8.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.
- package/CHANGELOG.md +450 -407
- package/LICENSE +21 -0
- package/README.md +555 -446
- package/osint-agent-package/README.md +88 -88
- package/osint-agent-package/SETUP_KEYS.md +108 -108
- package/osint-agent-package/agents/osint-investigator.md +80 -80
- package/osint-agent-package/install.ps1 +87 -87
- package/osint-agent-package/install.sh +76 -76
- package/osint-agent-package/skills/bmad-osint-investigate/SKILL.md +147 -147
- package/osint-agent-package/skills/bmad-osint-investigate/osint/SKILL.md +452 -452
- package/osint-agent-package/skills/bmad-osint-investigate/osint/assets/dossier-template.md +116 -116
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/content-extraction.md +100 -100
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/enrichment-databases-fr.md +148 -148
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/platforms.md +130 -130
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/psychoprofile.md +69 -69
- package/osint-agent-package/skills/bmad-osint-investigate/osint/references/tools.md +281 -281
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/_http.py +101 -101
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/apify.py +266 -260
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/brightdata.py +101 -101
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/diagnose.py +141 -141
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/exa.py +79 -79
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/jina.py +71 -71
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/mcp-client.py +136 -136
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/parallel.py +85 -85
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/perplexity.py +102 -102
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/tavily.py +72 -72
- package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/volley.py +208 -208
- package/osint-agent-package/skills/bmad-osint-investigator/SKILL.md +15 -15
- package/package.json +62 -57
- package/readme-international/README.de.md +576 -426
- package/readme-international/README.es.md +578 -518
- package/readme-international/README.fr.md +576 -516
- package/src/bmad-plus/agents/agent-architect-dev/SKILL.md +96 -96
- package/src/bmad-plus/agents/agent-architect-dev/bmad-skill-manifest.yaml +13 -13
- package/src/bmad-plus/agents/agent-maker/SKILL.md +201 -201
- package/src/bmad-plus/agents/agent-maker/bmad-skill-manifest.yaml +13 -13
- package/src/bmad-plus/agents/agent-orchestrator/SKILL.md +137 -137
- package/src/bmad-plus/agents/agent-orchestrator/bmad-skill-manifest.yaml +13 -13
- package/src/bmad-plus/agents/agent-quality/SKILL.md +83 -83
- package/src/bmad-plus/agents/agent-quality/bmad-skill-manifest.yaml +13 -13
- package/src/bmad-plus/agents/agent-shadow/SKILL.md +71 -71
- package/src/bmad-plus/agents/agent-shadow/bmad-skill-manifest.yaml +13 -13
- package/src/bmad-plus/agents/agent-strategist/SKILL.md +80 -80
- package/src/bmad-plus/agents/agent-strategist/bmad-skill-manifest.yaml +13 -13
- package/src/bmad-plus/agents/pack-animated/animated-website-agent.md +325 -325
- package/src/bmad-plus/agents/pack-animated/templates/animated-website-workflow.md +55 -55
- package/src/bmad-plus/agents/pack-backup/backup-agent.md +71 -71
- package/src/bmad-plus/agents/pack-backup/templates/backup-workflow.md +51 -51
- package/src/bmad-plus/agents/pack-seo/SKILL.md +171 -171
- package/src/bmad-plus/agents/pack-seo/checklist.md +140 -140
- package/src/bmad-plus/agents/pack-seo/pagespeed-playbook.md +320 -320
- package/src/bmad-plus/agents/pack-seo/ref/audit-schema.json +187 -187
- package/src/bmad-plus/agents/pack-seo/ref/cwv-thresholds.md +87 -87
- package/src/bmad-plus/agents/pack-seo/ref/eeat-criteria.md +123 -123
- package/src/bmad-plus/agents/pack-seo/ref/geo-signals.md +167 -167
- package/src/bmad-plus/agents/pack-seo/ref/hreflang-rules.md +153 -153
- package/src/bmad-plus/agents/pack-seo/ref/quality-gates.md +133 -133
- package/src/bmad-plus/agents/pack-seo/ref/schema-catalog.md +91 -91
- package/src/bmad-plus/agents/pack-seo/ref/schema-templates.json +356 -356
- package/src/bmad-plus/agents/pack-seo/seo-chief.md +294 -294
- package/src/bmad-plus/agents/pack-seo/seo-judge.md +241 -241
- package/src/bmad-plus/agents/pack-seo/seo-scout.md +171 -171
- package/src/bmad-plus/agents/pack-seo/templates/seo-audit-workflow.md +241 -241
- package/src/bmad-plus/data/role-triggers.yaml +209 -209
- package/src/bmad-plus/module-help.csv +10 -10
- package/src/bmad-plus/module.yaml +283 -280
- package/src/bmad-plus/packs/pack-animated/animated-website-agent.md +325 -0
- package/src/bmad-plus/packs/pack-animated/templates/animated-website-workflow.md +55 -0
- package/src/bmad-plus/packs/pack-backup/backup-agent.md +71 -0
- package/src/bmad-plus/packs/pack-backup/templates/backup-workflow.md +51 -0
- package/src/bmad-plus/packs/pack-dev-studio/README.md +162 -162
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/analyst-agent.md +73 -73
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/document-project.md +61 -61
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/domain-research.md +95 -95
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/market-research.md +95 -95
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/prfaq.md +134 -134
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/product-brief.md +80 -80
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/tech-writer-agent.md +73 -73
- package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/technical-research.md +95 -95
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/architect-agent.md +73 -73
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-architecture.md +73 -73
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-epics-stories.md +92 -92
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/generate-project-context.md +80 -80
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/implementation-readiness.md +90 -90
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01-init.md +153 -153
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01b-continue.md +173 -173
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-02-context.md +224 -224
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-03-starter.md +329 -329
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-04-decisions.md +318 -318
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-05-patterns.md +359 -359
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-06-structure.md +379 -379
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-07-validation.md +361 -361
- package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-08-complete.md +81 -81
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/checkpoint-preview.md +67 -67
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-01-gather-context.md +85 -85
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-02-review.md +35 -35
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-03-triage.md +49 -49
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-04-present.md +131 -131
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review.md +89 -89
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/correct-course.md +300 -300
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/create-story.md +428 -428
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-agent.md +73 -73
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story-checklist.md +80 -80
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story.md +484 -484
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/investigate.md +193 -193
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/qa-e2e-tests.md +175 -175
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/quick-dev.md +110 -110
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/retrospective.md +1511 -1511
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-planning.md +298 -298
- package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-status.md +296 -296
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-prd.md +29 -29
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-ux-design.md +74 -74
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/edit-prd.md +29 -29
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/pm-agent.md +73 -73
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/prd.md +89 -89
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/ux-designer-agent.md +73 -73
- package/src/bmad-plus/packs/pack-dev-studio/categories/planning/validate-prd.md +29 -29
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/advanced-elicitation.md +141 -141
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/adversarial-review.md +37 -37
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/bmad-help.md +75 -75
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/brainstorming.md +6 -6
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/customize.md +110 -110
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/distillator.md +176 -176
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/edge-case-hunter.md +67 -67
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-prose.md +86 -86
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-structure.md +179 -179
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/index-docs.md +66 -66
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/party-mode.md +127 -127
- package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/shard-doc.md +105 -105
- package/src/bmad-plus/packs/pack-dev-studio/dev-studio-orchestrator.md +120 -120
- package/src/bmad-plus/packs/pack-dev-studio/shared/architecture-decision-template.md +12 -12
- package/src/bmad-plus/packs/pack-dev-studio/shared/bwml-spec.md +328 -328
- package/src/bmad-plus/packs/pack-dev-studio/shared/module-help.csv +32 -32
- package/src/bmad-plus/packs/pack-dev-studio/upstream-sync.yaml +81 -81
- package/src/bmad-plus/packs/pack-memory/README.md +106 -106
- package/src/bmad-plus/packs/pack-memory/memory-orchestrator.md +79 -79
- package/src/bmad-plus/packs/pack-memory/shared/karpathy-guardrails.md +86 -86
- package/src/bmad-plus/packs/pack-memory/shared/memory-protocol.md +143 -143
- package/src/bmad-plus/packs/pack-memory/templates/context.md +39 -39
- package/src/bmad-plus/packs/pack-memory/templates/decisions.md +25 -25
- package/src/bmad-plus/packs/pack-memory/templates/identity.yaml +39 -39
- package/src/bmad-plus/packs/pack-memory/templates/lessons.md +31 -31
- package/src/bmad-plus/packs/pack-memory/templates/patterns.md +24 -24
- package/src/bmad-plus/packs/pack-memory/templates/session-handoff.md +25 -25
- package/src/bmad-plus/packs/pack-memory/zecher-agent.md +157 -157
- package/src/bmad-plus/packs/pack-seo/SKILL.md +171 -0
- package/src/bmad-plus/packs/pack-seo/checklist.md +140 -0
- package/src/bmad-plus/packs/pack-seo/pagespeed-playbook.md +320 -0
- package/src/bmad-plus/packs/pack-seo/ref/audit-schema.json +187 -0
- package/src/bmad-plus/packs/pack-seo/ref/cwv-thresholds.md +87 -0
- package/src/bmad-plus/packs/pack-seo/ref/eeat-criteria.md +123 -0
- package/src/bmad-plus/packs/pack-seo/ref/geo-signals.md +167 -0
- package/src/bmad-plus/packs/pack-seo/ref/hreflang-rules.md +153 -0
- package/src/bmad-plus/packs/pack-seo/ref/quality-gates.md +133 -0
- package/src/bmad-plus/packs/pack-seo/ref/schema-catalog.md +91 -0
- package/src/bmad-plus/packs/pack-seo/ref/schema-templates.json +356 -0
- package/src/bmad-plus/packs/pack-seo/seo-chief.md +294 -0
- package/src/bmad-plus/packs/pack-seo/seo-judge.md +241 -0
- package/src/bmad-plus/packs/pack-seo/seo-scout.md +171 -0
- package/src/bmad-plus/packs/pack-seo/templates/seo-audit-workflow.md +241 -0
- package/src/bmad-plus/packs/pack-shield/README.md +110 -110
- package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/csrd-agent.md +262 -262
- package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/section508-agent.md +179 -179
- package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/wcag-agent.md +201 -201
- package/src/bmad-plus/packs/pack-shield/categories/ai-governance/eu-ai-act-agent.md +97 -97
- package/src/bmad-plus/packs/pack-shield/categories/ai-governance/iso42001-agent.md +251 -251
- package/src/bmad-plus/packs/pack-shield/categories/ai-governance/nist-ai-rmf-agent.md +133 -133
- package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/cis-controls-agent.md +221 -221
- package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/ism-agent.md +150 -150
- package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/iso27001-agent.md +167 -167
- package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nis2-agent.md +83 -83
- package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-800-53-agent.md +250 -250
- package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-csf-agent.md +218 -218
- package/src/bmad-plus/packs/pack-shield/categories/data-privacy/ccpa-agent.md +94 -94
- package/src/bmad-plus/packs/pack-shield/categories/data-privacy/dpdpa-agent.md +136 -136
- package/src/bmad-plus/packs/pack-shield/categories/data-privacy/gdpr-agent.md +296 -296
- package/src/bmad-plus/packs/pack-shield/categories/data-privacy/iso27701-agent.md +134 -134
- package/src/bmad-plus/packs/pack-shield/categories/data-privacy/lgpd-agent.md +129 -129
- package/src/bmad-plus/packs/pack-shield/categories/defense-export/cmmc-agent.md +127 -127
- package/src/bmad-plus/packs/pack-shield/categories/defense-export/ear-agent.md +272 -272
- package/src/bmad-plus/packs/pack-shield/categories/defense-export/itar-agent.md +202 -202
- package/src/bmad-plus/packs/pack-shield/categories/defense-export/tsa-agent.md +367 -367
- package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/dora-agent.md +510 -510
- package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/fedramp-agent.md +247 -247
- package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/hipaa-agent.md +173 -173
- package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/pci-dss-agent.md +239 -239
- package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/soc2-agent.md +266 -266
- package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/swift-csp-agent.md +164 -164
- package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-classifier.md +131 -131
- package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-fria.md +155 -155
- package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-incidents.md +187 -187
- package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-roles.md +113 -113
- package/src/bmad-plus/packs/pack-shield/categories/workflows/breach-sentinel.md +197 -197
- package/src/bmad-plus/packs/pack-shield/categories/workflows/cookie-policy-gen.md +180 -180
- package/src/bmad-plus/packs/pack-shield/categories/workflows/dpia-sentinel.md +235 -235
- package/src/bmad-plus/packs/pack-shield/categories/workflows/legitimate-interest.md +159 -159
- package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-advisor.md +133 -133
- package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-notice-gen.md +160 -160
- package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-policy-gen.md +135 -135
- package/src/bmad-plus/packs/pack-shield/references/ccpa/ccpa-gdpr-comparison.md +117 -117
- package/src/bmad-plus/packs/pack-shield/references/ccpa/consumer-rights-workflows.md +177 -177
- package/src/bmad-plus/packs/pack-shield/references/cis-controls/framework-mappings.md +162 -162
- package/src/bmad-plus/packs/pack-shield/references/cis-controls/implementation-guidance.md +235 -235
- package/src/bmad-plus/packs/pack-shield/references/cis-controls/safeguards-detail.md +252 -252
- package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-assessment.md +170 -170
- package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-levels.md +113 -113
- package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-practices.md +211 -211
- package/src/bmad-plus/packs/pack-shield/references/csrd/compliance-program.md +281 -281
- package/src/bmad-plus/packs/pack-shield/references/csrd/double-materiality.md +253 -253
- package/src/bmad-plus/packs/pack-shield/references/csrd/esrs-standards.md +401 -401
- package/src/bmad-plus/packs/pack-shield/references/dora/article-reference.md +441 -441
- package/src/bmad-plus/packs/pack-shield/references/dora/incident-classification.md +297 -297
- package/src/bmad-plus/packs/pack-shield/references/dora/rts-its-guide.md +306 -306
- package/src/bmad-plus/packs/pack-shield/references/dora/third-party-risk.md +349 -349
- package/src/bmad-plus/packs/pack-shield/references/dpdpa/gdpr-comparison.md +173 -173
- package/src/bmad-plus/packs/pack-shield/references/dpdpa/rights-and-obligations.md +426 -426
- package/src/bmad-plus/packs/pack-shield/references/dpdpa/rules-2025.md +599 -599
- package/src/bmad-plus/packs/pack-shield/references/dpdpa/sections-reference.md +319 -319
- package/src/bmad-plus/packs/pack-shield/references/ear/ccl-eccn-guide.md +250 -250
- package/src/bmad-plus/packs/pack-shield/references/ear/compliance-program.md +280 -280
- package/src/bmad-plus/packs/pack-shield/references/ear/license-exceptions.md +207 -207
- package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/gpai-governance.md +267 -267
- package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/obligations-high-risk.md +287 -287
- package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/risk-classification.md +182 -182
- package/src/bmad-plus/packs/pack-shield/references/fedramp/appendices-guide.md +209 -209
- package/src/bmad-plus/packs/pack-shield/references/fedramp/control-families.md +281 -281
- package/src/bmad-plus/packs/pack-shield/references/fedramp/poam-guide.md +93 -93
- package/src/bmad-plus/packs/pack-shield/references/fedramp/readiness-checklist.md +134 -134
- package/src/bmad-plus/packs/pack-shield/references/fedramp/sap-sar-guide.md +86 -86
- package/src/bmad-plus/packs/pack-shield/references/fedramp/ssp-guide.md +129 -129
- package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/documents.md +192 -192
- package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/dpa-template.md +121 -121
- package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/privacy-notice.md +87 -87
- package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/breach-notification.md +293 -293
- package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/privacy-rule.md +276 -276
- package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/security-rule.md +299 -299
- package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/templates.md +568 -568
- package/src/bmad-plus/packs/pack-shield/references/ism/control-applicability.md +181 -181
- package/src/bmad-plus/packs/pack-shield/references/ism/guidelines-overview.md +183 -183
- package/src/bmad-plus/packs/pack-shield/references/iso27001/annex-a-2013.md +203 -203
- package/src/bmad-plus/packs/pack-shield/references/iso27001/annex-a-2022.md +132 -132
- package/src/bmad-plus/packs/pack-shield/references/iso27001/control-mapping.md +153 -153
- package/src/bmad-plus/packs/pack-shield/references/iso27701/annex-a-controls.md +195 -195
- package/src/bmad-plus/packs/pack-shield/references/iso27701/regulatory-mapping.md +229 -229
- package/src/bmad-plus/packs/pack-shield/references/iso27701/transition-guide.md +219 -219
- package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-ai-risk-assessment.md +258 -258
- package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-clauses-requirements.md +279 -279
- package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-controls-annex-a.md +155 -155
- package/src/bmad-plus/packs/pack-shield/references/itar/compliance-program.md +174 -174
- package/src/bmad-plus/packs/pack-shield/references/itar/licensing-guide.md +146 -146
- package/src/bmad-plus/packs/pack-shield/references/itar/usml-categories.md +93 -93
- package/src/bmad-plus/packs/pack-shield/references/lgpd/anpd-enforcement.md +147 -147
- package/src/bmad-plus/packs/pack-shield/references/lgpd/compliance-program.md +272 -272
- package/src/bmad-plus/packs/pack-shield/references/lgpd/lgpd-articles.md +271 -271
- package/src/bmad-plus/packs/pack-shield/references/nis2/article-21-measures.md +153 -153
- package/src/bmad-plus/packs/pack-shield/references/nis2/iso27001-nis2-mapping.md +68 -68
- package/src/bmad-plus/packs/pack-shield/references/nist-800-53/assessment-rmf.md +349 -349
- package/src/bmad-plus/packs/pack-shield/references/nist-800-53/baselines-tailoring.md +277 -277
- package/src/bmad-plus/packs/pack-shield/references/nist-800-53/control-families.md +450 -450
- package/src/bmad-plus/packs/pack-shield/references/nist-ai-rmf/rmf-core.md +361 -361
- package/src/bmad-plus/packs/pack-shield/references/nist-ai-rmf/rmf-profiles.md +192 -192
- package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-10-to-20-mapping.md +143 -143
- package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-20-functions-categories.md +278 -278
- package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-implementation-tiers.md +135 -135
- package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-requirements.md +366 -366
- package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-saq-guide.md +217 -217
- package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-v4-changes.md +190 -190
- package/src/bmad-plus/packs/pack-shield/references/section-508/wcag-mapping.md +160 -160
- package/src/bmad-plus/packs/pack-shield/references/soc2/controls.md +241 -241
- package/src/bmad-plus/packs/pack-shield/references/soc2/evidence.md +236 -236
- package/src/bmad-plus/packs/pack-shield/references/soc2/policies.md +254 -254
- package/src/bmad-plus/packs/pack-shield/references/soc2/vendor.md +276 -276
- package/src/bmad-plus/packs/pack-shield/references/swift-csp/swift-assessment.md +202 -202
- package/src/bmad-plus/packs/pack-shield/references/swift-csp/swift-controls.md +545 -545
- package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-crmp-requirements.md +359 -359
- package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-directives-overview.md +187 -187
- package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-incident-reporting.md +187 -187
- package/src/bmad-plus/packs/pack-shield/references/wcag/criteria-detail.md +510 -510
- package/src/bmad-plus/packs/pack-shield/shared/audit-report-template.md +103 -103
- package/src/bmad-plus/packs/pack-shield/shared/cross-framework-mapper.md +103 -103
- package/src/bmad-plus/packs/pack-shield/shared/gap-analysis-template.md +83 -83
- package/src/bmad-plus/packs/pack-shield/shield-orchestrator.md +229 -229
- package/src/bmad-plus/packs/pack-shield/upstream-sync.yaml +68 -68
- package/src/bmad-plus/skills/bmad-plus-autopilot/SKILL.md +99 -99
- package/src/bmad-plus/skills/bmad-plus-parallel/SKILL.md +93 -93
- package/src/bmad-plus/skills/bmad-plus-sync/SKILL.md +69 -69
- package/tools/cli/commands/autoconfig.js +498 -489
- package/tools/cli/commands/doctor.js +222 -175
- package/tools/cli/commands/install.js +739 -739
- package/tools/cli/commands/memory.js +194 -194
- package/tools/cli/commands/scan.js +360 -350
- package/tools/cli/commands/uninstall.js +96 -96
- package/tools/cli/commands/update.js +174 -174
- package/tools/cli/i18n.js +763 -763
package/CHANGELOG.md
CHANGED
|
@@ -1,407 +1,450 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to BMAD+ will be documented in this file.
|
|
4
|
-
|
|
5
|
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
|
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
-
|
|
8
|
-
## [0.
|
|
9
|
-
|
|
10
|
-
###
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
###
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
-
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
-
|
|
44
|
-
-
|
|
45
|
-
-
|
|
46
|
-
-
|
|
47
|
-
-
|
|
48
|
-
-
|
|
49
|
-
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
-
|
|
60
|
-
-
|
|
61
|
-
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
-
|
|
72
|
-
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
-
|
|
85
|
-
-
|
|
86
|
-
|
|
87
|
-
-
|
|
88
|
-
-
|
|
89
|
-
-
|
|
90
|
-
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
-
|
|
94
|
-
- **
|
|
95
|
-
- **
|
|
96
|
-
|
|
97
|
-
## [0.
|
|
98
|
-
|
|
99
|
-
###
|
|
100
|
-
|
|
101
|
-
### Added
|
|
102
|
-
- **Pack
|
|
103
|
-
-
|
|
104
|
-
-
|
|
105
|
-
-
|
|
106
|
-
-
|
|
107
|
-
-
|
|
108
|
-
-
|
|
109
|
-
-
|
|
110
|
-
- **
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
-
|
|
114
|
-
-
|
|
115
|
-
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
-
|
|
124
|
-
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
- **
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
- **
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
-
|
|
150
|
-
-
|
|
151
|
-
- **
|
|
152
|
-
- **
|
|
153
|
-
- **
|
|
154
|
-
- **
|
|
155
|
-
- **
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
- **
|
|
159
|
-
- **
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
- **
|
|
163
|
-
- **
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
- **
|
|
178
|
-
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
- **
|
|
196
|
-
- **
|
|
197
|
-
- **
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
- **
|
|
207
|
-
- **
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
###
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
- **
|
|
235
|
-
- **
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
- **
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
- **
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
-
|
|
303
|
-
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
- `
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
-
|
|
316
|
-
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
###
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
###
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
-
|
|
379
|
-
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
####
|
|
392
|
-
- **
|
|
393
|
-
- **
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
-
|
|
398
|
-
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to BMAD+ will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [0.8.0] — 2026-06-24
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- 3 new packs: pack-animated (web animation agent), pack-backup (universal backup agent), pack-seo (full SEO audit — 15 files with agents, refs, templates, playbooks)
|
|
12
|
+
- `extract_frames.py` script for animated-website (263 lines, ffprobe/ffmpeg)
|
|
13
|
+
|
|
14
|
+
### Security
|
|
15
|
+
- P0 remediation: fix command injection, path traversal, token-in-URL, wildcard hosts, error leak (Shield GRC v2.0)
|
|
16
|
+
- CI: add npm audit gate with continue-on-error, remove silent-fail pattern
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
- README.de.md: full sync (+131 lines) — Pack System, Autopilot, Project Structure, Credits
|
|
20
|
+
- All Torah-named references removed from Dev Studio, module.yaml, READMEs
|
|
21
|
+
- Dev Studio: cleaned references in orchestrator, bwml-spec, upstream-sync
|
|
22
|
+
- process-info.md: updated (oveanet-pack not in npm package)
|
|
23
|
+
- CI: Windows %TEMP% → tmp/ in .npmignore and CI workflow
|
|
24
|
+
- Badge shields: version 0.7.5 → 0.8.0 across all 5 READMEs
|
|
25
|
+
|
|
26
|
+
### Fixed
|
|
27
|
+
- Broken TOC anchor links across all 5 READMEs (#the-56-agents)
|
|
28
|
+
- oveanet ↔ .agents mirror directories sync (31 files)
|
|
29
|
+
|
|
30
|
+
### Tests
|
|
31
|
+
- 143/143 tests passing ✅
|
|
32
|
+
|
|
33
|
+
## [0.7.5] — 2026-05-17
|
|
34
|
+
|
|
35
|
+
### 🩺 Quality & Compliance
|
|
36
|
+
|
|
37
|
+
### Added
|
|
38
|
+
- **MIT LICENSE** — Proper license file matching `package.json` declaration
|
|
39
|
+
- **PACKS↔module.yaml sync check** — New Check 9 in `npx bmad-plus doctor` that cross-validates install.js PACKS object against module.yaml packs, preventing invisible pack bugs
|
|
40
|
+
- **30 new unit tests** — Total now 97:
|
|
41
|
+
- `scan.js` module validation (markers, skip dirs, options)
|
|
42
|
+
- `autoconfig.js` function checks (detectStack, analyzeStructure, calculateHealth, recommendPacks)
|
|
43
|
+
- `memory.js` subcommand and health score validation
|
|
44
|
+
- PACKS↔module.yaml bidirectional sync (count + key match)
|
|
45
|
+
- LICENSE file integrity
|
|
46
|
+
- **Global brain consolidation** — Promoted cross-project wisdom:
|
|
47
|
+
- 1 lesson (PowerShell UTF-8 corruption)
|
|
48
|
+
- 2 decisions (anti-regression protocol, i18n-first CLI)
|
|
49
|
+
- 2 patterns (dual-tier memory, surgical edit protocol)
|
|
50
|
+
|
|
51
|
+
## [0.7.4] — 2026-05-17
|
|
52
|
+
|
|
53
|
+
### 🧠 Smart Autoconfig
|
|
54
|
+
|
|
55
|
+
### Added
|
|
56
|
+
- **`npx bmad-plus autoconfig`** — Smart project bootstrap:
|
|
57
|
+
- **Existing projects**: analyzes stack, structure, health; auto-selects packs; populates memory
|
|
58
|
+
- **New projects**: interactive wizard (type + description); initializes everything
|
|
59
|
+
- Auto-preserves existing IDE configs (`--tools none` when configs detected)
|
|
60
|
+
- Writes `context.md` with full project analysis for agent continuity
|
|
61
|
+
- Shows contextual recommendations ("Talk to Forge to...", "Talk to Sentinel to...")
|
|
62
|
+
|
|
63
|
+
### Fixed
|
|
64
|
+
- `--tools none` installer crash (undefined IDE name)
|
|
65
|
+
|
|
66
|
+
## [0.7.3] — 2026-05-17
|
|
67
|
+
|
|
68
|
+
### 🎨 Scan UX Improvements
|
|
69
|
+
|
|
70
|
+
### Added
|
|
71
|
+
- **Scan legend** — Color-coded status legend displayed before the project table
|
|
72
|
+
- **`--active-days <n>`** — Custom threshold for "active" status (default: 30 days)
|
|
73
|
+
- **`--paused-days <n>`** — Custom threshold for "paused" status (default: 180 days)
|
|
74
|
+
|
|
75
|
+
### Fixed
|
|
76
|
+
- Scan now accepts positional path argument (`npx bmad-plus scan D:\path`)
|
|
77
|
+
|
|
78
|
+
## [0.7.1] — 2026-05-17
|
|
79
|
+
|
|
80
|
+
### 🛠️ CLI Commands & Guardrails Injection
|
|
81
|
+
|
|
82
|
+
### Added
|
|
83
|
+
- **`npx bmad-plus scan [path]`** — Interactive project scanner
|
|
84
|
+
- Recursive directory scan with stack auto-detection (Node.js, Rust, Python, Go, PHP, Ruby, Java)
|
|
85
|
+
- Framework detection (Next.js, Nuxt, React, Vue, Svelte, Express, Electron, Tauri)
|
|
86
|
+
- Status tracking (active/paused/archived based on last modified)
|
|
87
|
+
- Interactive validation: index all, select, or skip
|
|
88
|
+
- Auto-generates `projects-index.md` in global brain
|
|
89
|
+
- **`npx bmad-plus memory status`** — Memory health report
|
|
90
|
+
- Shows project memory + global brain status
|
|
91
|
+
- Entry counts, last modified dates, health score
|
|
92
|
+
- Brain link detection
|
|
93
|
+
- **`npx bmad-plus memory export`** — Export brain as portable Markdown archive
|
|
94
|
+
- **Karpathy Guardrails injection** — 4 principles auto-injected into CLAUDE.md/GEMINI.md/AGENTS.md when Memory pack is installed
|
|
95
|
+
- **i18n** — Memory + Dev Studio keys for EN and FR (other languages use fallback)
|
|
96
|
+
|
|
97
|
+
## [0.7.0] — 2026-05-17
|
|
98
|
+
|
|
99
|
+
### 🧠 Pack Memory — Persistent Brain
|
|
100
|
+
|
|
101
|
+
### Added
|
|
102
|
+
- **Pack Memory** — Persistent cross-session memory system with brain detection
|
|
103
|
+
- 🧠 **Zecher Agent** (זכר, "remembrance") — Memory archivist for consolidation, project scanning, context recall
|
|
104
|
+
- 📁 **Project Memory** (`.agents/memory/`) — decisions.md, lessons.md, patterns.md, context.md, sessions/
|
|
105
|
+
- 🌐 **Global Brain** (`~/.bmad-plus/brain/`) — Cross-project knowledge, identity, project index
|
|
106
|
+
- 🔍 **Project Scanner** — Scan directories/disks, detect stacks, interactive validation, auto-index
|
|
107
|
+
- 🛡️ **Karpathy Guardrails** — 4 behavioral principles (Think, Simplify, Surgical, Goal-driven) woven into agents
|
|
108
|
+
- 📋 **Memory Protocol** — Complete read/write rules for when agents use memory
|
|
109
|
+
- 🔗 **Brain Detection** — Detects existing `_brain/`, `~/.claude/memory/`, links instead of overwrites
|
|
110
|
+
- 📝 **6 templates** — decisions, lessons, patterns, context, session-handoff, identity.yaml
|
|
111
|
+
|
|
112
|
+
### Changed
|
|
113
|
+
- CLI installer: brain detection step (4.5) with merge-safe logic
|
|
114
|
+
- IDE config generation: Zecher agent listed when memory pack selected
|
|
115
|
+
- Install guide: memory-specific examples (Zecher commands)
|
|
116
|
+
|
|
117
|
+
## [0.6.0] — 2026-05-17
|
|
118
|
+
|
|
119
|
+
### 🏗️ Pack Dev Studio — Full Software Development Lifecycle
|
|
120
|
+
|
|
121
|
+
### Added
|
|
122
|
+
- **Pack Dev Studio** — 6 specialized agents + 30 workflows covering the complete SDLC
|
|
123
|
+
- 📊 **Analysis** (8): Miriam (Business Analyst), Huldah (Tech Writer), Product Brief, PRFAQ, Market/Domain/Technical Research
|
|
124
|
+
- 📋 **Planning** (7): Yosef (Product Manager), Rachel (UX Designer), PRD Create/Edit/Validate, UX Design
|
|
125
|
+
- 🏗️ **Architecture** (5+9 steps): Bezalel (System Architect), Create Architecture (8-step workflow), Epics & Stories, Readiness Check
|
|
126
|
+
- 💻 **Implementation** (12): Oholiab (Senior Engineer), Sprint Planning, Dev Story (TDD cycle), Code Review, Quick Dev, Investigate
|
|
127
|
+
- 🔧 **Utilities** (12): Distillator, Party Mode, Adversarial Review, Edge Case Hunter, Editorial Reviews, Advanced Elicitation
|
|
128
|
+
- **BWML** (BMAD+ Workflow Markup Language) — Proprietary DSL extending BMAD v6 XML with 12 new primitives:
|
|
129
|
+
`<agent>`, `<parallel>`, `<loop>`, `<validate>`, `<guard>`, `<emit>`, `<context>`, `<memory>`, `<escalate>`, `<retry>`, `<fallback>`, `<metric>`
|
|
130
|
+
- **Dev Studio Orchestrator** — Intelligent routing across 5 phases with BWML-powered workflow definitions
|
|
131
|
+
- **Torah-named Personas** — Agents named after Torah figures matching their roles: Miriam, Huldah, Yosef, Rachel, Bezalel, Oholiab
|
|
132
|
+
- **Upstream Sync** — Tracking config for BMAD-METHOD v6.6.0 updates (commit `0f852a3`)
|
|
133
|
+
- **64 files** — 59 .md skills, module-help.csv, BWML spec, orchestrator, README, upstream-sync
|
|
134
|
+
|
|
135
|
+
### Changed
|
|
136
|
+
- **module.yaml** — Added dev-studio pack with 5 categories and cohabitation warning for Core pack
|
|
137
|
+
- **install.js** — IDE configs now include 6 Torah-named agents when Dev Studio is selected
|
|
138
|
+
- **Version reference** — Updated from BMAD-METHOD v6.2.0 to v6.6.0
|
|
139
|
+
|
|
140
|
+
## [0.5.0] — 2026-05-17
|
|
141
|
+
|
|
142
|
+
### 🛡️ Pack Shield — GRC Compliance (38 agents)
|
|
143
|
+
|
|
144
|
+
### Added
|
|
145
|
+
- **Pack Shield** — 38 expert compliance agents covering 25+ regulatory frameworks
|
|
146
|
+
- 🔐 **Data Privacy** (5): GDPR, CCPA/CPRA, LGPD, DPDPA, ISO 27701
|
|
147
|
+
- 🛡️ **Cybersecurity** (6): ISO 27001, NIST CSF 2.0, NIST 800-53, CIS Controls v8, NIS2, ISM
|
|
148
|
+
- 🏢 **Industry Compliance** (6): SOC 2, PCI DSS v4.0, HIPAA, SWIFT CSP, DORA, FedRAMP
|
|
149
|
+
- 🔒 **Defense & Export** (4): CMMC 2.0, ITAR, EAR, TSA
|
|
150
|
+
- 🤖 **AI Governance** (3): EU AI Act, ISO 42001, NIST AI RMF
|
|
151
|
+
- ♿ **Accessibility & ESG** (3): WCAG, Section 508, CSRD
|
|
152
|
+
- 📋 **GDPR & AI Act Workflows** (11): DPIA, Breach Response, LIA, Privacy Notices/Policies, Cookie Compliance, AI Act Classification/Roles/FRIA/Incidents
|
|
153
|
+
- **Shield Orchestrator** — Intelligent routing across all 38 agents with cross-framework mapping
|
|
154
|
+
- **85 Reference Files** — Deep regulatory knowledge extracted from upstream Claude Skills archives
|
|
155
|
+
- **3 Shared Templates** — Gap Analysis, Cross-Framework Mapper, Audit Report
|
|
156
|
+
- **Upstream Sync System** — Tracking configuration for Sushegaad GRC skill updates
|
|
157
|
+
- **module.yaml** — Full shield pack definition with 7 categories and per-category agent lists
|
|
158
|
+
- **CLI Integration** — Shield pack selectable in `npx bmad-plus install` with 3 localized example commands
|
|
159
|
+
- **IDE Config** — Shield agent advertised in generated AGENTS.md/GEMINI.md
|
|
160
|
+
|
|
161
|
+
### Changed
|
|
162
|
+
- **install_packs** — All packs now listed in multiselect (seo, backup, animated were missing)
|
|
163
|
+
- **module.yaml** — Replaced old `audit` (coming_soon) stub with fully realized `shield` pack
|
|
164
|
+
|
|
165
|
+
### Attribution
|
|
166
|
+
- Based on [Claude Skills for GRC](https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance) by Hemant Naik — MIT License
|
|
167
|
+
- GDPR/EU AI Act workflows inspired by [Lawve.ai](https://lawve.ai) professional skills catalog
|
|
168
|
+
|
|
169
|
+
---
|
|
170
|
+
|
|
171
|
+
## [0.4.4] — 2026-05-17
|
|
172
|
+
|
|
173
|
+
### 🔧 Encoding Fix + i18n Complete + Tests
|
|
174
|
+
|
|
175
|
+
### Fixed
|
|
176
|
+
- **UTF-8 encoding** — Fixed double-encoding corruption in `i18n.js` caused by PowerShell `Set-Content`
|
|
177
|
+
- **Credits URL** — Now points to public repo `github.com/lrochetta/BMAD-PLUS`
|
|
178
|
+
- **npm re-publish** — v0.4.3 had corrupted Unicode on npm; this release replaces it
|
|
179
|
+
|
|
180
|
+
### Added
|
|
181
|
+
- **Complete i18n** — CLI guide strings (commands, examples) now translated in all 10 languages (no more EN fallbacks)
|
|
182
|
+
- **Unit tests** — 53+ tests covering i18n, CLI modules, package.json integrity, module.yaml, source files, version consistency
|
|
183
|
+
- **`npm test`** — Jest test script added to package.json
|
|
184
|
+
|
|
185
|
+
---
|
|
186
|
+
|
|
187
|
+
## [0.4.3] — 2026-05-17
|
|
188
|
+
|
|
189
|
+
### 🔧 CLI Commands + Security Hardening + UX Enhancements
|
|
190
|
+
|
|
191
|
+
### Added
|
|
192
|
+
- **`bmad-plus update`** — Update agents & skills while preserving config, IDE configs, and output directories
|
|
193
|
+
- **`bmad-plus doctor`** — Check installation integrity (version, agents, configs, pack health)
|
|
194
|
+
- **Internationalized `uninstall`** — Uses i18n system from install manifest language (10 languages)
|
|
195
|
+
- **Credits at startup** — Author attribution displayed immediately when installer launches
|
|
196
|
+
- **Enriched post-install guide** — CLI commands section + pack-specific usage examples in selected language
|
|
197
|
+
- **i18n strings for update/uninstall/doctor** — EN, FR, ES, DE, PT-BR, RU, ZH, HE, JA, IT
|
|
198
|
+
- **CLI guide strings** — `guide_cli_title`, `guide_examples_title`, pack examples for SEO/Backup/Animated/OSINT
|
|
199
|
+
|
|
200
|
+
### Fixed
|
|
201
|
+
- **Security** — Added `mcp-server/.env` to `.gitignore`, created `.env.example` template
|
|
202
|
+
- **Manifest version** — Now reads from `package.json` dynamically (was hardcoded `0.4.0`)
|
|
203
|
+
- **`module.yaml` sync** — Added missing SEO, Backup, Animated pack definitions
|
|
204
|
+
- **`package.json` cleanup** — Removed `oveanet-pack` from `files[]` (already excluded by `.npmignore`)
|
|
205
|
+
- **CI/CD reliability** — Removed `continue-on-error` from npm publish step
|
|
206
|
+
- **Comment accuracy** — Updated "9 languages" → "10 languages" in install.js header
|
|
207
|
+
- **Installer title** — Now reads version from `package.json` dynamically
|
|
208
|
+
|
|
209
|
+
### Changed
|
|
210
|
+
- **Dependencies** — Updated `@clack/prompts` 1.1.0 → 1.4.0, `fs-extra` 11.3.4 → 11.3.5
|
|
211
|
+
- **npm scripts** — Added `update:bmad` and `doctor:bmad` scripts
|
|
212
|
+
|
|
213
|
+
---
|
|
214
|
+
|
|
215
|
+
## [0.4.2] — 2026-03-19
|
|
216
|
+
|
|
217
|
+
### 📦 Public Packs — SEO/Backup/Animated now in npm
|
|
218
|
+
|
|
219
|
+
### Added
|
|
220
|
+
- **Public pack agents** — SEO Audit 360, Universal Backup, Animated Website agent files now included in npm package
|
|
221
|
+
- Agent files copied from `oveanet-pack/` to `src/bmad-plus/agents/pack-seo/`, `pack-backup/`, `pack-animated/`
|
|
222
|
+
- Installer `packDir` system replaces `oveanetAgent` for proper npm distribution
|
|
223
|
+
|
|
224
|
+
---
|
|
225
|
+
|
|
226
|
+
## [0.4.1] — 2026-03-19
|
|
227
|
+
|
|
228
|
+
### 🌐 CLI Internationalization + DevOps Hardening
|
|
229
|
+
|
|
230
|
+
### Added
|
|
231
|
+
- **10-language CLI installer** — EN, FR, ES, DE, PT-BR, RU, ZH, HE, JA, IT with language selector at startup
|
|
232
|
+
- **CI/CD pipeline** — `publish-distribution.yml` GitHub Action (Golden → Public repo scrubbing)
|
|
233
|
+
- **`.npmignore`** — Excludes private directories from npm package
|
|
234
|
+
- **`/deploy` workflow** — Mandatory pre-deployment checklist
|
|
235
|
+
- **Post-install guide** — Enriched with all packs (SEO, Backup, Animated Website)
|
|
236
|
+
|
|
237
|
+
### Fixed
|
|
238
|
+
- **Security** — Purged `secrets/github_pat.txt` from git history, fixed `.gitignore` UTF-16 corruption
|
|
239
|
+
- **Version badges** — Updated from 0.1.0 → 0.4.1 across all 5 READMEs
|
|
240
|
+
- **Project structure** — Updated trees in both Golden and Distribution READMEs
|
|
241
|
+
|
|
242
|
+
---
|
|
243
|
+
|
|
244
|
+
## [0.4.0] — 2026-03-19
|
|
245
|
+
|
|
246
|
+
### 🏢 SEO Engine — Enterprise Extensions (Sprint 4)
|
|
247
|
+
|
|
248
|
+
### Added
|
|
249
|
+
- **Google Search Console extension** — OAuth2 client for organic search data (queries, pages, coverage, sitemaps)
|
|
250
|
+
- **Google Analytics 4 extension** — GA4 Data API client for organic traffic, landing pages, and engagement metrics
|
|
251
|
+
- Both extensions include setup guides, Python clients, and separate requirements
|
|
252
|
+
|
|
253
|
+
### Notes
|
|
254
|
+
- Extensions are **optional** and require OAuth2 setup (see `EXTENSION.md` in each directory)
|
|
255
|
+
- Core SEO Engine (SKILL.md + 3 agents + Python toolkit) works without extensions
|
|
256
|
+
- GSC and GA4 share OAuth2 credentials for simplified auth flow
|
|
257
|
+
|
|
258
|
+
---
|
|
259
|
+
|
|
260
|
+
## [0.3.3] — 2026-03-19
|
|
261
|
+
|
|
262
|
+
### 🧪 SEO Engine — Quality & Security (Sprint 3)
|
|
263
|
+
|
|
264
|
+
### Added
|
|
265
|
+
- **Unit tests** — 50 pytest tests covering all Python scripts (fetch, parse, crawl, APIs)
|
|
266
|
+
- **Pre-commit hook** — `hooks/seo-check.sh` validates HTML for title, meta, alt, H1 before commit
|
|
267
|
+
- **Audit JSON schema** — `ref/audit-schema.json` standardized export format for dashboard/API integration
|
|
268
|
+
- **Test fixture** — `tests/fixtures/sample_page.html` with known SEO elements
|
|
269
|
+
|
|
270
|
+
---
|
|
271
|
+
|
|
272
|
+
## [0.3.2] — 2026-03-19
|
|
273
|
+
|
|
274
|
+
### 📊 SEO Engine — Reports, Competitor & Hreflang (Sprint 2)
|
|
275
|
+
|
|
276
|
+
### Added
|
|
277
|
+
- **seo_report.py** — Professional HTML report generator with inline SVG radar chart, color-coded issue cards, quick wins section, and print-friendly CSS
|
|
278
|
+
- **Benchmarker role** — Added to Chief agent for `/seo competitor` command (side-by-side site comparison with delta scoring)
|
|
279
|
+
- **hreflang-rules.md** — Complete hreflang audit reference with 7 validation rules, 6 common error patterns, and 12-point checklist
|
|
280
|
+
|
|
281
|
+
---
|
|
282
|
+
|
|
283
|
+
## [0.3.1] — 2026-03-19
|
|
284
|
+
|
|
285
|
+
### 🔧 SEO Engine Enhancements (Sprint 1)
|
|
286
|
+
|
|
287
|
+
### Added
|
|
288
|
+
- **SKILL.md orchestrator** — Single entry point routing 15 `/seo` commands to the right agents
|
|
289
|
+
- **seo_apis.py** — Google APIs client (PageSpeed Insights, CrUX field data, Rich Results Test)
|
|
290
|
+
- **requirements.txt** — Python dependencies (requests, beautifulsoup4, lxml)
|
|
291
|
+
- **install.sh + install.ps1** — Cross-platform dependency installer with venv support
|
|
292
|
+
|
|
293
|
+
---
|
|
294
|
+
|
|
295
|
+
## [0.3.0] — 2026-03-19
|
|
296
|
+
|
|
297
|
+
### 🚀 SEO Engine v2.0 — Complete Rewrite
|
|
298
|
+
|
|
299
|
+
### Added
|
|
300
|
+
- **3 multi-role SEO agents** (replacing single monolithic agent):
|
|
301
|
+
- 🔎 **Scout** — Technical scanner (Crawler, Inspector, Photographer)
|
|
302
|
+
- ⚖️ **Judge** — Content & AI analyst (Content Expert, Schema Master, GEO Analyst)
|
|
303
|
+
- 👑 **Chief** — Strategist & reporter (Scorer, Strategist, Reporter)
|
|
304
|
+
- **4 Python scripts** (new toolkit):
|
|
305
|
+
- `seo_fetch.py` — Secure HTTP fetcher with SSRF protection and multi-UA support
|
|
306
|
+
- `seo_parse.py` — HTML parser for meta, schema, links, images, word count
|
|
307
|
+
- `seo_crawl.py` — Recursive mini-crawler with sitemap parsing and orphan detection
|
|
308
|
+
- `seo_screenshot.py` — Playwright viewport screenshots with above-fold analysis
|
|
309
|
+
- **6 reference documents**:
|
|
310
|
+
- Core Web Vitals 2026 thresholds (LCP subparts, INP, CLS)
|
|
311
|
+
- Schema.org v29.4 type catalog with deprecation status
|
|
312
|
+
- E-E-A-T scoring grid (100-point evaluation)
|
|
313
|
+
- GEO signals for AI search optimization (Google AI Overviews, ChatGPT, Perplexity)
|
|
314
|
+
- Quality gates with content thresholds by page type
|
|
315
|
+
- 14 ready-to-use JSON-LD schema templates
|
|
316
|
+
- **6-phase audit workflow** with PageSpeed perfection loop
|
|
317
|
+
- **SEO Health Score (0–100)** with 7 weighted categories
|
|
318
|
+
- **Auto-generated code fixes** for common SEO issues
|
|
319
|
+
- **13 user commands** (`/seo full`, `/seo quick`, `/seo pagespeed`, etc.)
|
|
320
|
+
- **Monitoring system** with historical score comparison
|
|
321
|
+
|
|
322
|
+
### Changed
|
|
323
|
+
- SEO Audit 360 pack upgraded from v1.0 to v2.0
|
|
324
|
+
- Architecture: single SKILL.md → 3 specialized agents with parallel execution
|
|
325
|
+
|
|
326
|
+
### Preserved
|
|
327
|
+
- `pagespeed-playbook.md` — Battle-tested oveanet.ch PageSpeed optimization loop
|
|
328
|
+
- `checklist.md` — Original PageSpeed perfection checklist
|
|
329
|
+
|
|
330
|
+
---
|
|
331
|
+
|
|
332
|
+
## [0.2.0] — 2026-03-18
|
|
333
|
+
|
|
334
|
+
### 🔀 Oveanet Fusion
|
|
335
|
+
|
|
336
|
+
### Added
|
|
337
|
+
- **3 new utility packs** from oveanet-agents:
|
|
338
|
+
- 🔍 **SEO Audit 360** — 9-category audit for search engines + AI engines (by Oveanet)
|
|
339
|
+
- 🗂️ **Universal Backup** — Timestamped ZIP backup with smart exclusions (by Oveanet)
|
|
340
|
+
- 🎬 **Animated Website** — Luxury scroll-driven website from video (by Oveanet)
|
|
341
|
+
- `oveanet-pack/` directory as source for oveanet agent content
|
|
342
|
+
- Oveanet sync documentation in `process-info.md`
|
|
343
|
+
|
|
344
|
+
### Changed
|
|
345
|
+
- Installer now shows 7 packs (Core + OSINT + Maker + Audit + SEO + Backup + Animated)
|
|
346
|
+
- `package.json` includes `oveanet-pack` in npm distribution
|
|
347
|
+
|
|
348
|
+
### Removed
|
|
349
|
+
- `pour etudier/` directory (content migrated to `oveanet-pack/`)
|
|
350
|
+
|
|
351
|
+
---
|
|
352
|
+
|
|
353
|
+
## [0.1.3] — 2026-03-18
|
|
354
|
+
|
|
355
|
+
### 🔧 Cross-Platform Fix
|
|
356
|
+
|
|
357
|
+
### Fixed
|
|
358
|
+
- LF line endings for `bin` scripts (fixes `npx` execution on macOS/Linux)
|
|
359
|
+
- Added `.gitattributes` to enforce LF on executable scripts
|
|
360
|
+
|
|
361
|
+
---
|
|
362
|
+
|
|
363
|
+
## [0.1.2] — 2026-03-17
|
|
364
|
+
|
|
365
|
+
### 📝 Credits Update
|
|
366
|
+
|
|
367
|
+
### Changed
|
|
368
|
+
- Author credits translated to English in CLI installer and READMEs
|
|
369
|
+
- Added LinkedIn link to credits section
|
|
370
|
+
|
|
371
|
+
---
|
|
372
|
+
|
|
373
|
+
## [0.1.1] — 2026-03-17
|
|
374
|
+
|
|
375
|
+
### 👤 Author Attribution
|
|
376
|
+
|
|
377
|
+
### Added
|
|
378
|
+
- Laurent Rochetta credit in `README.md`, `README-DIST.md`, and CLI success message
|
|
379
|
+
- GitHub and LinkedIn links in credits section
|
|
380
|
+
|
|
381
|
+
---
|
|
382
|
+
|
|
383
|
+
## [0.1.0] — 2026-03-17
|
|
384
|
+
|
|
385
|
+
### 🎉 Initial Release — Foundation
|
|
386
|
+
|
|
387
|
+
First release of BMAD+, an augmented fork of BMAD-METHOD v6.2.0.
|
|
388
|
+
|
|
389
|
+
### Added
|
|
390
|
+
|
|
391
|
+
#### Core Module (`src/bmad-plus/`)
|
|
392
|
+
- **module.yaml** — Module configuration with execution mode, auto-role activation, parallel execution, and modular pack system
|
|
393
|
+
- **module-help.csv** — Contextual help for all 8 registered skills/agents
|
|
394
|
+
|
|
395
|
+
#### 5 Multi-Role Agents
|
|
396
|
+
- **Atlas (Strategist)** — Fuses Analyst + PM into 2 switchable roles with auto-activation
|
|
397
|
+
- **Forge (Architect-Dev)** — Fuses Architect + Dev + Tech Writer into 3 switchable roles
|
|
398
|
+
- **Sentinel (Quality)** — Fuses QA + UX Designer into 2 switchable roles
|
|
399
|
+
- **Nexus (Orchestrator)** — Fuses SM + Quick-Flow + new Autopilot Controller + new Parallel Supervisor (4 roles)
|
|
400
|
+
- **Shadow (OSINT)** — Converted from legacy XML agent to BMAD+ v6 format (pack: osint)
|
|
401
|
+
|
|
402
|
+
#### 3 Custom Skills
|
|
403
|
+
- **bmad-plus-autopilot** — Full pipeline automation (Discovery → Build → Ship) with configurable checkpoints
|
|
404
|
+
- **bmad-plus-parallel** — Multi-agent parallel execution with orchestrator supervision (launch/stop/restart/reallocate/escalate)
|
|
405
|
+
- **bmad-plus-sync** — Upstream synchronization via VPS MCP Server
|
|
406
|
+
|
|
407
|
+
#### Auto-Activation System
|
|
408
|
+
- **role-triggers.yaml** — 3-level intelligent role switching:
|
|
409
|
+
- Level 1: Pattern matching (keywords in user requests)
|
|
410
|
+
- Level 2: Contextual analysis (domain detection during work)
|
|
411
|
+
- Level 3: Reasoning chains (logical discoveries during execution)
|
|
412
|
+
|
|
413
|
+
#### Modular Pack System
|
|
414
|
+
- **Core pack** (required) — 4 agents, 3 skills, role-triggers
|
|
415
|
+
- **OSINT pack** (optional) — Shadow agent + OSINT investigation skills
|
|
416
|
+
- **Maker pack** (optional) — Maker meta-agent for creating new BMAD+ compatible agents (4-phase pipeline: Discovery → Design → Generation → Validation)
|
|
417
|
+
- **Audit pack** (coming soon) — Shield agent placeholder
|
|
418
|
+
- Multi-select installer menu with per-pack API key requirements
|
|
419
|
+
|
|
420
|
+
#### `npx bmad-plus install` CLI
|
|
421
|
+
- Interactive installer with pack selection, IDE auto-detection, user config
|
|
422
|
+
- Contextual post-install guide adapted to installed packs
|
|
423
|
+
- `--packs`, `--yes`, `--tools`, `--directory` flags for non-interactive use
|
|
424
|
+
- Uninstall command: `npx bmad-plus uninstall`
|
|
425
|
+
|
|
426
|
+
#### Monitoring System (`monitor/`)
|
|
427
|
+
- **weekly-check.py** — Weekly upstream monitoring script (cron)
|
|
428
|
+
- **ai_analyzer.py** — Gemini API-powered diff analysis (compatible/review/breaking)
|
|
429
|
+
- **notifier.py** — WhatsApp notifications via Evolution API + email fallback
|
|
430
|
+
- **mcp_bridge.py** — Bridge to Audit 360° MCP Server for VPS git/github operations
|
|
431
|
+
- **docker-compose.yml** — Evolution API container configuration
|
|
432
|
+
- **config.example.yaml** — Configuration template
|
|
433
|
+
|
|
434
|
+
#### Multi-IDE Support
|
|
435
|
+
- **CLAUDE.md** — Claude Code configuration
|
|
436
|
+
- **GEMINI.md** — Gemini CLI configuration
|
|
437
|
+
- **AGENTS.md** — Codex CLI / OpenCode configuration
|
|
438
|
+
|
|
439
|
+
#### Integration
|
|
440
|
+
- Integrated existing **osint-agent-package** (Shadow agent, 55+ Apify actors, 7 APIs)
|
|
441
|
+
- Integrated existing **mcp-server** (Audit 360° with 35 tools) via MCP Bridge
|
|
442
|
+
|
|
443
|
+
### Upstream Compatibility
|
|
444
|
+
- Based on BMAD-METHOD v6.2.0 (2026-03-15)
|
|
445
|
+
- Compatible with core versions 6.0.0 — 7.0.0
|
|
446
|
+
- Replaces `bmm` module while keeping core skills
|
|
447
|
+
|
|
448
|
+
---
|
|
449
|
+
|
|
450
|
+
*For earlier history, see the upstream [BMAD-METHOD CHANGELOG](https://github.com/bmad-code-org/BMAD-METHOD/blob/main/CHANGELOG.md).*
|