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
|
@@ -1,516 +1,576 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
3
|
-
[](../LICENSE)
|
|
6
|
-
|
|
7
|
-
<div align="center">
|
|
8
|
-
<a href="../README.md">English</a> |
|
|
9
|
-
</div>
|
|
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
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
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
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
-
|
|
1
|
+
# 🚀 BMAD+ — Framework Multi-Agent IA Augmenté
|
|
2
|
+
|
|
3
|
+
[](../CHANGELOG.md)
|
|
4
|
+
[](https://github.com/bmad-code-org/BMAD-METHOD)
|
|
5
|
+
[](../LICENSE)
|
|
6
|
+
|
|
7
|
+
<div align="center">
|
|
8
|
+
<a href="../README.md">English</a> | 🌐 <b>Français</b> | <a href="README.es.md">Español</a> | <a href="README.de.md">Deutsch</a>
|
|
9
|
+
</div>
|
|
10
|
+
|
|
11
|
+
> **56+ agents multi-rôles · 9 packs modulaires · Mode Autopilot · Exécution parallèle · 143 tests**
|
|
12
|
+
> Fork intelligent de [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) — Agents auto-activables avec détection contextuelle 3 niveaux, conformité GRC (Shield), pipeline SDLC complet (Dev Studio), intelligence OSINT, audit SEO, mémoire persistante cross-session, et installeur CLI 10 langues.
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## 📋 Table des matières
|
|
17
|
+
|
|
18
|
+
- [Pourquoi BMAD+ ?](#-pourquoi-bmad-)
|
|
19
|
+
- [Quick Start](#-quick-start)
|
|
20
|
+
- [Architecture](#-architecture)
|
|
21
|
+
- [Les 56+ Agents](#les-56-agents)
|
|
22
|
+
- [Système de Packs](#-système-de-packs)
|
|
23
|
+
- [Innovations](#-innovations)
|
|
24
|
+
- [IDE Supportés](#-ide-supportés)
|
|
25
|
+
- [Monitoring Upstream](#-monitoring-upstream)
|
|
26
|
+
- [Structure du Projet](#-structure-du-projet)
|
|
27
|
+
- [Configuration](#-configuration)
|
|
28
|
+
- [Version History](#-version-history)
|
|
29
|
+
- [Licence](#-licence)
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
## 💡 Pourquoi BMAD+ ?
|
|
34
|
+
|
|
35
|
+
BMAD-METHOD est un framework excellent avec 9 agents spécialisés. Mais pour un développeur solo ou une petite équipe, 9 agents c'est trop fragmenté. BMAD+ résout ce problème :
|
|
36
|
+
|
|
37
|
+
| BMAD-METHOD | BMAD+ |
|
|
38
|
+
|---|---|
|
|
39
|
+
| 9 agents spécialisés | **56+ agents** (12 rôles au total) |
|
|
40
|
+
| Activation manuelle uniquement | **Auto-activation intelligente** à 3 niveaux |
|
|
41
|
+
| Pas de pipeline automatisé | **Mode Autopilot** : idée → livraison |
|
|
42
|
+
| Exécution séquentielle | **Parallélisme supervisé** |
|
|
43
|
+
| Pas de suivi upstream | **Monitoring hebdomadaire** avec WhatsApp |
|
|
44
|
+
| 1-2 IDE supportés | **5 IDE** avec détection automatique |
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## ⚡ Quick Start
|
|
49
|
+
|
|
50
|
+
### Installation dans un projet existant
|
|
51
|
+
|
|
52
|
+
```bash
|
|
53
|
+
npx bmad-plus install
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
L'installeur :
|
|
57
|
+
1. Détecte automatiquement les IDE installés (Claude Code, Gemini CLI, Codex, etc.)
|
|
58
|
+
2. Propose les packs à installer (Core, OSINT, Maker, Audit)
|
|
59
|
+
3. Génère les fichiers de configuration adaptés
|
|
60
|
+
4. Crée les dossiers d'artefacts
|
|
61
|
+
|
|
62
|
+
### Utilisation après installation
|
|
63
|
+
|
|
64
|
+
#### 💬 À qui parler ?
|
|
65
|
+
|
|
66
|
+
**📊 Stratégie & Découverte**
|
|
67
|
+
|
|
68
|
+
| Tu veux... | Parle à | Exemple |
|
|
69
|
+
|---|---|---|
|
|
70
|
+
| Brainstormer une idée de projet | **Atlas** 🎯 | `Atlas, j'ai une idée de projet : un SaaS de facturation` |
|
|
71
|
+
| Étude de marché / domaine | **Atlas** 🎯 | `Atlas, analyse le marché des apps de prise de notes IA` |
|
|
72
|
+
| Créer un PRD / Product Brief | **Atlas** 🎯 | `Atlas, crée le PRD pour mon projet` |
|
|
73
|
+
| Concevoir les wireframes UX | **Atlas** 🎯 | `Atlas, conçois l'UX du flux d'onboarding` |
|
|
74
|
+
|
|
75
|
+
**🏗️ Architecture & Développement**
|
|
76
|
+
|
|
77
|
+
| Tu veux... | Parle à | Exemple |
|
|
78
|
+
|---|---|---|
|
|
79
|
+
| Concevoir l'architecture technique | **Forge** 🏗️ | `Forge, propose une architecture pour l'app` |
|
|
80
|
+
| Implémenter une user story | **Forge** 🏗️ | `Forge, implémente la story AUTH-001` |
|
|
81
|
+
| Écrire/mettre à jour la doc | **Forge** 🏗️ | `Forge, documente l'API` |
|
|
82
|
+
| Hotfix rapide ou petit changement | **Forge** 🏗️ | `Forge, quick dev : ajoute un spinner de chargement` |
|
|
83
|
+
|
|
84
|
+
**🔍 Qualité & Revue**
|
|
85
|
+
|
|
86
|
+
| Tu veux... | Parle à | Exemple |
|
|
87
|
+
|---|---|---|
|
|
88
|
+
| Revue de code | **Sentinel** 🔍 | `Sentinel, review le module auth` |
|
|
89
|
+
| Écrire des tests (unit/E2E) | **Sentinel** 🔍 | `Sentinel, écris des tests E2E pour le checkout` |
|
|
90
|
+
| Audit UX / accessibilité | **Sentinel** 🔍 | `Sentinel, review l'UX du dashboard` |
|
|
91
|
+
|
|
92
|
+
**🎼 Gestion de Projet**
|
|
93
|
+
|
|
94
|
+
| Tu veux... | Parle à | Exemple |
|
|
95
|
+
|---|---|---|
|
|
96
|
+
| Planifier un sprint | **Nexus** 🎼 | `Nexus, crée les epics et stories pour le MVP` |
|
|
97
|
+
| Tout automatiser (A à Z) | **Nexus** 🎼 | `autopilot` puis décris ton projet |
|
|
98
|
+
| Lancer des tâches en parallèle | **Nexus** 🎼 | `parallel` — détecte auto les tâches indépendantes |
|
|
99
|
+
| Rétrospective de sprint | **Nexus** 🎼 | `Nexus, lance une rétro sur le Sprint 3` |
|
|
100
|
+
|
|
101
|
+
**🕵️ Intelligence & Packs Spécialisés**
|
|
102
|
+
|
|
103
|
+
| Tu veux... | Parle à | Exemple |
|
|
104
|
+
|---|---|---|
|
|
105
|
+
| Investiguer une personne (OSINT) | **Shadow** 🕵️ | `Shadow, investigate Jean Dupont` |
|
|
106
|
+
| Créer un nouvel agent BMAD+ | **Maker** 🧬 | `Maker, crée un agent de support client` |
|
|
107
|
+
| Rappeler des décisions passées | **Zecher** 🧠 | `Zecher, qu'a-t-on décidé pour la stratégie d'auth ?` |
|
|
108
|
+
| Résumé de session (handoff) | **Zecher** 🧠 | `Zecher, crée un handoff pour la prochaine session` |
|
|
109
|
+
|
|
110
|
+
#### 🚀 Workflow typique (mode manuel)
|
|
111
|
+
|
|
112
|
+
```
|
|
113
|
+
1. "Atlas, brainstorme sur mon idée de [projet]"
|
|
114
|
+
→ Atlas analyse, pose des questions, propose des angles
|
|
115
|
+
|
|
116
|
+
2. "Atlas, crée le product brief"
|
|
117
|
+
→ Deliverable: _bmad-output/discovery/product-brief.md
|
|
118
|
+
|
|
119
|
+
3. "Atlas, rédige le PRD"
|
|
120
|
+
→ Deliverable: _bmad-output/discovery/prd.md
|
|
121
|
+
|
|
122
|
+
4. "Forge, propose l'architecture"
|
|
123
|
+
→ Deliverable: _bmad-output/discovery/architecture.md
|
|
124
|
+
|
|
125
|
+
5. "Nexus, découpe en epics et stories"
|
|
126
|
+
→ Deliverable: _bmad-output/build/stories/
|
|
127
|
+
|
|
128
|
+
6. "Forge, implémente la story [X]"
|
|
129
|
+
→ Code généré + tests
|
|
130
|
+
|
|
131
|
+
7. "Sentinel, teste et review"
|
|
132
|
+
→ Rapport QA + suggestions
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
#### ⚡ Workflow automatique (mode autopilot)
|
|
136
|
+
|
|
137
|
+
```
|
|
138
|
+
> autopilot
|
|
139
|
+
> "Un SaaS de facturation pour PME avec gestion des devis"
|
|
140
|
+
```
|
|
141
|
+
|
|
142
|
+
Nexus orchestre tout automatiquement avec des checkpoints pour ton approbation.
|
|
143
|
+
|
|
144
|
+
#### 💬 Commandes clés
|
|
145
|
+
|
|
146
|
+
| Commande | Description |
|
|
147
|
+
|----------|-------------|
|
|
148
|
+
| `bmad-help` | Voir tous les agents et skills disponibles |
|
|
149
|
+
| `autopilot` | Nexus prend le contrôle du pipeline complet |
|
|
150
|
+
| `parallel` | Lancer l'exécution multi-agents en parallèle |
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
#### 🔧 Commandes CLI
|
|
154
|
+
|
|
155
|
+
| Commande | Description |
|
|
156
|
+
|---------|-------------|
|
|
157
|
+
| `npx bmad-plus install` | Installeur interactif avec sélection de packs et détection IDE |
|
|
158
|
+
| `npx bmad-plus scan [chemin]` | Découvrir et indexer les projets dans le cerveau global |
|
|
159
|
+
| `npx bmad-plus memory status` | Rapport de santé mémoire (projet + cerveau global) |
|
|
160
|
+
| `npx bmad-plus memory export` | Export du cerveau en archive Markdown portable |
|
|
161
|
+
| `npx bmad-plus doctor` | Vérifier l'intégrité de l'installation |
|
|
162
|
+
| `npx bmad-plus update` | Mettre à jour agents et skills (préserve la config) |
|
|
163
|
+
| `npx bmad-plus uninstall` | Supprimer BMAD+ du projet actuel |
|
|
164
|
+
| `npx bmad-plus autoconfig` | Bootstrap intelligent — détection auto, installation et configuration |
|
|
165
|
+
|
|
166
|
+
#### 🔬 Options d'installation avancées
|
|
167
|
+
|
|
168
|
+
```bash
|
|
169
|
+
# Installation non-interactive — tous les packs, détection auto des IDE
|
|
170
|
+
npx bmad-plus install --packs all --yes
|
|
171
|
+
|
|
172
|
+
# Installer sans écraser les configs IDE (CLAUDE.md, GEMINI.md, etc.)
|
|
173
|
+
npx bmad-plus install --tools none
|
|
174
|
+
|
|
175
|
+
# Installer des packs spécifiques uniquement
|
|
176
|
+
npx bmad-plus install --packs core,memory,osint
|
|
177
|
+
|
|
178
|
+
# Installer dans un autre répertoire
|
|
179
|
+
npx bmad-plus install --directory /chemin/vers/projet
|
|
180
|
+
```
|
|
181
|
+
|
|
182
|
+
> **💡 Astuce dogfooding :** Utilisez `--tools none` quand vous installez BMAD+ dans un projet qui a déjà des configs IDE manuelles. Cela installe agents, skills et mémoire sans écraser vos `CLAUDE.md`, `GEMINI.md` ou `AGENTS.md` existants.
|
|
183
|
+
|
|
184
|
+
#### 🔍 Options de scan
|
|
185
|
+
|
|
186
|
+
```bash
|
|
187
|
+
# Scanner un disque ou répertoire
|
|
188
|
+
npx bmad-plus scan D:\DEV
|
|
189
|
+
|
|
190
|
+
# Seuils personnalisés pour le statut projet
|
|
191
|
+
npx bmad-plus scan . --active-days 7 --paused-days 90
|
|
192
|
+
|
|
193
|
+
# Auto-indexer tout sans confirmation
|
|
194
|
+
npx bmad-plus scan D:\DEV --yes --depth 6
|
|
195
|
+
```
|
|
196
|
+
|
|
197
|
+
> Légende des statuts : 🟢 **actif** (modifié < 30 jours), 🟡 **en pause** (30–180 jours), ⚪ **archivé** (> 180 jours). Seuils personnalisables avec `--active-days` et `--paused-days`.
|
|
198
|
+
|
|
199
|
+
---
|
|
200
|
+
|
|
201
|
+
## 🏗️ Architecture
|
|
202
|
+
|
|
203
|
+
```mermaid
|
|
204
|
+
graph TB
|
|
205
|
+
subgraph Core["⚙️ Core Pack"]
|
|
206
|
+
AT["Atlas 🎯"]
|
|
207
|
+
FG["Forge 🏗️"]
|
|
208
|
+
SN["Sentinel 🔍"]
|
|
209
|
+
NX["Nexus 🎼"]
|
|
210
|
+
end
|
|
211
|
+
|
|
212
|
+
subgraph Packs["📦 Modular Packs"]
|
|
213
|
+
SH["Shadow 🕵️ OSINT"]
|
|
214
|
+
MK["Maker 🧬"]
|
|
215
|
+
ZC["Zecher 🧠 Memory"]
|
|
216
|
+
SD["Shield 🛡️ GRC 38 agents"]
|
|
217
|
+
DS["Dev Studio 🏗️ SDLC 56+ agents"]
|
|
218
|
+
SEO["SEO Engine 🔎 3 agents"]
|
|
219
|
+
BK["Backup 🗂️"]
|
|
220
|
+
AN["Animated 🎬"]
|
|
221
|
+
end
|
|
222
|
+
|
|
223
|
+
subgraph Skills["⚡ Core Skills"]
|
|
224
|
+
AP[Autopilot]
|
|
225
|
+
PL[Parallel]
|
|
226
|
+
end
|
|
227
|
+
|
|
228
|
+
NX -->|orchestrates| AT
|
|
229
|
+
NX -->|orchestrates| FG
|
|
230
|
+
NX -->|orchestrates| SN
|
|
231
|
+
NX -->|invokes| SH
|
|
232
|
+
NX -->|invokes| MK
|
|
233
|
+
NX --> AP
|
|
234
|
+
NX --> PL
|
|
235
|
+
ZC -.->|context| NX
|
|
236
|
+
```
|
|
237
|
+
|
|
238
|
+
---
|
|
239
|
+
|
|
240
|
+
## 🎭 Les 56+ Agents
|
|
241
|
+
|
|
242
|
+
### Atlas — Strategist 🎯
|
|
243
|
+
|
|
244
|
+
**Fusionne :** Analyst (Mary) + Product Manager (John)
|
|
245
|
+
|
|
246
|
+
| Rôle | Spécialité | Auto-activation |
|
|
247
|
+
|------|-----------|-----------------|
|
|
248
|
+
| **Analyst** | Recherche marché, SWOT, benchmarks, domain expertise | "analyse", "marché", "benchmark", nouveau projet |
|
|
249
|
+
| **Product Manager** | PRD, product briefs, user stories, roadmaps | "PRD", "roadmap", "MVP", phase planning |
|
|
250
|
+
|
|
251
|
+
**Capabilities :** Brainstorming (BP), Market Research (MR), Domain Research (DR), Technical Research (TR), Product Brief (CB), PRD (PR), UX Design (CU), Document Project (DP)
|
|
252
|
+
|
|
253
|
+
---
|
|
254
|
+
|
|
255
|
+
### Forge — Architect-Dev 🏗️
|
|
256
|
+
|
|
257
|
+
**Fusionne :** Architect (Winston) + Developer (Amelia) + Tech Writer (Paige)
|
|
258
|
+
|
|
259
|
+
| Rôle | Spécialité | Auto-activation |
|
|
260
|
+
|------|-----------|-----------------|
|
|
261
|
+
| **Architect** | Design technique, API, scalabilité, choix stack | "architecture", "API", "schema", +5 fichiers modifiés |
|
|
262
|
+
| **Developer** | Implémentation TDD, code review, story execution | "implement", "code", "fix", post-architecture |
|
|
263
|
+
| **Tech Writer** | Documentation, diagrammes Mermaid, changelogs | "document", "README", post-implémentation |
|
|
264
|
+
|
|
265
|
+
**Capabilities :** Architecture (CA), Implementation Readiness (IR), Dev Story (DS), Code Review (CR), Quick Spec (QS), Quick Dev (QD), Document Project (DP)
|
|
266
|
+
|
|
267
|
+
**Actions critiques (rôle Dev) :**
|
|
268
|
+
- Lire TOUTE la story AVANT implémentation
|
|
269
|
+
- Exécuter les tâches DANS L'ORDRE
|
|
270
|
+
- Tests 100% passants AVANT de passer à la suite
|
|
271
|
+
- JAMAIS mentir sur les tests
|
|
272
|
+
|
|
273
|
+
---
|
|
274
|
+
|
|
275
|
+
### Sentinel — Quality 🔍
|
|
276
|
+
|
|
277
|
+
**Fusionne :** QA Engineer (Quinn) + UX Designer (Sally)
|
|
278
|
+
|
|
279
|
+
| Rôle | Spécialité | Auto-activation |
|
|
280
|
+
|------|-----------|-----------------|
|
|
281
|
+
| **QA Engineer** | Tests API/E2E, edge cases, coverage, code review | "test", "QA", "bug", post-implémentation |
|
|
282
|
+
| **UX Reviewer** | Evaluation UX, accessibilité, interaction design | "UX", "interface", "responsive", changements frontend |
|
|
283
|
+
|
|
284
|
+
**Capabilities :** QA Tests (QA), Code Review (CR), UX Design (CU)
|
|
285
|
+
|
|
286
|
+
---
|
|
287
|
+
|
|
288
|
+
### Nexus — Orchestrator 🎼
|
|
289
|
+
|
|
290
|
+
**Fusionne :** Scrum Master (Bob) + Quick-Flow Solo Dev (Barry) + **Autopilot** (nouveau) + **Parallel Supervisor** (nouveau)
|
|
291
|
+
|
|
292
|
+
| Rôle | Spécialité | Auto-activation |
|
|
293
|
+
|------|-----------|-----------------|
|
|
294
|
+
| **Scrum Master** | Sprint planning, stories, retros, course correction | "sprint", "planning", "backlog" |
|
|
295
|
+
| **Quick Flow** | Specs rapides, hotfixes, minimum ceremony | "rapide", "hotfix", "petit fix" |
|
|
296
|
+
| **Autopilot** | Pipeline automated idea→delivery avec checkpoints | "autopilot", "gère tout", mode autopilot |
|
|
297
|
+
| **Parallel Supervisor** | Multi-agent concurrent, conflict detection, reallocation | "parallèle", tâches indépendantes détectées |
|
|
298
|
+
|
|
299
|
+
**Capabilities :** Sprint Planning (SP), Create Story (CS), Epics & Stories (ES), Retrospective (ER), Course Correction (CC), Sprint Status (SS), Quick Spec (QS), Quick Dev (QD), **Autopilot (AP)**, **Parallel (PL)**
|
|
300
|
+
|
|
301
|
+
---
|
|
302
|
+
|
|
303
|
+
### Shadow — OSINT Intelligence 🔍 *(Pack OSINT)*
|
|
304
|
+
|
|
305
|
+
**Agent d'investigation OSINT complet.**
|
|
306
|
+
|
|
307
|
+
| Capability | Description |
|
|
308
|
+
|-----------|-------------|
|
|
309
|
+
| **INV** | Investigation complète Phase 0→6 avec dossier scoré |
|
|
310
|
+
| **QS** | Quick search multi-moteurs |
|
|
311
|
+
| **LI/IG/FB** | Scraping LinkedIn, Instagram, Facebook |
|
|
312
|
+
| **PP** | Psychoprofil MBTI / Big Five |
|
|
313
|
+
| **CE** | Enrichissement contact (email, téléphone) |
|
|
314
|
+
| **DG** | Diagnostic des outils/APIs disponibles |
|
|
315
|
+
|
|
316
|
+
**Stack :** 55+ Apify actors, 7 APIs de recherche, 100% Python stdlib, grades de confiance A/B/C/D
|
|
317
|
+
|
|
318
|
+
---
|
|
319
|
+
|
|
320
|
+
### Maker — Agent Creator 🧬 *(Pack Maker)*
|
|
321
|
+
|
|
322
|
+
**Méta-agent qui crée d'autres agents.** Donne-lui une description → il génère un package complet.
|
|
323
|
+
|
|
324
|
+
| Code | Description |
|
|
325
|
+
|------|-------------|
|
|
326
|
+
| **CA** | Create Agent — création guidée en 4 phases |
|
|
327
|
+
| **QA** | Quick Agent — création rapide avec défauts sensés |
|
|
328
|
+
| **EA** | Edit Agent — modifier un SKILL.md existant |
|
|
329
|
+
| **VA** | Validate Agent — vérifier la conformité BMAD+ |
|
|
330
|
+
| **PA** | Package Agent — générer le dossier d'intégration |
|
|
331
|
+
|
|
332
|
+
**Pipeline :** Discovery → Design (validation user) → Generation → Validation
|
|
333
|
+
**Output :** `_bmad-output/ready-to-integrate/` — prêt à copier dans BMAD+
|
|
334
|
+
|
|
335
|
+
---
|
|
336
|
+
|
|
337
|
+
### Zecher — Gardien de la Mémoire 🧠 *(Pack Memory)*
|
|
338
|
+
|
|
339
|
+
**Agent de mémoire persistante cross-sessions.** Maintient les connaissances projet entre les conversations.
|
|
340
|
+
|
|
341
|
+
| Capacité | Description |
|
|
342
|
+
|-----------|-------------|
|
|
343
|
+
| **Session Handoff** | Crée automatiquement des résumés de session avec décisions, patterns et leçons |
|
|
344
|
+
| **Context Recall** | Récupère les décisions/patterns pertinents au début de chaque conversation |
|
|
345
|
+
| **Brain Health** | Surveille l'intégrité des fichiers mémoire et détecte l'obsolescence |
|
|
346
|
+
| **Cross-Project** | Lie la mémoire projet au cerveau global (`~/.bmad-plus/brain/`) |
|
|
347
|
+
| **Karpathy Guardrails** | Empêche les mémoires hallucinées — chaque entrée nécessite une preuve source |
|
|
348
|
+
|
|
349
|
+
**Fichiers mémoire :** `decisions.md`, `lessons.md`, `patterns.md`, `context.md`, `sessions/`
|
|
350
|
+
|
|
351
|
+
## 📦 Système de Packs
|
|
352
|
+
|
|
353
|
+
BMAD+ utilise un système modulaire par packs. Le Core est toujours installé, les packs additionnels sont optionnels.
|
|
354
|
+
|
|
355
|
+
```
|
|
356
|
+
npx bmad-plus install
|
|
357
|
+
|
|
358
|
+
🎛️ Quels packs installer ?
|
|
359
|
+
Core (Atlas, Forge, Sentinel, Nexus) est toujours inclus.
|
|
360
|
+
|
|
361
|
+
🔍 OSINT — Shadow (investigation, scraping, psychoprofil)
|
|
362
|
+
🧬 Agent Creator — Maker (design, build, package)
|
|
363
|
+
🛡️ Audit Sécurité — Shield (scan vulnérabilités)
|
|
364
|
+
🤖 Tout installer
|
|
365
|
+
Aucun — Core uniquement
|
|
366
|
+
```
|
|
367
|
+
|
|
368
|
+
| Pack | Agents | Description | Statut |
|
|
369
|
+
|------|--------|-------------|--------|
|
|
370
|
+
| ⚙️ **Core** | Atlas, Forge, Sentinel, Nexus | Cycle de vie dev complet : stratégie → architecture → code → QA | ✅ Stable |
|
|
371
|
+
| 🔍 **OSINT** | Shadow | Investigation, scraping social, psychoprofil (55+ acteurs Apify) | ✅ Stable |
|
|
372
|
+
| 🧬 **Maker** | Maker | Concevoir, construire, valider et packager de nouveaux agents BMAD+ | ✅ Stable |
|
|
373
|
+
| 🛡️ **Shield** | 38 agents de conformité | GRC sur 25+ frameworks : GDPR, ISO 27001, SOC 2, HIPAA, PCI DSS, EU AI Act, DORA, NIS2 | ✅ Stable |
|
|
374
|
+
| 🏗️ **Dev Studio** | 56+ agents specialized SDLC | SDLC complet : brainstorm → PRD → architecture → TDD → review (30 workflows) | ✅ Stable |
|
|
375
|
+
| 🔍 **SEO** | Scout, Chief, Judge | Audit SEO 6 phases, boucle PageSpeed, APIs Google, benchmark concurrentiel | ✅ Stable |
|
|
376
|
+
| 🗂️ **Backup** | Backup Agent | ZIP horodaté avec exclusions intelligentes | ✅ Stable |
|
|
377
|
+
| 🎬 **Animated** | Animated Website Agent | Site web luxe scroll-driven à partir de vidéo | ✅ Stable |
|
|
378
|
+
| 🧠 **Memory** | Zecher | Cerveau cross-session, scanner de projets, guardrails Karpathy | ✅ Stable |
|
|
379
|
+
|
|
380
|
+
Chaque pack définit :
|
|
381
|
+
- Ses agents, skills et workflows
|
|
382
|
+
- Ses clés API requises/optionnelles
|
|
383
|
+
- Son package externe (si applicable)
|
|
384
|
+
- Ses règles de cohabitation avec les autres packs
|
|
385
|
+
|
|
386
|
+
---
|
|
387
|
+
|
|
388
|
+
## ✨ Innovations
|
|
389
|
+
|
|
390
|
+
### 1. Auto-Activation Intelligente à 3 Niveaux
|
|
391
|
+
|
|
392
|
+
Chaque agent peut **automatiquement** switcher de rôle quand le contexte le demande :
|
|
393
|
+
|
|
394
|
+
| Niveau | Mécanisme | Exemple |
|
|
395
|
+
|--------|-----------|---------|
|
|
396
|
+
| 🔤 **Pattern** | Mots-clés dans la demande | "review" → QA activé |
|
|
397
|
+
| 🌐 **Contextuel** | Domaine détecté pendant le travail | Calculs financiers → QA auto-activé après le code |
|
|
398
|
+
| 🧠 **Raisonnement** | Chaîne logique en cours d'exécution | Incohérence architecture → Architect auto-activé |
|
|
399
|
+
|
|
400
|
+
L'agent **annonce** ses auto-activations : *"💡 I'm switching to QA mode — financial calculations detected. Say 'skip' to stay in current mode."*
|
|
401
|
+
|
|
402
|
+
Configuration : `src/bmad-plus/data/role-triggers.yaml`
|
|
403
|
+
|
|
404
|
+
### 2. Mode Autopilot
|
|
405
|
+
|
|
406
|
+
Donnez une idée projet → Nexus orchestre le pipeline complet :
|
|
407
|
+
|
|
408
|
+
```
|
|
409
|
+
📋 Discovery (Atlas)
|
|
410
|
+
└→ Brainstorming → Product Brief → PRD → UX Design
|
|
411
|
+
🔴 CHECKPOINT: Approbation PRD
|
|
412
|
+
|
|
413
|
+
🏗️ Build (Forge + Sentinel)
|
|
414
|
+
└→ Architecture → Epics → Stories → Sprint
|
|
415
|
+
🔴 CHECKPOINT: Approbation Architecture
|
|
416
|
+
└→ Pour chaque story: Code → Tests → (retry si échec, max 3)
|
|
417
|
+
🟡 NOTIFY: Status story
|
|
418
|
+
|
|
419
|
+
🚀 Ship (Sentinel + Forge)
|
|
420
|
+
└→ Code Review → UX Review → Documentation → Retro
|
|
421
|
+
🔴 CHECKPOINT: Approbation finale
|
|
422
|
+
```
|
|
423
|
+
|
|
424
|
+
**Checkpoints configurables :**
|
|
425
|
+
- `require_approval` (🔴) — Pause, notification WhatsApp, attente
|
|
426
|
+
- `notify_only` (🟡) — Notification, continue sauf intervention
|
|
427
|
+
- `auto` (🟢) — Continue automatiquement
|
|
428
|
+
|
|
429
|
+
### 3. Exécution Parallèle Supervisée
|
|
430
|
+
|
|
431
|
+
L'Orchestrateur détecte les tâches indépendantes et les lance en parallèle :
|
|
432
|
+
|
|
433
|
+
| Parallélisable ✅ | Séquentiel 🚫 |
|
|
434
|
+
|---|---|
|
|
435
|
+
| Stories sans dépendances | Même fichier modifié |
|
|
436
|
+
| Recherche + audit tech | Story B dépend de Story A |
|
|
437
|
+
| Tests + documentation | Architecture avant code |
|
|
438
|
+
|
|
439
|
+
**Actions de supervision :** Launch, Monitor, Stop, Restart, Reallocate, Escalate (3 échecs → notification humaine)
|
|
440
|
+
|
|
441
|
+
---
|
|
442
|
+
|
|
443
|
+
## 🖥️ IDE Supportés
|
|
444
|
+
|
|
445
|
+
L'installeur détecte automatiquement les IDE et génère les configs :
|
|
446
|
+
|
|
447
|
+
| IDE | Fichier Config | Détection |
|
|
448
|
+
|-----|---------------|-----------|
|
|
449
|
+
| Claude Code | `CLAUDE.md` | Dossier `.claude/` |
|
|
450
|
+
| Gemini CLI | `GEMINI.md` | Dossier `.gemini/` |
|
|
451
|
+
| Antigravity | `.gemini/` + `.agents/` | Extension Antigravity |
|
|
452
|
+
| Codex CLI | `AGENTS.md` | Dossier `.codex/` |
|
|
453
|
+
| OpenCode | `OPENCODE.md` | Config opencode |
|
|
454
|
+
|
|
455
|
+
---
|
|
456
|
+
|
|
457
|
+
## 📡 Monitoring Upstream
|
|
458
|
+
|
|
459
|
+
### Pipeline hebdomadaire (cron VPS, lundi 9h)
|
|
460
|
+
|
|
461
|
+
```
|
|
462
|
+
1. git fetch upstream BMAD-METHOD
|
|
463
|
+
2. Diff analysis (commits, fichiers modifiés)
|
|
464
|
+
3. Analyse IA via Gemini API → classification
|
|
465
|
+
🟢 Compatible | 🟡 À vérifier | 🔴 Breaking
|
|
466
|
+
4. Notification WhatsApp via Evolution API
|
|
467
|
+
5. Auto-PR si changements compatibles
|
|
468
|
+
```
|
|
469
|
+
|
|
470
|
+
### Stack
|
|
471
|
+
- **weekly-check.py** — Script principal (cron)
|
|
472
|
+
- **ai_analyzer.py** — Analyse IA (Gemini 2.0 Flash)
|
|
473
|
+
- **notifier.py** — WhatsApp (Evolution API self-hosted) + email fallback
|
|
474
|
+
- **mcp_bridge.py** — Pont vers Audit 360° MCP Server (git/github ops)
|
|
475
|
+
|
|
476
|
+
---
|
|
477
|
+
|
|
478
|
+
## 📁 Structure du Projet
|
|
479
|
+
|
|
480
|
+
```
|
|
481
|
+
BMAD+/
|
|
482
|
+
├── README.md ← Ce fichier (Anglais)
|
|
483
|
+
├── readme-international/ ← Traductions en autres langues
|
|
484
|
+
├── CHANGELOG.md ← Historique des versions
|
|
485
|
+
├── CLAUDE.md ← Config Claude Code
|
|
486
|
+
├── GEMINI.md ← Config Gemini CLI
|
|
487
|
+
├── AGENTS.md ← Config Codex CLI / OpenCode
|
|
488
|
+
├── .gitignore
|
|
489
|
+
│
|
|
490
|
+
├── src/
|
|
491
|
+
│ └── bmad-plus/ ⭐ MODULE CUSTOM
|
|
492
|
+
│ ├── module.yaml ← Config module + packs
|
|
493
|
+
│ ├── module-help.csv ← Aide contextuelle
|
|
494
|
+
│ ├── agents/
|
|
495
|
+
│ │ ├── agent-strategist/ ← Atlas (analyst + pm)
|
|
496
|
+
│ │ ├── agent-architect-dev/ ← Forge (architect + dev + tw)
|
|
497
|
+
│ │ ├── agent-quality/ ← Sentinel (qa + ux)
|
|
498
|
+
│ │ ├── agent-orchestrator/ ← Nexus (sm + qf + autopilot + parallel)
|
|
499
|
+
│ │ ├── agent-maker/ ← Maker (meta-agent) [pack: maker]
|
|
500
|
+
│ │ └── agent-shadow/ ← Shadow (osint) [pack: osint]
|
|
501
|
+
│ ├── skills/
|
|
502
|
+
│ │ ├── bmad-plus-autopilot/ ← Pipeline automatisé
|
|
503
|
+
│ │ ├── bmad-plus-parallel/ ← Exécution parallèle
|
|
504
|
+
│ │ └── bmad-plus-sync/ ← Synchronisation upstream
|
|
505
|
+
│ └── data/
|
|
506
|
+
│ └── role-triggers.yaml ← Règles auto-activation
|
|
507
|
+
│
|
|
508
|
+
├── monitor/ 🤖 SURVEILLANCE VPS
|
|
509
|
+
│ ├── weekly-check.py ← Script principal (cron)
|
|
510
|
+
│ ├── ai_analyzer.py ← Analyse IA (Gemini API)
|
|
511
|
+
│ ├── notifier.py ← WhatsApp + email
|
|
512
|
+
│ ├── mcp_bridge.py ← Pont vers MCP Server
|
|
513
|
+
│ ├── config.example.yaml ← Template configuration
|
|
514
|
+
│ └── docker-compose.yml ← Evolution API
|
|
515
|
+
│
|
|
516
|
+
├── mcp-server/ 🛡️ AUDIT 360° MCP
|
|
517
|
+
│ ├── server.py ← 35 tools, 7 modules
|
|
518
|
+
│ └── tools/ ← git_ops, github_ops, etc.
|
|
519
|
+
│
|
|
520
|
+
├── osint-agent-package/ 🔍 OSINT PACKAGE
|
|
521
|
+
│ ├── agents/ ← Agent Shadow (original)
|
|
522
|
+
│ ├── skills/ ← 55+ Apify actors
|
|
523
|
+
│ └── install.ps1 ← Script d'installation
|
|
524
|
+
│
|
|
525
|
+
└── upstream/ 📦 RÉFÉRENCE UPSTREAM
|
|
526
|
+
└── (clone de BMAD-METHOD) ← Exclu du repo (.gitignore)
|
|
527
|
+
```
|
|
528
|
+
|
|
529
|
+
---
|
|
530
|
+
|
|
531
|
+
## ⚙️ Configuration
|
|
532
|
+
|
|
533
|
+
### Variables du module (`module.yaml`)
|
|
534
|
+
|
|
535
|
+
| Variable | Description | Valeurs |
|
|
536
|
+
|----------|-------------|---------|
|
|
537
|
+
| `project_name` | Nom du projet | Auto-détecté |
|
|
538
|
+
| `user_skill_level` | Niveau du dev | beginner, intermediate, expert |
|
|
539
|
+
| `execution_mode` | Mode d'exécution | manual, autopilot, hybrid |
|
|
540
|
+
| `auto_role_activation` | Auto-switch de rôles | true, false |
|
|
541
|
+
| `parallel_execution` | Parallélisme | true, false |
|
|
542
|
+
| `install_packs` | Packs installés | core, osint, maker, audit, all |
|
|
543
|
+
|
|
544
|
+
### Clés API (selon les packs)
|
|
545
|
+
|
|
546
|
+
| Clé | Pack | Usage |
|
|
547
|
+
|-----|------|-------|
|
|
548
|
+
| `GEMINI_API_KEY` | Monitor | Analyse IA des diffs upstream |
|
|
549
|
+
| `EVOLUTION_API_KEY` | Monitor | Notifications WhatsApp |
|
|
550
|
+
| `APIFY_API_TOKEN` | OSINT | Scraping réseaux sociaux |
|
|
551
|
+
| `PERPLEXITY_API_KEY` | OSINT | Recherche enrichie |
|
|
552
|
+
|
|
553
|
+
---
|
|
554
|
+
|
|
555
|
+
## 📜 Version History
|
|
556
|
+
|
|
557
|
+
| Version | Date | Description |
|
|
558
|
+
|---------|------|-------------|
|
|
559
|
+
| **0.1.0** | 2026-03-17 | 🎉 Foundation — 56+ agents (Atlas, Forge, Sentinel, Nexus, Shadow, Maker), 3 skills, pack system, monitoring, multi-IDE support |
|
|
560
|
+
| **0.5.0** | 2026-05-17 | 🛡️ **Pack Shield** — 38 agents de conformité GRC |
|
|
561
|
+
| **0.6.0** | 2026-05-17 | 🏗️ **Pack Dev Studio** — 56+ agents specialized SDLC + 30 workflows SDLC |
|
|
562
|
+
| **0.8.0** | 2026-06-24 | 🚀 **Augmenté & Sécurisé** — 3 nouveaux packs (animated, backup, seo), correction P0 sécurité, 143/143 tests |
|
|
563
|
+
|
|
564
|
+
Voir [CHANGELOG.md](../CHANGELOG.md) pour le détail complet.
|
|
565
|
+
|
|
566
|
+
---
|
|
567
|
+
|
|
568
|
+
## 📄 Licence
|
|
569
|
+
|
|
570
|
+
MIT — Basé sur [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) (MIT)
|
|
571
|
+
|
|
572
|
+
### Crédits
|
|
573
|
+
|
|
574
|
+
- **BMAD-METHOD** by [bmad-code-org](https://github.com/bmad-code-org) — Framework de base
|
|
575
|
+
- **OSINT Pipeline** basé sur [smixs/osint-skill](https://github.com/smixs/osint-skill) (MIT)
|
|
576
|
+
- **Apify Actor Runner** intégré de [apify/agent-skills](https://github.com/apify/agent-skills) (MIT)
|