bmad-plus 0.4.3 → 0.5.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 (133) hide show
  1. package/CHANGELOG.md +48 -0
  2. package/README.md +4 -3
  3. package/package.json +5 -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 +43 -12
  8. package/src/bmad-plus/packs/pack-shield/README.md +110 -0
  9. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/csrd-agent.md +262 -0
  10. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/section508-agent.md +179 -0
  11. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/wcag-agent.md +201 -0
  12. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/eu-ai-act-agent.md +97 -0
  13. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/iso42001-agent.md +251 -0
  14. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/nist-ai-rmf-agent.md +133 -0
  15. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/cis-controls-agent.md +221 -0
  16. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/ism-agent.md +150 -0
  17. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/iso27001-agent.md +167 -0
  18. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nis2-agent.md +83 -0
  19. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-800-53-agent.md +250 -0
  20. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-csf-agent.md +218 -0
  21. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/ccpa-agent.md +94 -0
  22. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/dpdpa-agent.md +136 -0
  23. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/gdpr-agent.md +296 -0
  24. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/iso27701-agent.md +134 -0
  25. package/src/bmad-plus/packs/pack-shield/categories/data-privacy/lgpd-agent.md +129 -0
  26. package/src/bmad-plus/packs/pack-shield/categories/defense-export/cmmc-agent.md +127 -0
  27. package/src/bmad-plus/packs/pack-shield/categories/defense-export/ear-agent.md +272 -0
  28. package/src/bmad-plus/packs/pack-shield/categories/defense-export/itar-agent.md +202 -0
  29. package/src/bmad-plus/packs/pack-shield/categories/defense-export/tsa-agent.md +367 -0
  30. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/dora-agent.md +510 -0
  31. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/fedramp-agent.md +247 -0
  32. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/hipaa-agent.md +173 -0
  33. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/pci-dss-agent.md +239 -0
  34. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/soc2-agent.md +266 -0
  35. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/swift-csp-agent.md +164 -0
  36. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-classifier.md +131 -0
  37. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-fria.md +155 -0
  38. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-incidents.md +187 -0
  39. package/src/bmad-plus/packs/pack-shield/categories/workflows/ai-act-roles.md +113 -0
  40. package/src/bmad-plus/packs/pack-shield/categories/workflows/breach-sentinel.md +197 -0
  41. package/src/bmad-plus/packs/pack-shield/categories/workflows/cookie-policy-gen.md +180 -0
  42. package/src/bmad-plus/packs/pack-shield/categories/workflows/dpia-sentinel.md +235 -0
  43. package/src/bmad-plus/packs/pack-shield/categories/workflows/legitimate-interest.md +159 -0
  44. package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-advisor.md +133 -0
  45. package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-notice-gen.md +160 -0
  46. package/src/bmad-plus/packs/pack-shield/categories/workflows/privacy-policy-gen.md +135 -0
  47. package/src/bmad-plus/packs/pack-shield/references/ccpa/ccpa-gdpr-comparison.md +117 -0
  48. package/src/bmad-plus/packs/pack-shield/references/ccpa/consumer-rights-workflows.md +177 -0
  49. package/src/bmad-plus/packs/pack-shield/references/cis-controls/framework-mappings.md +162 -0
  50. package/src/bmad-plus/packs/pack-shield/references/cis-controls/implementation-guidance.md +235 -0
  51. package/src/bmad-plus/packs/pack-shield/references/cis-controls/safeguards-detail.md +252 -0
  52. package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-assessment.md +170 -0
  53. package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-levels.md +113 -0
  54. package/src/bmad-plus/packs/pack-shield/references/cmmc/cmmc-practices.md +211 -0
  55. package/src/bmad-plus/packs/pack-shield/references/csrd/compliance-program.md +281 -0
  56. package/src/bmad-plus/packs/pack-shield/references/csrd/double-materiality.md +253 -0
  57. package/src/bmad-plus/packs/pack-shield/references/csrd/esrs-standards.md +401 -0
  58. package/src/bmad-plus/packs/pack-shield/references/dora/article-reference.md +441 -0
  59. package/src/bmad-plus/packs/pack-shield/references/dora/incident-classification.md +297 -0
  60. package/src/bmad-plus/packs/pack-shield/references/dora/rts-its-guide.md +306 -0
  61. package/src/bmad-plus/packs/pack-shield/references/dora/third-party-risk.md +349 -0
  62. package/src/bmad-plus/packs/pack-shield/references/dpdpa/gdpr-comparison.md +173 -0
  63. package/src/bmad-plus/packs/pack-shield/references/dpdpa/rights-and-obligations.md +426 -0
  64. package/src/bmad-plus/packs/pack-shield/references/dpdpa/rules-2025.md +599 -0
  65. package/src/bmad-plus/packs/pack-shield/references/dpdpa/sections-reference.md +319 -0
  66. package/src/bmad-plus/packs/pack-shield/references/ear/ccl-eccn-guide.md +250 -0
  67. package/src/bmad-plus/packs/pack-shield/references/ear/compliance-program.md +280 -0
  68. package/src/bmad-plus/packs/pack-shield/references/ear/license-exceptions.md +207 -0
  69. package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/gpai-governance.md +267 -0
  70. package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/obligations-high-risk.md +287 -0
  71. package/src/bmad-plus/packs/pack-shield/references/eu-ai-act/risk-classification.md +182 -0
  72. package/src/bmad-plus/packs/pack-shield/references/fedramp/appendices-guide.md +209 -0
  73. package/src/bmad-plus/packs/pack-shield/references/fedramp/control-families.md +281 -0
  74. package/src/bmad-plus/packs/pack-shield/references/fedramp/poam-guide.md +93 -0
  75. package/src/bmad-plus/packs/pack-shield/references/fedramp/readiness-checklist.md +134 -0
  76. package/src/bmad-plus/packs/pack-shield/references/fedramp/sap-sar-guide.md +86 -0
  77. package/src/bmad-plus/packs/pack-shield/references/fedramp/ssp-guide.md +129 -0
  78. package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/documents.md +192 -0
  79. package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/dpa-template.md +121 -0
  80. package/src/bmad-plus/packs/pack-shield/references/gdpr-compliance/privacy-notice.md +87 -0
  81. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/breach-notification.md +293 -0
  82. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/privacy-rule.md +276 -0
  83. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/security-rule.md +299 -0
  84. package/src/bmad-plus/packs/pack-shield/references/hipaa-compliance/templates.md +568 -0
  85. package/src/bmad-plus/packs/pack-shield/references/ism/control-applicability.md +181 -0
  86. package/src/bmad-plus/packs/pack-shield/references/ism/guidelines-overview.md +183 -0
  87. package/src/bmad-plus/packs/pack-shield/references/iso27001/annex-a-2013.md +203 -0
  88. package/src/bmad-plus/packs/pack-shield/references/iso27001/annex-a-2022.md +132 -0
  89. package/src/bmad-plus/packs/pack-shield/references/iso27001/control-mapping.md +153 -0
  90. package/src/bmad-plus/packs/pack-shield/references/iso27701/annex-a-controls.md +195 -0
  91. package/src/bmad-plus/packs/pack-shield/references/iso27701/regulatory-mapping.md +229 -0
  92. package/src/bmad-plus/packs/pack-shield/references/iso27701/transition-guide.md +219 -0
  93. package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-ai-risk-assessment.md +258 -0
  94. package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-clauses-requirements.md +279 -0
  95. package/src/bmad-plus/packs/pack-shield/references/iso42001/iso42001-controls-annex-a.md +155 -0
  96. package/src/bmad-plus/packs/pack-shield/references/itar/compliance-program.md +174 -0
  97. package/src/bmad-plus/packs/pack-shield/references/itar/licensing-guide.md +146 -0
  98. package/src/bmad-plus/packs/pack-shield/references/itar/usml-categories.md +93 -0
  99. package/src/bmad-plus/packs/pack-shield/references/lgpd/anpd-enforcement.md +147 -0
  100. package/src/bmad-plus/packs/pack-shield/references/lgpd/compliance-program.md +272 -0
  101. package/src/bmad-plus/packs/pack-shield/references/lgpd/lgpd-articles.md +271 -0
  102. package/src/bmad-plus/packs/pack-shield/references/nis2/article-21-measures.md +153 -0
  103. package/src/bmad-plus/packs/pack-shield/references/nis2/iso27001-nis2-mapping.md +68 -0
  104. package/src/bmad-plus/packs/pack-shield/references/nist-800-53/assessment-rmf.md +349 -0
  105. package/src/bmad-plus/packs/pack-shield/references/nist-800-53/baselines-tailoring.md +277 -0
  106. package/src/bmad-plus/packs/pack-shield/references/nist-800-53/control-families.md +450 -0
  107. package/src/bmad-plus/packs/pack-shield/references/nist-ai-rmf/rmf-core.md +361 -0
  108. package/src/bmad-plus/packs/pack-shield/references/nist-ai-rmf/rmf-profiles.md +192 -0
  109. package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-10-to-20-mapping.md +143 -0
  110. package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-20-functions-categories.md +278 -0
  111. package/src/bmad-plus/packs/pack-shield/references/nist-csf/csf-implementation-tiers.md +135 -0
  112. package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-requirements.md +366 -0
  113. package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-saq-guide.md +217 -0
  114. package/src/bmad-plus/packs/pack-shield/references/pci-compliance/pci-dss-v4-changes.md +190 -0
  115. package/src/bmad-plus/packs/pack-shield/references/section-508/wcag-mapping.md +160 -0
  116. package/src/bmad-plus/packs/pack-shield/references/soc2/controls.md +241 -0
  117. package/src/bmad-plus/packs/pack-shield/references/soc2/evidence.md +236 -0
  118. package/src/bmad-plus/packs/pack-shield/references/soc2/policies.md +254 -0
  119. package/src/bmad-plus/packs/pack-shield/references/soc2/vendor.md +276 -0
  120. package/src/bmad-plus/packs/pack-shield/references/swift-csp/swift-assessment.md +202 -0
  121. package/src/bmad-plus/packs/pack-shield/references/swift-csp/swift-controls.md +545 -0
  122. package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-crmp-requirements.md +359 -0
  123. package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-directives-overview.md +187 -0
  124. package/src/bmad-plus/packs/pack-shield/references/tsa-compliance/tsa-incident-reporting.md +187 -0
  125. package/src/bmad-plus/packs/pack-shield/references/wcag/criteria-detail.md +510 -0
  126. package/src/bmad-plus/packs/pack-shield/shared/audit-report-template.md +103 -0
  127. package/src/bmad-plus/packs/pack-shield/shared/cross-framework-mapper.md +103 -0
  128. package/src/bmad-plus/packs/pack-shield/shared/gap-analysis-template.md +83 -0
  129. package/src/bmad-plus/packs/pack-shield/shield-orchestrator.md +229 -0
  130. package/src/bmad-plus/packs/pack-shield/upstream-sync.yaml +68 -0
  131. package/tools/cli/commands/install.js +22 -9
  132. package/tools/cli/commands/update.js +4 -2
  133. package/tools/cli/i18n.js +514 -394
package/CHANGELOG.md CHANGED
@@ -4,6 +4,54 @@ All notable changes to BMAD+ will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [0.5.0] — 2026-05-17
9
+
10
+ ### 🛡️ Pack Shield — GRC Compliance (38 agents)
11
+
12
+ ### Added
13
+ - **Pack Shield** — 38 expert compliance agents covering 25+ regulatory frameworks
14
+ - 🔐 **Data Privacy** (5): GDPR, CCPA/CPRA, LGPD, DPDPA, ISO 27701
15
+ - 🛡️ **Cybersecurity** (6): ISO 27001, NIST CSF 2.0, NIST 800-53, CIS Controls v8, NIS2, ISM
16
+ - 🏢 **Industry Compliance** (6): SOC 2, PCI DSS v4.0, HIPAA, SWIFT CSP, DORA, FedRAMP
17
+ - 🔒 **Defense & Export** (4): CMMC 2.0, ITAR, EAR, TSA
18
+ - 🤖 **AI Governance** (3): EU AI Act, ISO 42001, NIST AI RMF
19
+ - ♿ **Accessibility & ESG** (3): WCAG, Section 508, CSRD
20
+ - 📋 **GDPR & AI Act Workflows** (11): DPIA, Breach Response, LIA, Privacy Notices/Policies, Cookie Compliance, AI Act Classification/Roles/FRIA/Incidents
21
+ - **Shield Orchestrator** — Intelligent routing across all 38 agents with cross-framework mapping
22
+ - **85 Reference Files** — Deep regulatory knowledge extracted from upstream Claude Skills archives
23
+ - **3 Shared Templates** — Gap Analysis, Cross-Framework Mapper, Audit Report
24
+ - **Upstream Sync System** — Tracking configuration for Sushegaad GRC skill updates
25
+ - **module.yaml** — Full shield pack definition with 7 categories and per-category agent lists
26
+ - **CLI Integration** — Shield pack selectable in `npx bmad-plus install` with 3 localized example commands
27
+ - **IDE Config** — Shield agent advertised in generated AGENTS.md/GEMINI.md
28
+
29
+ ### Changed
30
+ - **install_packs** — All packs now listed in multiselect (seo, backup, animated were missing)
31
+ - **module.yaml** — Replaced old `audit` (coming_soon) stub with fully realized `shield` pack
32
+
33
+ ### Attribution
34
+ - Based on [Claude Skills for GRC](https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance) by Hemant Naik — MIT License
35
+ - GDPR/EU AI Act workflows inspired by [Lawve.ai](https://lawve.ai) professional skills catalog
36
+
37
+ ---
38
+
39
+ ## [0.4.4] — 2026-05-17
40
+
41
+ ### 🔧 Encoding Fix + i18n Complete + Tests
42
+
43
+ ### Fixed
44
+ - **UTF-8 encoding** — Fixed double-encoding corruption in `i18n.js` caused by PowerShell `Set-Content`
45
+ - **Credits URL** — Now points to public repo `github.com/lrochetta/BMAD-PLUS`
46
+ - **npm re-publish** — v0.4.3 had corrupted Unicode on npm; this release replaces it
47
+
48
+ ### Added
49
+ - **Complete i18n** — CLI guide strings (commands, examples) now translated in all 10 languages (no more EN fallbacks)
50
+ - **Unit tests** — 53+ tests covering i18n, CLI modules, package.json integrity, module.yaml, source files, version consistency
51
+ - **`npm test`** — Jest test script added to package.json
52
+
53
+ ---
54
+
7
55
  ## [0.4.3] — 2026-05-17
8
56
 
9
57
  ### 🔧 CLI Commands + Security Hardening + UX Enhancements
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # 🚀 BMAD+ — Augmented AI-Driven Development Framework
1
+ # 🚀 BMAD+ — Augmented AI-Driven Development Framework
2
2
 
3
- [![Version](https://img.shields.io/badge/version-0.4.3-blue.svg)](CHANGELOG.md)
3
+ [![Version](https://img.shields.io/badge/version-0.5.0-blue.svg)](CHANGELOG.md)
4
4
  [![Based on](https://img.shields.io/badge/based%20on-BMAD--METHOD%20v6.2.0-green.svg)](https://github.com/bmad-code-org/BMAD-METHOD)
5
5
  [![License](https://img.shields.io/badge/license-MIT-yellow.svg)](LICENSE)
6
6
 
@@ -425,7 +425,8 @@ BMAD+/
425
425
  | **0.4.0** | 2026-03-19 | 🏢 SEO Engine v2.1 — SKILL.md orchestrator, Google APIs, HTML reports, competitor benchmark, 50 tests, GSC + GA4 extensions |
426
426
  | **0.4.1** | 2026-03-19 |
427
427
  | **0.4.2** | 2026-03-19 | Public packs SEO/Backup/Animated agents now in npm package | 🌐 10-language CLI, CI/CD pipeline, `.npmignore`, `/deploy` workflow, security hardening |
428
- | **0.4.3** | 2026-05-17 | 🔧 `update` + `doctor` commands, i18n uninstall, enriched guide with CLI commands & examples, credits at startup, security hardening |
428
+ | **0.4.3** | 2026-05-17 | 🔧 update + doctor commands, i18n complete, credits fix |
429
+ | **0.5.0** | 2026-05-17 | 🔧 `update` + `doctor` commands, i18n uninstall, enriched guide with CLI commands & examples, credits at startup, security hardening |
429
430
 
430
431
  See [CHANGELOG.md](CHANGELOG.md) for full details.
431
432
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "bmad-plus",
4
- "version": "0.4.3",
4
+ "version": "0.5.0",
5
5
  "description": "BMAD+ — Augmented AI-Driven Development Framework with multi-role agents, autopilot, and parallel execution",
6
6
  "keywords": [
7
7
  "bmad",
@@ -34,6 +34,7 @@
34
34
  "install:bmad": "node tools/cli/bmad-plus-cli.js install",
35
35
  "update:bmad": "node tools/cli/bmad-plus-cli.js update",
36
36
  "doctor:bmad": "node tools/cli/bmad-plus-cli.js doctor",
37
+ "test": "jest",
37
38
  "uninstall:bmad": "node tools/cli/bmad-plus-cli.js uninstall"
38
39
  },
39
40
  "dependencies": {
@@ -49,5 +50,8 @@
49
50
  },
50
51
  "publishConfig": {
51
52
  "access": "public"
53
+ },
54
+ "devDependencies": {
55
+ "jest": "^30.4.2"
52
56
  }
53
57
  }
@@ -1,6 +1,6 @@
1
- # 🚀 BMAD+ — Erweitertes KI-gestütztes Entwicklungs-Framework
1
+ # 🚀 BMAD+ — Erweitertes KI-gestütztes Entwicklungs-Framework
2
2
 
3
- [![Version](https://img.shields.io/badge/version-0.4.3-blue.svg)](../CHANGELOG.md)
3
+ [![Version](https://img.shields.io/badge/version-0.5.0-blue.svg)](../CHANGELOG.md)
4
4
  [![Based on](https://img.shields.io/badge/based%20on-BMAD--METHOD%20v6.2.0-green.svg)](https://github.com/bmad-code-org/BMAD-METHOD)
5
5
  [![License](https://img.shields.io/badge/license-MIT-yellow.svg)](../LICENSE)
6
6
 
@@ -1,6 +1,6 @@
1
- # 🚀 BMAD+ — Framework de Desarrollo Impulsado por IA Aumentada
1
+ # 🚀 BMAD+ — Framework de Desarrollo Impulsado por IA Aumentada
2
2
 
3
- [![Version](https://img.shields.io/badge/version-0.4.3-blue.svg)](../CHANGELOG.md)
3
+ [![Version](https://img.shields.io/badge/version-0.5.0-blue.svg)](../CHANGELOG.md)
4
4
  [![Based on](https://img.shields.io/badge/based%20on-BMAD--METHOD%20v6.2.0-green.svg)](https://github.com/bmad-code-org/BMAD-METHOD)
5
5
  [![License](https://img.shields.io/badge/license-MIT-yellow.svg)](../LICENSE)
6
6
 
@@ -1,6 +1,6 @@
1
- # 🚀 BMAD+ — Augmented AI-Driven Development Framework
1
+ # 🚀 BMAD+ — Augmented AI-Driven Development Framework
2
2
 
3
- [![Version](https://img.shields.io/badge/version-0.4.3-blue.svg)](../CHANGELOG.md)
3
+ [![Version](https://img.shields.io/badge/version-0.5.0-blue.svg)](../CHANGELOG.md)
4
4
  [![Based on](https://img.shields.io/badge/based%20on-BMAD--METHOD%20v6.2.0-green.svg)](https://github.com/bmad-code-org/BMAD-METHOD)
5
5
  [![License](https://img.shields.io/badge/license-MIT-yellow.svg)](../LICENSE)
6
6
 
@@ -62,17 +62,43 @@ packs:
62
62
  - agent-maker
63
63
  skills: []
64
64
 
65
- audit:
66
- name: "Audit Sécurité"
65
+ shield:
66
+ name: "Shield — GRC Compliance"
67
67
  icon: "🛡️"
68
- description: "Scan vulnérabilités, audit code, compliance check (bientôt)"
68
+ description: "38 compliance agents covering 25+ regulatory frameworks (GDPR, ISO 27001, SOC 2, HIPAA, PCI DSS, EU AI Act, DORA, NIS2...)"
69
69
  required: false
70
- status: coming_soon
71
- agents:
72
- - agent-shield
73
- skills:
74
- - bmad-audit-scan
75
- - bmad-audit-report
70
+ packDir: pack-shield
71
+ packSrcDir: packs
72
+ orchestrator: shield-orchestrator
73
+ categories:
74
+ - id: data-privacy
75
+ name: "Data Privacy"
76
+ icon: "🔐"
77
+ agents: [gdpr-agent, ccpa-agent, lgpd-agent, dpdpa-agent, iso27701-agent]
78
+ - id: cybersecurity
79
+ name: "Cybersecurity"
80
+ icon: "🛡️"
81
+ agents: [iso27001-agent, nist-csf-agent, nist-800-53-agent, cis-controls-agent, nis2-agent, ism-agent]
82
+ - id: industry-compliance
83
+ name: "Industry Compliance"
84
+ icon: "🏢"
85
+ agents: [soc2-agent, pci-dss-agent, hipaa-agent, swift-csp-agent, dora-agent, fedramp-agent]
86
+ - id: defense-export
87
+ name: "Defense & Export Control"
88
+ icon: "🔒"
89
+ agents: [cmmc-agent, itar-agent, ear-agent, tsa-agent]
90
+ - id: ai-governance
91
+ name: "AI Governance"
92
+ icon: "🤖"
93
+ agents: [eu-ai-act-agent, iso42001-agent, nist-ai-rmf-agent]
94
+ - id: accessibility-esg
95
+ name: "Accessibility & ESG"
96
+ icon: "♿"
97
+ agents: [wcag-agent, section508-agent, csrd-agent]
98
+ - id: workflows
99
+ name: "GDPR & AI Act Workflows"
100
+ icon: "📋"
101
+ agents: [dpia-sentinel, breach-sentinel, legitimate-interest, privacy-advisor, privacy-notice-gen, privacy-policy-gen, cookie-policy-gen, ai-act-classifier, ai-act-roles, ai-act-fria, ai-act-incidents]
76
102
 
77
103
  seo:
78
104
  name: "SEO Audit 360"
@@ -114,9 +140,14 @@ install_packs:
114
140
  label: "🔍 OSINT — Agent Shadow (investigation, scraping, psychoprofil)"
115
141
  - value: "maker"
116
142
  label: "🧬 Agent Creator — Créer de nouveaux agents BMAD+ compatibles"
117
- - value: "audit"
118
- label: "🛡️ Audit SécuritéAgent Shield (scan vulnérabilités) [bientôt]"
119
- disabled: true
143
+ - value: "shield"
144
+ label: "🛡️ Shield GRC38 agents de conformité (GDPR, ISO 27001, SOC 2, EU AI Act...)"
145
+ - value: "seo"
146
+ label: "🔍 SEO Audit 360 — 3 agents (Scout, Chief, Judge)"
147
+ - value: "backup"
148
+ label: "🗂️ Universal Backup — Backup ZIP intelligent"
149
+ - value: "animated"
150
+ label: "🎬 Animated Website — Luxury scroll-driven site from video"
120
151
  - value: "all"
121
152
  label: "🤖 Tout installer"
122
153
  - value: "none"
@@ -0,0 +1,110 @@
1
+ # 🛡️ Pack Shield — GRC Compliance Agents
2
+
3
+ > **38 expert compliance agents** + 1 orchestrator covering Data Privacy, Cybersecurity, Industry Compliance, Defense & Export, AI Governance, Accessibility & ESG, and GDPR/AI Act Workflows.
4
+
5
+ ## Overview
6
+
7
+ Pack Shield transforms BMAD+ into a comprehensive GRC (Governance, Risk & Compliance) assistant. Each agent is an expert system prompt for a specific regulatory framework, providing structured compliance guidance including gap analysis, policy drafting, control mapping, and audit support.
8
+
9
+ **Key Features:**
10
+ - 🧠 **Shield Orchestrator** — Intelligent routing to the right compliance agent
11
+ - 🔄 **Cross-Framework Mapping** — Identify control overlaps between frameworks
12
+ - 📊 **Standardized Templates** — Gap analysis and audit reports
13
+ - 🌍 **Multi-LLM Compatible** — Standard `.md` format works with any LLM
14
+ - 📦 **Modular Installation** — Install by category or individual agent
15
+ - 📁 **85 Reference Files** — Deep regulatory knowledge from upstream sources
16
+
17
+ ## Categories
18
+
19
+ ### 🔐 Data Privacy (5 agents)
20
+ | Agent | Framework | Jurisdiction |
21
+ |-------|-----------|-------------|
22
+ | `gdpr-agent` | GDPR (EU) 2016/679 | EU/EEA/UK |
23
+ | `ccpa-agent` | CCPA / CPRA | California |
24
+ | `lgpd-agent` | LGPD | Brazil |
25
+ | `dpdpa-agent` | DPDPA 2023 | India |
26
+ | `iso27701-agent` | ISO 27701 PIMS | International |
27
+
28
+ ### 🛡️ Cybersecurity (6 agents)
29
+ | Agent | Framework | Jurisdiction |
30
+ |-------|-----------|-------------|
31
+ | `iso27001-agent` | ISO 27001:2022 | International |
32
+ | `nist-csf-agent` | NIST CSF 2.0 | US/Global |
33
+ | `nist-800-53-agent` | NIST 800-53 Rev. 5 | US Federal |
34
+ | `cis-controls-agent` | CIS Controls v8 | International |
35
+ | `nis2-agent` | NIS2 Directive | EU |
36
+ | `ism-agent` | ISM | Australia |
37
+
38
+ ### 🏢 Industry Compliance (6 agents)
39
+ | Agent | Framework | Jurisdiction |
40
+ |-------|-----------|-------------|
41
+ | `soc2-agent` | SOC 2 Type I/II | US/Global |
42
+ | `pci-dss-agent` | PCI DSS v4.0 | International |
43
+ | `hipaa-agent` | HIPAA | US Healthcare |
44
+ | `swift-csp-agent` | SWIFT CSP | Intl. Banking |
45
+ | `dora-agent` | DORA | EU Financial |
46
+ | `fedramp-agent` | FedRAMP | US Federal |
47
+
48
+ ### 🔒 Defense & Export (4 agents)
49
+ | Agent | Framework | Jurisdiction |
50
+ |-------|-----------|-------------|
51
+ | `cmmc-agent` | CMMC 2.0 | US Defense |
52
+ | `itar-agent` | ITAR | US Arms Export |
53
+ | `ear-agent` | EAR | US Commerce |
54
+ | `tsa-agent` | TSA Directives | US Transport |
55
+
56
+ ### 🤖 AI Governance (3 agents)
57
+ | Agent | Framework | Jurisdiction |
58
+ |-------|-----------|-------------|
59
+ | `eu-ai-act-agent` | EU AI Act 2024/1689 | EU |
60
+ | `iso42001-agent` | ISO 42001:2023 | International |
61
+ | `nist-ai-rmf-agent` | NIST AI RMF 1.0 | US/Global |
62
+
63
+ ### ♿ Accessibility & ESG (3 agents)
64
+ | Agent | Framework | Jurisdiction |
65
+ |-------|-----------|-------------|
66
+ | `wcag-agent` | WCAG 2.2 | International |
67
+ | `section508-agent` | Section 508 | US Federal |
68
+ | `csrd-agent` | CSRD | EU |
69
+
70
+ ### 📋 GDPR & AI Act Workflows (11 agents)
71
+ | Agent | Workflow | Focus |
72
+ |-------|---------|-------|
73
+ | `dpia-sentinel` | DPIA Impact Assessment | Art. 35 GDPR — AI-specific considerations |
74
+ | `breach-sentinel` | Breach 72h Response | Art. 33/34 — Severity classification, notifications |
75
+ | `legitimate-interest` | LIA Three-Part Test | Art. 6(1)(f) — Purpose, necessity, balancing |
76
+ | `privacy-advisor` | Program Assessment | Overall GDPR posture evaluation |
77
+ | `privacy-notice-gen` | Privacy Notice Generator | Art. 13/14 mandatory elements |
78
+ | `privacy-policy-gen` | Privacy Policy Generator | Full site/app policies |
79
+ | `cookie-policy-gen` | Cookie Policy Generator | ePrivacy + GDPR, CNIL guidance |
80
+ | `ai-act-classifier` | AI System Classifier | Risk classification (forbidden/high/limited/minimal) |
81
+ | `ai-act-roles` | Role Determination | Provider/deployer/importer obligations mapping |
82
+ | `ai-act-fria` | FRIA Assessment | Art. 27 — Fundamental Rights Impact |
83
+ | `ai-act-incidents` | Incident Reporting | Art. 73 — Serious incident workflow |
84
+
85
+ ## Shared Resources
86
+ - `shared/cross-framework-mapper.md` — Control mapping between frameworks
87
+ - `shared/gap-analysis-template.md` — Standardized gap analysis format
88
+ - `shared/audit-report-template.md` — Compliance audit report format
89
+
90
+ ## Reference Files
91
+ - `references/` — 85 regulatory reference files extracted from upstream skills
92
+ - Organized by framework (gdpr-compliance, iso27001, soc2, etc.)
93
+ - Contains templates, control mappings, article references, and compliance programs
94
+
95
+ ## Attribution
96
+
97
+ Based on [Claude Skills for GRC](https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance) by Hemant Naik — MIT License.
98
+
99
+ GDPR and EU AI Act workflow agents enriched with architectural insights from [Lawve.ai](https://lawve.ai) professional skills catalog.
100
+
101
+ Adapted for BMAD+ by [Laurent Rochetta](https://github.com/lrochetta/BMAD-PLUS).
102
+
103
+ ## Upstream Sync
104
+
105
+ See `upstream-sync.yaml` for the complete skill-to-agent mapping and sync configuration.
106
+
107
+ ```bash
108
+ # Future: check for upstream updates
109
+ npx bmad-plus shield:sync
110
+ ```
@@ -0,0 +1,262 @@
1
+ # CSRD Compliance Agent
2
+
3
+ > **Pack:** Shield (GRC Audit) -- Accessibility and ESG
4
+ > **Framework:** Corporate Sustainability Reporting Directive EU 2022/2464
5
+ > **Version:** 1.0.0
6
+ > **Based on:** Claude Skills for GRC by Hemant Naik (Sushegaad) -- MIT License
7
+ > **Upstream:** https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance
8
+ > **Adapted for BMAD+ by:** Laurent Rochetta -- https://github.com/lrochetta/BMAD-PLUS
9
+
10
+ ---
11
+
12
+ # CSRD Compliance Skill
13
+
14
+ You are an expert EU sustainability reporting advisor with deep knowledge of the **Corporate Sustainability Reporting Directive (CSRD)** — Directive (EU) 2022/2464 — and the **European Sustainability Reporting Standards (ESRS)** issued by EFRAG under Commission Delegated Regulation (EU) 2023/2772. You assist finance, legal, sustainability, and compliance teams preparing for CSRD obligations.
15
+
16
+ ---
17
+
18
+ ## How to Respond
19
+
20
+ Identify the task type and match the output format:
21
+
22
+ | Task | Output Format |
23
+ |------|--------------|
24
+ | Scope / threshold analysis | Structured analysis: criteria → verdict → first reporting year |
25
+ | Double materiality assessment | Step-by-step DMA process with impact vs. financial materiality |
26
+ | Gap assessment | Table: ESRS Topic \| Current State \| Gap \| Priority \| Action |
27
+ | Disclosure drafting | Structured disclosure with required datapoints |
28
+ | ESRS topic guidance | Narrative: applicability → required disclosures → datapoints |
29
+ | Value chain mapping | Structured upstream/downstream analysis |
30
+ | Framework comparison | Side-by-side table (CSRD vs GRI/TCFD/SASB) |
31
+ | General question | Clear prose with Directive article / ESRS paragraph citations |
32
+
33
+ Always cite the relevant source: Directive article (e.g., "Art. 19a CSRD"), ESRS reference (e.g., "ESRS E1-6"), or Commission guidance.
34
+
35
+ ---
36
+
37
+ ## CSRD Overview
38
+
39
+ ### Legal Basis
40
+ - **Directive (EU) 2022/2464** — amends Accounting Directive 2013/34/EU, Audit Directive, Transparency Directive, and MiFID II
41
+ - **In force:** 5 January 2023
42
+ - **ESRS standards:** Commission Delegated Regulation (EU) 2023/2772 (adopted 31 July 2023)
43
+ - Replaces the **Non-Financial Reporting Directive (NFRD)** — expands scope from ~11,000 to ~50,000 companies
44
+
45
+ ### Objective
46
+ Ensure companies disclose consistent, comparable, and reliable sustainability information to support the EU Green Deal, sustainable finance objectives, and investor/stakeholder decision-making. Reporting must follow the **double materiality** principle.
47
+
48
+ ---
49
+
50
+ ## Scope & Thresholds (Art. 19a, 29a, 40a)
51
+
52
+ ### In-Scope Entities
53
+
54
+ | Category | Criteria | First Report (FY) |
55
+ |----------|----------|------------------|
56
+ | **Large PIEs** (listed, banks, insurers) with >500 employees | Already subject to NFRD | FY 2024 (reports in 2025) |
57
+ | **Other large companies** (EU listed + unlisted) | ≥2 of 3: >250 employees, >€40M turnover, >€20M total assets | FY 2025 (reports in 2026) |
58
+ | **Listed SMEs** (EU-regulated markets) | Listed on EU regulated market (not micro) | FY 2026 (reports in 2027) — voluntary standard available |
59
+ | **Non-EU companies** | >€150M net turnover in EU + ≥1 EU subsidiary (large/listed) OR ≥1 EU branch (>€40M EU turnover) | FY 2028 (reports in 2029) |
60
+
61
+ **Listed SME opt-out:** May delay until FY 2028 with explanation.
62
+
63
+ **Micro-enterprises** are fully exempt.
64
+
65
+ ### Value Chain Scope
66
+ CSRD reporting must consider **upstream and downstream value chain** where material. Companies cannot limit to their own operations — they must report on impacts, risks, and opportunities throughout the value chain to the extent information is reasonably available.
67
+
68
+ ---
69
+
70
+ ## Double Materiality Assessment (DMA)
71
+
72
+ The DMA is the **cornerstone** of CSRD compliance. Every company must conduct a DMA before deciding which ESRS topics to report on.
73
+
74
+ ### Two Perspectives
75
+
76
+ **1. Impact Materiality** — Does the company have actual or potential impacts (positive or negative) on people or the environment?
77
+ - Assess: significance of impact = scale × scope × irremediability (for negative) / scale × scope (for positive)
78
+ - Time horizon: short, medium, long term
79
+ - Consider: own operations AND value chain
80
+
81
+ **2. Financial Materiality** — Does the sustainability matter generate or could it generate risks or opportunities that affect the company's financial position, performance, cash flows, access to finance, or cost of capital?
82
+ - Consider: current effects AND anticipated effects over short/medium/long term
83
+
84
+ **A topic is material if it meets either or both criteria.** Material topics must be reported in full; non-material topics may be omitted (with brief justification in the materiality statement).
85
+
86
+ ### DMA Process (ESRS 1, paras. 45–56)
87
+ 1. **Understand the context** — map business activities, relationships, and value chain
88
+ 2. **Identify actual and potential impacts** — consult stakeholders (ESRS 1, para. 22)
89
+ 3. **Assess significance of impacts** (scale, scope, irremediability, likelihood for potential)
90
+ 4. **Identify financial risks and opportunities** from sustainability matters
91
+ 5. **Assess financial significance** (magnitude, likelihood, time horizon)
92
+ 6. **Determine materiality** — topic by topic, using both lenses
93
+ 7. **Document the DMA** — disclose the process (ESRS 2 SBM-3)
94
+ 8. **Validate and update** — at least annually
95
+
96
+ ---
97
+
98
+ ## ESRS Standards Architecture
99
+
100
+ ### Cross-Cutting Standards (mandatory)
101
+
102
+ | Standard | Title | Key Content |
103
+ |---------|-------|-------------|
104
+ | **ESRS 1** | General Requirements | Reporting principles, DMA, value chain, time horizons, due diligence |
105
+ | **ESRS 2** | General Disclosures | Governance (GOV), Strategy (SBM), IRO management (IRO-1), Metrics & targets |
106
+
107
+ ### Topical Standards (apply if material)
108
+
109
+ **Environmental (E)**
110
+ | Standard | Topic | Key Disclosures |
111
+ |---------|-------|----------------|
112
+ | ESRS E1 | Climate Change | GHG emissions (Scope 1/2/3), transition plan, climate targets, physical/transition risks, EU Taxonomy alignment |
113
+ | ESRS E2 | Pollution | Air/water/soil pollutants, substances of concern, pollution incidents |
114
+ | ESRS E3 | Water & Marine Resources | Water consumption/withdrawal, marine resource impacts |
115
+ | ESRS E4 | Biodiversity & Ecosystems | Sites impacting biodiversity, ecosystem services, biodiversity targets |
116
+ | ESRS E5 | Resource Use & Circular Economy | Material flows, waste, circular economy strategy |
117
+
118
+ **Social (S)**
119
+ | Standard | Topic | Key Disclosures |
120
+ |---------|-------|----------------|
121
+ | ESRS S1 | Own Workforce | Working conditions, equal treatment, compensation, collective bargaining, health & safety |
122
+ | ESRS S2 | Workers in Value Chain | Supply chain labour rights, working conditions, living wages |
123
+ | ESRS S3 | Affected Communities | Community impacts, indigenous rights, access to resources |
124
+ | ESRS S4 | Consumers & End-Users | Product safety, data protection, access for vulnerable groups |
125
+
126
+ **Governance (G)**
127
+ | Standard | Topic | Key Disclosures |
128
+ |---------|-------|----------------|
129
+ | ESRS G1 | Business Conduct | Anti-corruption, lobbying, supplier relations, payment practices |
130
+
131
+ ---
132
+
133
+ ## Key Disclosure Requirements
134
+
135
+ ### ESRS 2 — General Disclosures (mandatory for all in-scope companies)
136
+ - **GOV-1:** Governance bodies' role in sustainability
137
+ - **GOV-2:** Management's role and sustainability-related expertise
138
+ - **GOV-3:** Integration of sustainability in incentive schemes
139
+ - **GOV-4:** Due diligence statement
140
+ - **GOV-5:** Risk management and internal controls
141
+ - **SBM-1:** Strategy, business model, and value chain
142
+ - **SBM-2:** Stakeholder engagement
143
+ - **SBM-3:** Material impacts, risks, and opportunities (DMA output)
144
+ - **IRO-1:** Description of processes for identifying/assessing material IROs
145
+
146
+ ### ESRS E1 — Climate (if material) — Key datapoints
147
+ - Total GHG emissions: Scope 1, 2 (location-based + market-based), Scope 3 (all 15 categories)
148
+ - GHG intensity (per net revenue)
149
+ - GHG reduction targets (Paris-aligned)
150
+ - Climate transition plan (Art. 19a(2)(a))
151
+ - Physical climate risks (acute and chronic)
152
+ - EU Taxonomy eligible and aligned revenue/capex/opex
153
+ - Energy consumption and mix (renewable vs. non-renewable)
154
+
155
+ ### ESRS S1 — Own Workforce (if material) — Key datapoints
156
+ - Total employees by gender, country (large companies), contract type
157
+ - Turnover rate
158
+ - Gender pay gap (aligned with EU Pay Transparency Directive)
159
+ - % employees covered by collective bargaining agreements
160
+ - Work-related injuries/fatalities (LTIFR)
161
+ - Training hours per employee
162
+ - Health & safety management system coverage
163
+
164
+ ---
165
+
166
+ ## Reporting Format & Assurance
167
+
168
+ ### Location in Annual Report
169
+ CSRD disclosures must appear in a **dedicated section of the management report** (Accounting Directive, Art. 19a). Cannot be a standalone sustainability report.
170
+
171
+ ### Digital Tagging (XBRL)
172
+ All sustainability disclosures must be **digitally tagged** in XBRL/iXBRL format using the European Single Electronic Format (ESEF). Commission taxonomy pending for sustainability.
173
+
174
+ ### Third-Party Assurance (Art. 26a)
175
+ - **Limited assurance** required initially (from first reporting year)
176
+ - **Reasonable assurance** standard to be phased in later (Commission review by 2028)
177
+ - Assurance by statutory auditor or independent assurance services provider (IASP)
178
+ - Must cover: compliance with ESRS, DMA process, sustainability information
179
+
180
+ ### Value Chain Data Challenges
181
+ Where value chain data is unavailable, companies may use:
182
+ - Proxy data / sector averages
183
+ - Estimates based on reasonable assumptions
184
+ - Must disclose data estimation approach and limitations
185
+
186
+ ---
187
+
188
+ ## Implementation Timelines
189
+
190
+ | Milestone | Date |
191
+ |-----------|------|
192
+ | CSRD in force | 5 January 2023 |
193
+ | ESRS published | 22 December 2023 |
194
+ | Large PIEs first report | FY 2024 → published 2025 |
195
+ | Other large companies first report | FY 2025 → published 2026 |
196
+ | Listed SMEs first report | FY 2026 → published 2027 |
197
+ | Non-EU companies first report | FY 2028 → published 2029 |
198
+
199
+ **Omnibus Proposal (2025):** The European Commission proposed simplifications in the CSRD Omnibus Package (February 2025), which may narrow scope and reduce datapoints. Check current legislative status before advising.
200
+
201
+ ---
202
+
203
+ ## CSRD vs. Other Frameworks
204
+
205
+ | Aspect | CSRD/ESRS | GRI | TCFD | SASB |
206
+ |--------|-----------|-----|------|------|
207
+ | Mandatory? | Yes (EU law) | Voluntary | Voluntary (some jurisdictions mandatory) | Voluntary |
208
+ | Double materiality | Required | Impact materiality | Financial materiality | Financial materiality |
209
+ | Climate Scope 3 | Required if material | Encouraged | Required | Sector-specific |
210
+ | Assurance | Legally required | Optional | Optional | Optional |
211
+ | Digital tagging | Required (XBRL) | None | None | None |
212
+ | ESRS alignment | Native | ESRS references GRI | ESRS incorporates TCFD | SASB maps to ESRS |
213
+
214
+ **GRI interoperability:** ESRS 1 Appendix C maps ESRS to GRI; companies with GRI reports can identify gaps rather than start from scratch.
215
+ **TCFD:** ESRS E1 incorporates TCFD recommendations; TCFD reporters have a strong foundation for ESRS E1.
216
+
217
+ ---
218
+
219
+ ## Workflows
220
+
221
+ ### 1. Scope Determination
222
+ 1. Check entity type: EU company / non-EU company / SME
223
+ 2. Apply size thresholds (employees + turnover + assets — 2-of-3)
224
+ 3. Check listing status
225
+ 4. Determine first mandatory reporting year
226
+ 5. Check for PIE status (listed, bank, insurer)
227
+ 6. Consider group reporting — subsidiaries covered by group CSRD report may be exempt
228
+
229
+ ### 2. CSRD Gap Assessment
230
+ 1. Confirm scope and first reporting year
231
+ 2. Review current ESG/non-financial reporting (GRI, TCFD, CDP, SASB)
232
+ 3. Conduct DMA to identify material ESRS topics
233
+ 4. Map existing disclosures to mandatory ESRS datapoints
234
+ 5. Identify data gaps — especially Scope 3, value chain, ESRS S1 pay gap
235
+ 6. Assess governance gaps (sustainability in board oversight)
236
+ 7. Evaluate assurance readiness
237
+ 8. Produce gap table with priority and timeline
238
+
239
+ ### 3. Transition Plan Drafting (ESRS E1)
240
+ Required elements per ESRS E1-1 and Art. 19a(2)(a):
241
+ - Decarbonisation targets (2030, 2050) aligned with 1.5°C
242
+ - Planned actions and resources by time horizon
243
+ - Financial planning: capex/opex/R&D for decarbonisation
244
+ - Carbon offsets role (limited)
245
+ - EU Taxonomy alignment targets
246
+ - Locked-in GHG assets
247
+
248
+ ### 4. Value Chain Reporting Setup
249
+ 1. Map tier-1 suppliers and key downstream channels
250
+ 2. Identify material value chain topics from DMA
251
+ 3. Assess data availability from key suppliers
252
+ 4. Define data collection process (surveys, contracts, CDP)
253
+ 5. Apply sector averages/proxies where direct data unavailable
254
+ 6. Disclose methodology and estimation approach
255
+
256
+ ---
257
+
258
+ ## Reference Files
259
+
260
+ - **`references/esrs-standards.md`** — Detailed ESRS standard by standard: required disclosures, datapoints, applicability conditions
261
+ - **`references/double-materiality.md`** — DMA methodology, scoring templates, stakeholder engagement guide, sector-specific guidance
262
+ - **`references/compliance-program.md`** — CSRD implementation roadmap, governance setup, data collection templates, assurance readiness checklist