bmad-plus 0.12.0 → 0.12.2

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 (160) hide show
  1. package/CHANGELOG.md +612 -554
  2. package/README.md +557 -577
  3. package/osint-agent-package/agents/osint-investigator.md +12 -0
  4. package/osint-agent-package/skills/bmad-osint-investigate/osint/SKILL.md +491 -482
  5. package/osint-agent-package/skills/bmad-osint-investigate/osint/assets/dossier-template.md +126 -126
  6. package/osint-agent-package/skills/bmad-osint-investigate/osint/assets/lawful-basis-record.md +48 -48
  7. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/content-extraction.md +100 -100
  8. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/gdpr-osint.md +48 -48
  9. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/platforms.md +130 -130
  10. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/psychoprofile.md +69 -69
  11. package/osint-agent-package/skills/bmad-osint-investigate/osint/references/tools.md +281 -281
  12. package/osint-agent-package/skills/bmad-osint-investigate/osint/scripts/mcp-client.py +136 -136
  13. package/package.json +104 -91
  14. package/readme-international/README.de.md +596 -589
  15. package/readme-international/README.es.md +613 -606
  16. package/readme-international/README.fr.md +611 -604
  17. package/src/bmad-plus/agents/agent-shadow/SKILL.md +18 -0
  18. package/src/bmad-plus/data/role-triggers.yaml +52 -0
  19. package/src/bmad-plus/module.yaml +283 -283
  20. package/src/bmad-plus/packs/pack-animated/animated-website-agent.md +325 -325
  21. package/src/bmad-plus/packs/pack-animated/templates/animated-website-workflow.md +55 -55
  22. package/src/bmad-plus/packs/pack-backup/backup-agent.md +71 -71
  23. package/src/bmad-plus/packs/pack-backup/templates/backup-workflow.md +51 -51
  24. package/src/bmad-plus/packs/pack-dev-studio/README.md +162 -162
  25. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/analyst-agent.md +73 -73
  26. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/document-project.md +61 -61
  27. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/domain-research.md +95 -95
  28. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/market-research.md +95 -95
  29. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/prfaq.md +134 -134
  30. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/product-brief.md +80 -80
  31. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/tech-writer-agent.md +73 -73
  32. package/src/bmad-plus/packs/pack-dev-studio/categories/analysis/technical-research.md +95 -95
  33. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/architect-agent.md +73 -73
  34. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-architecture.md +73 -73
  35. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/create-epics-stories.md +92 -92
  36. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/generate-project-context.md +80 -80
  37. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/implementation-readiness.md +90 -90
  38. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01-init.md +153 -153
  39. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-01b-continue.md +173 -173
  40. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-02-context.md +224 -224
  41. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-03-starter.md +329 -329
  42. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-04-decisions.md +318 -318
  43. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-05-patterns.md +359 -359
  44. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-06-structure.md +379 -379
  45. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-07-validation.md +361 -361
  46. package/src/bmad-plus/packs/pack-dev-studio/categories/architecture/steps/step-08-complete.md +81 -81
  47. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/checkpoint-preview.md +67 -67
  48. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-01-gather-context.md +85 -85
  49. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-02-review.md +35 -35
  50. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-03-triage.md +49 -49
  51. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review-steps/step-04-present.md +131 -131
  52. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/code-review.md +89 -89
  53. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/correct-course.md +300 -300
  54. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/create-story.md +428 -428
  55. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-agent.md +73 -73
  56. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story-checklist.md +80 -80
  57. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/dev-story.md +484 -484
  58. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/investigate.md +193 -193
  59. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/qa-e2e-tests.md +175 -175
  60. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/quick-dev.md +110 -110
  61. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/retrospective.md +1511 -1511
  62. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-planning.md +298 -298
  63. package/src/bmad-plus/packs/pack-dev-studio/categories/implementation/sprint-status.md +296 -296
  64. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-prd.md +29 -29
  65. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/create-ux-design.md +74 -74
  66. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/edit-prd.md +29 -29
  67. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/pm-agent.md +73 -73
  68. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/prd.md +89 -89
  69. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/ux-designer-agent.md +73 -73
  70. package/src/bmad-plus/packs/pack-dev-studio/categories/planning/validate-prd.md +29 -29
  71. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/advanced-elicitation.md +141 -141
  72. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/adversarial-review.md +37 -37
  73. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/bmad-help.md +75 -75
  74. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/brainstorming.md +6 -6
  75. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/customize.md +110 -110
  76. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/distillator.md +176 -176
  77. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/edge-case-hunter.md +67 -67
  78. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-prose.md +86 -86
  79. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/editorial-review-structure.md +179 -179
  80. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/index-docs.md +66 -66
  81. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/party-mode.md +127 -127
  82. package/src/bmad-plus/packs/pack-dev-studio/categories/utilities/shard-doc.md +105 -105
  83. package/src/bmad-plus/packs/pack-dev-studio/dev-studio-orchestrator.md +120 -120
  84. package/src/bmad-plus/packs/pack-dev-studio/shared/architecture-decision-template.md +12 -12
  85. package/src/bmad-plus/packs/pack-dev-studio/shared/bwml-spec.md +328 -328
  86. package/src/bmad-plus/packs/pack-dev-studio/shared/module-help.csv +32 -32
  87. package/src/bmad-plus/packs/pack-dev-studio/upstream-sync.yaml +81 -81
  88. package/src/bmad-plus/packs/pack-memory/shared/memory-protocol.md +14 -0
  89. package/src/bmad-plus/packs/pack-seo/SKILL.md +171 -171
  90. package/src/bmad-plus/packs/pack-seo/checklist.md +140 -140
  91. package/src/bmad-plus/packs/pack-seo/pagespeed-playbook.md +320 -320
  92. package/src/bmad-plus/packs/pack-seo/ref/audit-schema.json +187 -187
  93. package/src/bmad-plus/packs/pack-seo/ref/cwv-thresholds.md +87 -87
  94. package/src/bmad-plus/packs/pack-seo/ref/eeat-criteria.md +123 -123
  95. package/src/bmad-plus/packs/pack-seo/ref/geo-signals.md +167 -167
  96. package/src/bmad-plus/packs/pack-seo/ref/hreflang-rules.md +153 -153
  97. package/src/bmad-plus/packs/pack-seo/ref/quality-gates.md +133 -133
  98. package/src/bmad-plus/packs/pack-seo/ref/schema-catalog.md +91 -91
  99. package/src/bmad-plus/packs/pack-seo/ref/schema-templates.json +356 -356
  100. package/src/bmad-plus/packs/pack-seo/requirements.txt +17 -0
  101. package/src/bmad-plus/packs/pack-seo/scripts/seo_apis.py +456 -0
  102. package/src/bmad-plus/packs/pack-seo/scripts/seo_crawl.py +359 -0
  103. package/src/bmad-plus/packs/pack-seo/scripts/seo_fetch.py +304 -0
  104. package/src/bmad-plus/packs/pack-seo/scripts/seo_parse.py +255 -0
  105. package/src/bmad-plus/packs/pack-seo/scripts/seo_report.py +410 -0
  106. package/src/bmad-plus/packs/pack-seo/scripts/seo_screenshot.py +202 -0
  107. package/src/bmad-plus/packs/pack-seo/seo-chief.md +294 -294
  108. package/src/bmad-plus/packs/pack-seo/seo-judge.md +241 -241
  109. package/src/bmad-plus/packs/pack-seo/seo-scout.md +171 -171
  110. package/src/bmad-plus/packs/pack-seo/templates/seo-audit-workflow.md +241 -241
  111. package/src/bmad-plus/packs/pack-shield/README.md +6 -6
  112. package/src/bmad-plus/packs/pack-shield/SKILL.md +2 -2
  113. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/csrd-agent.md +11 -11
  114. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/section508-agent.md +11 -11
  115. package/src/bmad-plus/packs/pack-shield/categories/accessibility-esg/wcag-agent.md +11 -11
  116. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/eu-ai-act-agent.md +11 -11
  117. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/iso42001-agent.md +11 -11
  118. package/src/bmad-plus/packs/pack-shield/categories/ai-governance/nist-ai-rmf-agent.md +11 -11
  119. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/cis-controls-agent.md +11 -11
  120. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/ism-agent.md +11 -11
  121. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/iso27001-agent.md +11 -11
  122. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nis2-agent.md +11 -11
  123. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-800-53-agent.md +11 -11
  124. package/src/bmad-plus/packs/pack-shield/categories/cybersecurity/nist-csf-agent.md +11 -11
  125. package/src/bmad-plus/packs/pack-shield/categories/defense-export/cmmc-agent.md +11 -11
  126. package/src/bmad-plus/packs/pack-shield/categories/defense-export/ear-agent.md +11 -11
  127. package/src/bmad-plus/packs/pack-shield/categories/defense-export/itar-agent.md +11 -11
  128. package/src/bmad-plus/packs/pack-shield/categories/defense-export/tsa-agent.md +11 -11
  129. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/dora-agent.md +11 -11
  130. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/fedramp-agent.md +11 -11
  131. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/hipaa-agent.md +11 -11
  132. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/pci-dss-agent.md +11 -11
  133. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/soc2-agent.md +11 -11
  134. package/src/bmad-plus/packs/pack-shield/categories/industry-compliance/swift-csp-agent.md +11 -11
  135. package/src/bmad-plus/packs/pack-shield/shield-orchestrator.md +1 -1
  136. package/tools/build/check-counts.js +628 -0
  137. package/tools/build/generated-adapters/.codex/AGENTS.md +1 -1
  138. package/tools/build/generated-adapters/.cursor/rules/bmad-plus.mdc +1 -1
  139. package/tools/build/generated-adapters/.opencode/AGENTS.md +1 -1
  140. package/tools/build/generated-adapters/AGENTS.md +1 -1
  141. package/tools/build/generated-adapters/CLAUDE.md +1 -1
  142. package/tools/build/generated-adapters/CONVENTIONS.md +1 -1
  143. package/tools/build/generated-adapters/GEMINI.md +1 -1
  144. package/tools/cli/commands/autoconfig.js +470 -472
  145. package/tools/cli/commands/doctor.js +233 -233
  146. package/tools/cli/commands/install.js +598 -495
  147. package/tools/cli/commands/memory-journal-cmd.js +311 -311
  148. package/tools/cli/commands/memory.js +195 -195
  149. package/tools/cli/commands/scan.js +348 -364
  150. package/tools/cli/commands/uninstall.js +101 -101
  151. package/tools/cli/commands/update.js +134 -134
  152. package/tools/cli/i18n.js +845 -845
  153. package/tools/cli/lib/README-memory-journal.md +125 -125
  154. package/tools/cli/lib/ide-config.js +267 -259
  155. package/tools/cli/lib/memory-init.js +204 -113
  156. package/tools/cli/lib/packs.js +209 -209
  157. package/tools/cli/lib/path-hash.js +39 -0
  158. package/tools/cli/lib/python-provision.js +508 -508
  159. package/tools/cli/lib/stack-detect.js +102 -102
  160. package/tools/cli/lib/validate.js +50 -50
@@ -1,32 +1,32 @@
1
- module,skill,display-name,menu-code,description,action,args,phase,preceded-by,followed-by,required,output-location,outputs
2
- BMad Method,_meta,,,,,,,,,false,https://docs.bmad-method.org/llms.txt,
3
- BMad Method,bmad-document-project,Document Project,DP,Analyze an existing project to produce useful documentation.,,,anytime,,,false,project-knowledge,*
4
- BMad Method,bmad-generate-project-context,Generate Project Context,GPC,Scan existing codebase to generate a lean LLM-optimized project-context.md. Essential for brownfield projects.,,,anytime,,,false,output_folder,project context
5
- BMad Method,bmad-quick-dev,Quick Dev,QQ,Unified intent-in code-out workflow: clarify plan implement review and present.,,,anytime,,,false,implementation_artifacts,spec and project implementation
6
- BMad Method,bmad-correct-course,Correct Course,CC,Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories.,,,anytime,,,false,planning_artifacts,change proposal
7
- BMad Method,bmad-agent-tech-writer,Write Document,WD,"Describe in detail what you want, and the agent will follow documentation best practices. Multi-turn conversation with subprocess for research/review.",write,,anytime,,,false,project-knowledge,document
8
- BMad Method,bmad-agent-tech-writer,Update Standards,US,Update agent memory documentation-standards.md with your specific preferences if you discover missing document conventions.,update-standards,,anytime,,,false,_bmad/_memory/tech-writer-sidecar,standards
9
- BMad Method,bmad-agent-tech-writer,Mermaid Generate,MG,Create a Mermaid diagram based on user description. Will suggest diagram types if not specified.,mermaid,,anytime,,,false,planning_artifacts,mermaid diagram
10
- BMad Method,bmad-agent-tech-writer,Validate Document,VD,Review the specified document against documentation standards and best practices. Returns specific actionable improvement suggestions organized by priority.,validate,[path],anytime,,,false,planning_artifacts,validation report
11
- BMad Method,bmad-agent-tech-writer,Explain Concept,EC,Create clear technical explanations with examples and diagrams for complex concepts.,explain,[topic],anytime,,,false,project_knowledge,explanation
12
- BMad Method,bmad-brainstorming,Brainstorm Project,BP,Expert guided facilitation through a single or multiple techniques.,,,1-analysis,,,false,planning_artifacts,brainstorming session
13
- BMad Method,bmad-market-research,Market Research,MR,Market analysis competitive landscape customer needs and trends.,,,1-analysis,,,false,planning_artifacts|project-knowledge,research documents
14
- BMad Method,bmad-domain-research,Domain Research,DR,Industry domain deep dive subject matter expertise and terminology.,,,1-analysis,,,false,planning_artifacts|project_knowledge,research documents
15
- BMad Method,bmad-technical-research,Technical Research,TR,Technical feasibility architecture options and implementation approaches.,,,1-analysis,,,false,planning_artifacts|project_knowledge,research documents
16
- BMad Method,bmad-product-brief,Create Brief,CB,An expert guided experience to nail down your product idea in a brief. a gentler approach than PRFAQ when you are already sure of your concept and nothing will sway you.,,-A,1-analysis,,,false,planning_artifacts,product brief
17
- BMad Method,bmad-prfaq,PRFAQ Challenge,WB,Working Backwards guided experience to forge and stress-test your product concept to ensure you have a great product that users will love and need through the PRFAQ gauntlet to determine feasibility and alignment with user needs. alternative to product brief.,,-H,1-analysis,,,false,planning_artifacts,prfaq document
18
- BMad Method,bmad-prd,Create Edit and Review PRD,PRD,"Facilitated PRD workflow — create a new PRD via coached discovery, update an existing one against a change signal, or validate a finished PRD against a checklist with an HTML findings report.",,,2-planning,bmad-product-brief,,true,planning_artifacts,prd
19
- BMad Method,bmad-create-ux-design,Create UX,CU,"Guidance through realizing the plan for your UX, strongly recommended if a UI is a primary piece of the proposed project.",,,2-planning,bmad-prd,,false,planning_artifacts,ux design
20
- BMad Method,bmad-create-architecture,Create Architecture,CA,Guided workflow to document technical decisions.,,,3-solutioning,,,true,planning_artifacts,architecture
21
- BMad Method,bmad-create-epics-and-stories,Create Epics and Stories,CE,,,,3-solutioning,bmad-create-architecture,,true,planning_artifacts,epics and stories
22
- BMad Method,bmad-check-implementation-readiness,Check Implementation Readiness,IR,Ensure PRD UX Architecture and Epics Stories are aligned.,,,3-solutioning,bmad-create-epics-and-stories,,true,planning_artifacts,readiness report
23
- BMad Method,bmad-sprint-planning,Sprint Planning,SP,Kicks off implementation by producing a plan the implementation agents will follow in sequence for every story.,,,4-implementation,,,true,implementation_artifacts,sprint status
24
- BMad Method,bmad-sprint-status,Sprint Status,SS,Anytime: Summarize sprint status and route to next workflow.,,,4-implementation,bmad-sprint-planning,,false,,
25
- BMad Method,bmad-create-story,Create Story,CS,Story cycle start: Prepare first found story in the sprint plan that is next or a specific epic/story designation.,create,,4-implementation,bmad-sprint-planning,bmad-create-story:validate,true,implementation_artifacts,story
26
- BMad Method,bmad-create-story,Validate Story,VS,Validates story readiness and completeness before development work begins.,validate,,4-implementation,bmad-create-story:create,bmad-dev-story,false,implementation_artifacts,story validation report
27
- BMad Method,bmad-dev-story,Dev Story,DS,Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed.,,,4-implementation,bmad-create-story:validate,,true,,
28
- BMad Method,bmad-code-review,Code Review,CR,Story cycle: If issues back to DS if approved then next CS or ER if epic complete.,,,4-implementation,bmad-dev-story,,false,,
29
- BMad Method,bmad-checkpoint-preview,Checkpoint,CK,Guided walkthrough of a change from purpose and context into details. Use for human review of commits branches or PRs.,,,4-implementation,,,false,,
30
- BMad Method,bmad-qa-generate-e2e-tests,QA Automation Test,QA,Generate automated API and E2E tests for implemented code. NOT for code review or story validation — use CR for that.,,,4-implementation,bmad-dev-story,,false,implementation_artifacts,test suite
31
- BMad Method,bmad-retrospective,Retrospective,ER,Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC.,,,4-implementation,bmad-code-review,,false,implementation_artifacts,retrospective
32
- BMad Method,bmad-investigate,Investigate,IN,Forensic case investigation calibrated to the input. Evidence-graded analysis with hypothesis tracking. Produces a structured case file.,,4-implementation,,,false,implementation_artifacts,investigation report
1
+ module,skill,display-name,menu-code,description,action,args,phase,preceded-by,followed-by,required,output-location,outputs
2
+ BMad Method,_meta,,,,,,,,,false,https://docs.bmad-method.org/llms.txt,
3
+ BMad Method,bmad-document-project,Document Project,DP,Analyze an existing project to produce useful documentation.,,,anytime,,,false,project-knowledge,*
4
+ BMad Method,bmad-generate-project-context,Generate Project Context,GPC,Scan existing codebase to generate a lean LLM-optimized project-context.md. Essential for brownfield projects.,,,anytime,,,false,output_folder,project context
5
+ BMad Method,bmad-quick-dev,Quick Dev,QQ,Unified intent-in code-out workflow: clarify plan implement review and present.,,,anytime,,,false,implementation_artifacts,spec and project implementation
6
+ BMad Method,bmad-correct-course,Correct Course,CC,Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories.,,,anytime,,,false,planning_artifacts,change proposal
7
+ BMad Method,bmad-agent-tech-writer,Write Document,WD,"Describe in detail what you want, and the agent will follow documentation best practices. Multi-turn conversation with subprocess for research/review.",write,,anytime,,,false,project-knowledge,document
8
+ BMad Method,bmad-agent-tech-writer,Update Standards,US,Update agent memory documentation-standards.md with your specific preferences if you discover missing document conventions.,update-standards,,anytime,,,false,_bmad/_memory/tech-writer-sidecar,standards
9
+ BMad Method,bmad-agent-tech-writer,Mermaid Generate,MG,Create a Mermaid diagram based on user description. Will suggest diagram types if not specified.,mermaid,,anytime,,,false,planning_artifacts,mermaid diagram
10
+ BMad Method,bmad-agent-tech-writer,Validate Document,VD,Review the specified document against documentation standards and best practices. Returns specific actionable improvement suggestions organized by priority.,validate,[path],anytime,,,false,planning_artifacts,validation report
11
+ BMad Method,bmad-agent-tech-writer,Explain Concept,EC,Create clear technical explanations with examples and diagrams for complex concepts.,explain,[topic],anytime,,,false,project_knowledge,explanation
12
+ BMad Method,bmad-brainstorming,Brainstorm Project,BP,Expert guided facilitation through a single or multiple techniques.,,,1-analysis,,,false,planning_artifacts,brainstorming session
13
+ BMad Method,bmad-market-research,Market Research,MR,Market analysis competitive landscape customer needs and trends.,,,1-analysis,,,false,planning_artifacts|project-knowledge,research documents
14
+ BMad Method,bmad-domain-research,Domain Research,DR,Industry domain deep dive subject matter expertise and terminology.,,,1-analysis,,,false,planning_artifacts|project_knowledge,research documents
15
+ BMad Method,bmad-technical-research,Technical Research,TR,Technical feasibility architecture options and implementation approaches.,,,1-analysis,,,false,planning_artifacts|project_knowledge,research documents
16
+ BMad Method,bmad-product-brief,Create Brief,CB,An expert guided experience to nail down your product idea in a brief. a gentler approach than PRFAQ when you are already sure of your concept and nothing will sway you.,,-A,1-analysis,,,false,planning_artifacts,product brief
17
+ BMad Method,bmad-prfaq,PRFAQ Challenge,WB,Working Backwards guided experience to forge and stress-test your product concept to ensure you have a great product that users will love and need through the PRFAQ gauntlet to determine feasibility and alignment with user needs. alternative to product brief.,,-H,1-analysis,,,false,planning_artifacts,prfaq document
18
+ BMad Method,bmad-prd,Create Edit and Review PRD,PRD,"Facilitated PRD workflow — create a new PRD via coached discovery, update an existing one against a change signal, or validate a finished PRD against a checklist with an HTML findings report.",,,2-planning,bmad-product-brief,,true,planning_artifacts,prd
19
+ BMad Method,bmad-create-ux-design,Create UX,CU,"Guidance through realizing the plan for your UX, strongly recommended if a UI is a primary piece of the proposed project.",,,2-planning,bmad-prd,,false,planning_artifacts,ux design
20
+ BMad Method,bmad-create-architecture,Create Architecture,CA,Guided workflow to document technical decisions.,,,3-solutioning,,,true,planning_artifacts,architecture
21
+ BMad Method,bmad-create-epics-and-stories,Create Epics and Stories,CE,,,,3-solutioning,bmad-create-architecture,,true,planning_artifacts,epics and stories
22
+ BMad Method,bmad-check-implementation-readiness,Check Implementation Readiness,IR,Ensure PRD UX Architecture and Epics Stories are aligned.,,,3-solutioning,bmad-create-epics-and-stories,,true,planning_artifacts,readiness report
23
+ BMad Method,bmad-sprint-planning,Sprint Planning,SP,Kicks off implementation by producing a plan the implementation agents will follow in sequence for every story.,,,4-implementation,,,true,implementation_artifacts,sprint status
24
+ BMad Method,bmad-sprint-status,Sprint Status,SS,Anytime: Summarize sprint status and route to next workflow.,,,4-implementation,bmad-sprint-planning,,false,,
25
+ BMad Method,bmad-create-story,Create Story,CS,Story cycle start: Prepare first found story in the sprint plan that is next or a specific epic/story designation.,create,,4-implementation,bmad-sprint-planning,bmad-create-story:validate,true,implementation_artifacts,story
26
+ BMad Method,bmad-create-story,Validate Story,VS,Validates story readiness and completeness before development work begins.,validate,,4-implementation,bmad-create-story:create,bmad-dev-story,false,implementation_artifacts,story validation report
27
+ BMad Method,bmad-dev-story,Dev Story,DS,Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed.,,,4-implementation,bmad-create-story:validate,,true,,
28
+ BMad Method,bmad-code-review,Code Review,CR,Story cycle: If issues back to DS if approved then next CS or ER if epic complete.,,,4-implementation,bmad-dev-story,,false,,
29
+ BMad Method,bmad-checkpoint-preview,Checkpoint,CK,Guided walkthrough of a change from purpose and context into details. Use for human review of commits branches or PRs.,,,4-implementation,,,false,,
30
+ BMad Method,bmad-qa-generate-e2e-tests,QA Automation Test,QA,Generate automated API and E2E tests for implemented code. NOT for code review or story validation — use CR for that.,,,4-implementation,bmad-dev-story,,false,implementation_artifacts,test suite
31
+ BMad Method,bmad-retrospective,Retrospective,ER,Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC.,,,4-implementation,bmad-code-review,,false,implementation_artifacts,retrospective
32
+ BMad Method,bmad-investigate,Investigate,IN,Forensic case investigation calibrated to the input. Evidence-graded analysis with hypothesis tracking. Produces a structured case file.,,4-implementation,,,false,implementation_artifacts,investigation report
@@ -1,81 +1,81 @@
1
- # Pack Dev Studio — upstream-sync.yaml
2
- # Tracks the source commit and version from BMAD-METHOD for future updates
3
-
4
- upstream:
5
- repository: https://github.com/bmad-code-org/BMAD-METHOD
6
- version: "6.6.0"
7
- commit: "0f852a38ac7c0ac30340b3aedc3aba4505b7c14a"
8
- synced_at: "2026-05-17"
9
- license: MIT
10
-
11
- adaptations:
12
- format: "BMAD+ BWML (Workflow Markup Language)"
13
- personas:
14
- Mary: Miriam (מרים)
15
- Paige: Huldah (חולדה)
16
- John: Yosef (יוסף)
17
- Sally: Rachel (רחל)
18
- Winston: Bezalel (בצלאל)
19
- Amelia: Oholiab (אהליאב)
20
- removed_dependencies:
21
- - customize.toml (3-layer TOML config system)
22
- - resolve_customization.py (Python variable resolver)
23
- - resolve_config.py (Python config merger)
24
- - analyze_sources.py (Python source analyzer)
25
- - config.yaml (per-project config)
26
- added:
27
- - BWML specification (shared/bwml-spec.md)
28
- - Dev Studio orchestrator
29
- - Specialized persona naming
30
- - BMAD+ pack integration (module.yaml, CLI, i18n)
31
-
32
- source_mapping:
33
- categories/analysis:
34
- - src/bmm-skills/1-analysis/bmad-agent-analyst → analyst-agent.md
35
- - src/bmm-skills/1-analysis/bmad-agent-tech-writer → tech-writer-agent.md
36
- - src/bmm-skills/1-analysis/bmad-product-brief → product-brief.md
37
- - src/bmm-skills/1-analysis/bmad-prfaq → prfaq.md
38
- - src/bmm-skills/1-analysis/bmad-document-project → document-project.md
39
- - src/bmm-skills/1-analysis/research/bmad-market-research → market-research.md
40
- - src/bmm-skills/1-analysis/research/bmad-domain-research → domain-research.md
41
- - src/bmm-skills/1-analysis/research/bmad-technical-research → technical-research.md
42
- categories/planning:
43
- - src/bmm-skills/2-plan-workflows/bmad-agent-pm → pm-agent.md
44
- - src/bmm-skills/2-plan-workflows/bmad-agent-ux-designer → ux-designer-agent.md
45
- - src/bmm-skills/2-plan-workflows/bmad-create-prd → create-prd.md
46
- - src/bmm-skills/2-plan-workflows/bmad-create-ux-design → create-ux-design.md
47
- - src/bmm-skills/2-plan-workflows/bmad-edit-prd → edit-prd.md
48
- - src/bmm-skills/2-plan-workflows/bmad-prd → prd.md
49
- - src/bmm-skills/2-plan-workflows/bmad-validate-prd → validate-prd.md
50
- categories/architecture:
51
- - src/bmm-skills/3-solutioning/bmad-agent-architect → architect-agent.md
52
- - src/bmm-skills/3-solutioning/bmad-create-architecture → create-architecture.md + steps/
53
- - src/bmm-skills/3-solutioning/bmad-create-epics-and-stories → create-epics-stories.md
54
- - src/bmm-skills/3-solutioning/bmad-check-implementation-readiness → implementation-readiness.md
55
- - src/bmm-skills/3-solutioning/bmad-generate-project-context → generate-project-context.md
56
- categories/implementation:
57
- - src/bmm-skills/4-implementation/bmad-agent-dev → dev-agent.md
58
- - src/bmm-skills/4-implementation/bmad-dev-story → dev-story.md + checklist
59
- - src/bmm-skills/4-implementation/bmad-create-story → create-story.md
60
- - src/bmm-skills/4-implementation/bmad-sprint-planning → sprint-planning.md
61
- - src/bmm-skills/4-implementation/bmad-sprint-status → sprint-status.md
62
- - src/bmm-skills/4-implementation/bmad-code-review → code-review.md + steps/
63
- - src/bmm-skills/4-implementation/bmad-quick-dev → quick-dev.md
64
- - src/bmm-skills/4-implementation/bmad-correct-course → correct-course.md
65
- - src/bmm-skills/4-implementation/bmad-checkpoint-preview → checkpoint-preview.md
66
- - src/bmm-skills/4-implementation/bmad-investigate → investigate.md
67
- - src/bmm-skills/4-implementation/bmad-qa-generate-e2e-tests → qa-e2e-tests.md
68
- - src/bmm-skills/4-implementation/bmad-retrospective → retrospective.md
69
- categories/utilities:
70
- - src/core-skills/bmad-distillator → distillator.md
71
- - src/core-skills/bmad-party-mode → party-mode.md
72
- - src/core-skills/bmad-brainstorming → brainstorming.md
73
- - src/core-skills/bmad-editorial-review-prose → editorial-review-prose.md
74
- - src/core-skills/bmad-editorial-review-structure → editorial-review-structure.md
75
- - src/core-skills/bmad-review-adversarial-general → adversarial-review.md
76
- - src/core-skills/bmad-review-edge-case-hunter → edge-case-hunter.md
77
- - src/core-skills/bmad-advanced-elicitation → advanced-elicitation.md
78
- - src/core-skills/bmad-shard-doc → shard-doc.md
79
- - src/core-skills/bmad-index-docs → index-docs.md
80
- - src/core-skills/bmad-help → bmad-help.md
81
- - src/core-skills/bmad-customize → customize.md
1
+ # Pack Dev Studio — upstream-sync.yaml
2
+ # Tracks the source commit and version from BMAD-METHOD for future updates
3
+
4
+ upstream:
5
+ repository: https://github.com/bmad-code-org/BMAD-METHOD
6
+ version: "6.6.0"
7
+ commit: "0f852a38ac7c0ac30340b3aedc3aba4505b7c14a"
8
+ synced_at: "2026-05-17"
9
+ license: MIT
10
+
11
+ adaptations:
12
+ format: "BMAD+ BWML (Workflow Markup Language)"
13
+ personas:
14
+ Mary: Miriam (מרים)
15
+ Paige: Huldah (חולדה)
16
+ John: Yosef (יוסף)
17
+ Sally: Rachel (רחל)
18
+ Winston: Bezalel (בצלאל)
19
+ Amelia: Oholiab (אהליאב)
20
+ removed_dependencies:
21
+ - customize.toml (3-layer TOML config system)
22
+ - resolve_customization.py (Python variable resolver)
23
+ - resolve_config.py (Python config merger)
24
+ - analyze_sources.py (Python source analyzer)
25
+ - config.yaml (per-project config)
26
+ added:
27
+ - BWML specification (shared/bwml-spec.md)
28
+ - Dev Studio orchestrator
29
+ - Specialized persona naming
30
+ - BMAD+ pack integration (module.yaml, CLI, i18n)
31
+
32
+ source_mapping:
33
+ categories/analysis:
34
+ - src/bmm-skills/1-analysis/bmad-agent-analyst → analyst-agent.md
35
+ - src/bmm-skills/1-analysis/bmad-agent-tech-writer → tech-writer-agent.md
36
+ - src/bmm-skills/1-analysis/bmad-product-brief → product-brief.md
37
+ - src/bmm-skills/1-analysis/bmad-prfaq → prfaq.md
38
+ - src/bmm-skills/1-analysis/bmad-document-project → document-project.md
39
+ - src/bmm-skills/1-analysis/research/bmad-market-research → market-research.md
40
+ - src/bmm-skills/1-analysis/research/bmad-domain-research → domain-research.md
41
+ - src/bmm-skills/1-analysis/research/bmad-technical-research → technical-research.md
42
+ categories/planning:
43
+ - src/bmm-skills/2-plan-workflows/bmad-agent-pm → pm-agent.md
44
+ - src/bmm-skills/2-plan-workflows/bmad-agent-ux-designer → ux-designer-agent.md
45
+ - src/bmm-skills/2-plan-workflows/bmad-create-prd → create-prd.md
46
+ - src/bmm-skills/2-plan-workflows/bmad-create-ux-design → create-ux-design.md
47
+ - src/bmm-skills/2-plan-workflows/bmad-edit-prd → edit-prd.md
48
+ - src/bmm-skills/2-plan-workflows/bmad-prd → prd.md
49
+ - src/bmm-skills/2-plan-workflows/bmad-validate-prd → validate-prd.md
50
+ categories/architecture:
51
+ - src/bmm-skills/3-solutioning/bmad-agent-architect → architect-agent.md
52
+ - src/bmm-skills/3-solutioning/bmad-create-architecture → create-architecture.md + steps/
53
+ - src/bmm-skills/3-solutioning/bmad-create-epics-and-stories → create-epics-stories.md
54
+ - src/bmm-skills/3-solutioning/bmad-check-implementation-readiness → implementation-readiness.md
55
+ - src/bmm-skills/3-solutioning/bmad-generate-project-context → generate-project-context.md
56
+ categories/implementation:
57
+ - src/bmm-skills/4-implementation/bmad-agent-dev → dev-agent.md
58
+ - src/bmm-skills/4-implementation/bmad-dev-story → dev-story.md + checklist
59
+ - src/bmm-skills/4-implementation/bmad-create-story → create-story.md
60
+ - src/bmm-skills/4-implementation/bmad-sprint-planning → sprint-planning.md
61
+ - src/bmm-skills/4-implementation/bmad-sprint-status → sprint-status.md
62
+ - src/bmm-skills/4-implementation/bmad-code-review → code-review.md + steps/
63
+ - src/bmm-skills/4-implementation/bmad-quick-dev → quick-dev.md
64
+ - src/bmm-skills/4-implementation/bmad-correct-course → correct-course.md
65
+ - src/bmm-skills/4-implementation/bmad-checkpoint-preview → checkpoint-preview.md
66
+ - src/bmm-skills/4-implementation/bmad-investigate → investigate.md
67
+ - src/bmm-skills/4-implementation/bmad-qa-generate-e2e-tests → qa-e2e-tests.md
68
+ - src/bmm-skills/4-implementation/bmad-retrospective → retrospective.md
69
+ categories/utilities:
70
+ - src/core-skills/bmad-distillator → distillator.md
71
+ - src/core-skills/bmad-party-mode → party-mode.md
72
+ - src/core-skills/bmad-brainstorming → brainstorming.md
73
+ - src/core-skills/bmad-editorial-review-prose → editorial-review-prose.md
74
+ - src/core-skills/bmad-editorial-review-structure → editorial-review-structure.md
75
+ - src/core-skills/bmad-review-adversarial-general → adversarial-review.md
76
+ - src/core-skills/bmad-review-edge-case-hunter → edge-case-hunter.md
77
+ - src/core-skills/bmad-advanced-elicitation → advanced-elicitation.md
78
+ - src/core-skills/bmad-shard-doc → shard-doc.md
79
+ - src/core-skills/bmad-index-docs → index-docs.md
80
+ - src/core-skills/bmad-help → bmad-help.md
81
+ - src/core-skills/bmad-customize → customize.md
@@ -29,6 +29,20 @@
29
29
  └── <hash>.yaml ← Per-project metadata
30
30
  ```
31
31
 
32
+ ### Portfolio Brain (workspace-level, takes precedence)
33
+
34
+ If a `_brain/` directory exists in the project directory or any ancestor (e.g. `D:\workspace\_brain\` above `D:\workspace\clients\my-project\`), install links the project to it instead of `~/.bmad-plus/brain`. The `BMAD_PLUS_BRAIN` env var overrides all auto-detection.
35
+
36
+ The kind of brain that was linked is recorded in `.brain-link`:
37
+
38
+ ```json
39
+ { "linked_brain": "D:\\workspace\\_brain", "brain_type": "portfolio", "linked_at": "…" }
40
+ ```
41
+
42
+ `brain_type` values: `portfolio` (workspace `_brain/` or env var) · `bmad-global` (`~/.bmad-plus/brain`) · `claude-memory` (`~/.claude/memory`).
43
+
44
+ **Rule for agents**: a portfolio brain has its **own** conventions and layout — read its entry point (`README.md` / `AGENTS.md` / `HOT.md`) first and follow them. Do NOT assume the BMAD+ global layout above; in particular do not create `identity.yaml` or `projects/` inside a portfolio brain uninvited.
45
+
32
46
  ---
33
47
 
34
48
  ## Protocol: Session Start (READ)
@@ -1,171 +1,171 @@
1
- ---
2
- name: seo-engine
3
- description: >
4
- BMAD+ SEO Engine v2.1 — Complete SEO audit engine with 3 multi-role agents,
5
- 6-phase workflow, Python toolkit, Google API integration, and PageSpeed
6
- perfection loop. Use when user says /seo or any SEO-related command.
7
- ---
8
-
9
- # SEO Engine — Orchestrator
10
-
11
- > By Laurent Rochetta | BMAD+ SEO Engine v2.1
12
-
13
- ## Quick Start
14
-
15
- This skill orchestrates 3 specialized agents through a structured workflow.
16
- Load the full agent files only when activating that agent's phase.
17
-
18
- ## Command Router
19
-
20
- When the user issues a `/seo` command, route as follows:
21
-
22
- | Command | Agent(s) | Action |
23
- |---------|----------|--------|
24
- | `/seo full <url>` | Scout → Judge → Chief | Run all 6 phases |
25
- | `/seo quick <url>` | Scout → Judge → Chief | Run phases 1–4 only |
26
- | `/seo technical <url>` | Scout (Inspector) | Phase 2 technical only |
27
- | `/seo content <url>` | Judge (Content Expert) | Phase 2 content only |
28
- | `/seo geo <url>` | Judge (GEO Analyst) | Phase 3 only |
29
- | `/seo schema <url>` | Judge (Schema Master) | Schema detection + validation |
30
- | `/seo images <url>` | Judge (Content Expert) | Image audit subset |
31
- | `/seo hreflang <url>` | Scout (Inspector) | Hreflang audit, ref: `ref/hreflang-rules.md` |
32
- | `/seo pagespeed <url>` | Scout + Chief | PageSpeed perfection loop |
33
- | `/seo plan <type>` | Chief (Strategist) | Strategic plan by industry |
34
- | `/seo fix` | Chief (Strategist) | Auto-generate fixes from last audit |
35
- | `/seo history` | Chief (Reporter) | Show score history |
36
- | `/seo compare` | Chief (Reporter) | Compare with previous audit |
37
- | `/seo competitor <url1> <url2>` | Scout + Judge + Chief | Benchmark two sites |
38
- | `/seo api <url>` | (script) | Run Google APIs (PSI + CrUX + Rich Results) |
39
-
40
- ## Full Audit Orchestration (`/seo full`)
41
-
42
- ### Phase 1 — Reconnaissance
43
- **Agent**: Scout (Crawler role)
44
- **Load**: `agent/seo-scout.md`
45
-
46
- 1. Run `scripts/seo_fetch.py <url> --json` to fetch homepage
47
- 2. Run `scripts/seo_crawl.py <url> --depth 2 --max 25 --json` to discover structure
48
- 3. Detect business type from content analysis:
49
- - **SaaS**: pricing page, features page, signup CTA
50
- - **E-commerce**: product pages, cart, categories
51
- - **Local business**: address, phone, map, opening hours
52
- - **Publisher**: articles, blog, news, RSS feed
53
- - **Agency**: services, portfolio, case studies
54
- 4. Check for `/robots.txt`, `/sitemap.xml`, `/llms.txt`
55
-
56
- **Checkpoint**: Report discovery summary, ask "Continue with full audit?"
57
-
58
- ### Phase 2 — Deep Scan (PARALLEL)
59
- **Agents**: Scout (Inspector) + Judge (Content Expert + Schema Master)
60
- **Load**: `agent/seo-scout.md` + `agent/seo-judge.md`
61
-
62
- Run Scout and Judge **simultaneously** on each discovered page:
63
-
64
- **Scout checks** (9 categories — see `agent/seo-scout.md`):
65
- - Crawlability, Indexability, Security, URL Structure, Mobile
66
- - Core Web Vitals, Structured Data detection, JS Rendering, IndexNow
67
-
68
- **Judge checks** (see `agent/seo-judge.md`):
69
- - E-E-A-T evaluation (ref: `ref/eeat-criteria.md`)
70
- - Content quality (ref: `ref/quality-gates.md`)
71
- - Schema validation (ref: `ref/schema-catalog.md`)
72
- - Image audit
73
- - Internal/external link analysis
74
-
75
- **Optional**: Run `scripts/seo_apis.py --all <url>` for live PageSpeed + CrUX data.
76
-
77
- Use `scripts/seo_parse.py <file> --url <url> --json` on fetched HTML.
78
- Use `scripts/seo_screenshot.py <url> --viewport mobile` for visual audit.
79
-
80
- ### Phase 3 — AI Readiness & GEO
81
- **Agent**: Judge (GEO Analyst role)
82
- **Reference**: `ref/geo-signals.md`
83
-
84
- - Check AI crawler access (GPTBot, ClaudeBot, PerplexityBot)
85
- - Verify llms.txt compliance
86
- - Score passage citability (134–167 word blocks)
87
- - Compute AI Readiness Score (0–100)
88
-
89
- ### Phase 4 — Scoring
90
- **Agent**: Chief (Scorer role)
91
- **Load**: `agent/seo-chief.md`
92
-
93
- Compute SEO Health Score (0–100):
94
-
95
- | Category | Weight |
96
- |----------|--------|
97
- | Technical SEO | 20% |
98
- | Content & E-E-A-T | 22% |
99
- | On-Page SEO | 18% |
100
- | Schema | 10% |
101
- | Performance (CWV) | 12% |
102
- | AI Readiness (GEO) | 12% |
103
- | Images | 6% |
104
-
105
- ### Phase 5 — Action Plan
106
- **Agent**: Chief (Strategist role)
107
-
108
- 1. Classify issues: 🔴 Critical → 🟠 High → 🟡 Medium → 🟢 Low
109
- 2. Identify quick wins (highest impact/effort ratio)
110
- 3. Generate 30/60/90-day roadmap
111
- 4. Auto-generate code fixes (meta tags, schema JSON-LD, robots.txt, llms.txt)
112
-
113
- **Checkpoint**: "Here's the plan. Apply fixes automatically?"
114
-
115
- ### Phase 5b — PageSpeed Perfection Loop
116
- **Agents**: Scout + Chief
117
- **Reference**: `pagespeed-playbook.md` + `checklist.md`
118
-
119
- Use `scripts/seo_apis.py --pagespeed <url>` for live scores.
120
- Loop: fix one issue → re-test → verify improvement → next issue.
121
- Target: 100% on all 4 categories (Performance, Accessibility, Best Practices, SEO).
122
-
123
- ### Phase 6 — Monitoring (optional)
124
- **Agent**: Scout (Crawler role)
125
-
126
- Save results to `.bmad-seo/history/<domain>-<date>.json`.
127
- On re-audit: compare with previous, show deltas.
128
-
129
- ---
130
-
131
- ## Python Toolkit
132
-
133
- | Script | Usage | Dependencies |
134
- |--------|-------|-------------|
135
- | `seo_fetch.py` | `python scripts/seo_fetch.py <url> [--ua googlebot] [--json]` | requests |
136
- | `seo_parse.py` | `python scripts/seo_parse.py <file> --url <url> --json` | beautifulsoup4, lxml |
137
- | `seo_crawl.py` | `python scripts/seo_crawl.py <url> --depth 2 --max 25 --json` | requests |
138
- | `seo_screenshot.py` | `python scripts/seo_screenshot.py <url> --viewport mobile` | playwright |
139
- | `seo_apis.py` | `python scripts/seo_apis.py --pagespeed <url>` | requests |
140
-
141
- **Install dependencies**: `pip install -r requirements.txt`
142
-
143
- **Environment**: Set `GOOGLE_API_KEY` for Google API access (free, no OAuth).
144
-
145
- ---
146
-
147
- ## Reference Files (lazy-load)
148
-
149
- Only load these when the relevant agent needs them:
150
- - `ref/cwv-thresholds.md` — Core Web Vitals 2026
151
- - `ref/schema-catalog.md` — Schema.org v29.4 types
152
- - `ref/eeat-criteria.md` — E-E-A-T scoring grid
153
- - `ref/geo-signals.md` — AI search signals
154
- - `ref/quality-gates.md` — Content thresholds
155
- - `ref/schema-templates.json` — 14 JSON-LD templates
156
-
157
- ---
158
-
159
- ## Industry-Specific Plans (`/seo plan <type>`)
160
-
161
- | Type | Focus |
162
- |------|-------|
163
- | `saas` | Pricing pages, feature comparison, trial CTAs, documentation SEO |
164
- | `ecommerce` | Product schema, category pages, faceted navigation, review markup |
165
- | `local` | LocalBusiness schema, Google Business Profile, location pages, NAP consistency |
166
- | `publisher` | Article schema, author E-E-A-T, news sitemap, pagination |
167
- | `agency` | Service schema, portfolio, case studies, city-specific landing pages |
168
-
169
- ---
170
-
171
- *BMAD+ SEO Engine v2.1 — By Laurent Rochetta*
1
+ ---
2
+ name: seo-engine
3
+ description: >
4
+ BMAD+ SEO Engine v2.1 — Complete SEO audit engine with 3 multi-role agents,
5
+ 6-phase workflow, Python toolkit, Google API integration, and PageSpeed
6
+ perfection loop. Use when user says /seo or any SEO-related command.
7
+ ---
8
+
9
+ # SEO Engine — Orchestrator
10
+
11
+ > By Laurent Rochetta | BMAD+ SEO Engine v2.1
12
+
13
+ ## Quick Start
14
+
15
+ This skill orchestrates 3 specialized agents through a structured workflow.
16
+ Load the full agent files only when activating that agent's phase.
17
+
18
+ ## Command Router
19
+
20
+ When the user issues a `/seo` command, route as follows:
21
+
22
+ | Command | Agent(s) | Action |
23
+ |---------|----------|--------|
24
+ | `/seo full <url>` | Scout → Judge → Chief | Run all 6 phases |
25
+ | `/seo quick <url>` | Scout → Judge → Chief | Run phases 1–4 only |
26
+ | `/seo technical <url>` | Scout (Inspector) | Phase 2 technical only |
27
+ | `/seo content <url>` | Judge (Content Expert) | Phase 2 content only |
28
+ | `/seo geo <url>` | Judge (GEO Analyst) | Phase 3 only |
29
+ | `/seo schema <url>` | Judge (Schema Master) | Schema detection + validation |
30
+ | `/seo images <url>` | Judge (Content Expert) | Image audit subset |
31
+ | `/seo hreflang <url>` | Scout (Inspector) | Hreflang audit, ref: `ref/hreflang-rules.md` |
32
+ | `/seo pagespeed <url>` | Scout + Chief | PageSpeed perfection loop |
33
+ | `/seo plan <type>` | Chief (Strategist) | Strategic plan by industry |
34
+ | `/seo fix` | Chief (Strategist) | Auto-generate fixes from last audit |
35
+ | `/seo history` | Chief (Reporter) | Show score history |
36
+ | `/seo compare` | Chief (Reporter) | Compare with previous audit |
37
+ | `/seo competitor <url1> <url2>` | Scout + Judge + Chief | Benchmark two sites |
38
+ | `/seo api <url>` | (script) | Run Google APIs (PSI + CrUX + Rich Results) |
39
+
40
+ ## Full Audit Orchestration (`/seo full`)
41
+
42
+ ### Phase 1 — Reconnaissance
43
+ **Agent**: Scout (Crawler role)
44
+ **Load**: `seo-scout.md`
45
+
46
+ 1. Run `scripts/seo_fetch.py <url> --json` to fetch homepage
47
+ 2. Run `scripts/seo_crawl.py <url> --depth 2 --max 25 --json` to discover structure
48
+ 3. Detect business type from content analysis:
49
+ - **SaaS**: pricing page, features page, signup CTA
50
+ - **E-commerce**: product pages, cart, categories
51
+ - **Local business**: address, phone, map, opening hours
52
+ - **Publisher**: articles, blog, news, RSS feed
53
+ - **Agency**: services, portfolio, case studies
54
+ 4. Check for `/robots.txt`, `/sitemap.xml`, `/llms.txt`
55
+
56
+ **Checkpoint**: Report discovery summary, ask "Continue with full audit?"
57
+
58
+ ### Phase 2 — Deep Scan (PARALLEL)
59
+ **Agents**: Scout (Inspector) + Judge (Content Expert + Schema Master)
60
+ **Load**: `seo-scout.md` + `seo-judge.md`
61
+
62
+ Run Scout and Judge **simultaneously** on each discovered page:
63
+
64
+ **Scout checks** (9 categories — see `seo-scout.md`):
65
+ - Crawlability, Indexability, Security, URL Structure, Mobile
66
+ - Core Web Vitals, Structured Data detection, JS Rendering, IndexNow
67
+
68
+ **Judge checks** (see `seo-judge.md`):
69
+ - E-E-A-T evaluation (ref: `ref/eeat-criteria.md`)
70
+ - Content quality (ref: `ref/quality-gates.md`)
71
+ - Schema validation (ref: `ref/schema-catalog.md`)
72
+ - Image audit
73
+ - Internal/external link analysis
74
+
75
+ **Optional**: Run `scripts/seo_apis.py --all <url>` for live PageSpeed + CrUX data.
76
+
77
+ Use `scripts/seo_parse.py <file> --url <url> --json` on fetched HTML.
78
+ Use `scripts/seo_screenshot.py <url> --viewport mobile` for visual audit.
79
+
80
+ ### Phase 3 — AI Readiness & GEO
81
+ **Agent**: Judge (GEO Analyst role)
82
+ **Reference**: `ref/geo-signals.md`
83
+
84
+ - Check AI crawler access (GPTBot, ClaudeBot, PerplexityBot)
85
+ - Verify llms.txt compliance
86
+ - Score passage citability (134–167 word blocks)
87
+ - Compute AI Readiness Score (0–100)
88
+
89
+ ### Phase 4 — Scoring
90
+ **Agent**: Chief (Scorer role)
91
+ **Load**: `seo-chief.md`
92
+
93
+ Compute SEO Health Score (0–100):
94
+
95
+ | Category | Weight |
96
+ |----------|--------|
97
+ | Technical SEO | 20% |
98
+ | Content & E-E-A-T | 22% |
99
+ | On-Page SEO | 18% |
100
+ | Schema | 10% |
101
+ | Performance (CWV) | 12% |
102
+ | AI Readiness (GEO) | 12% |
103
+ | Images | 6% |
104
+
105
+ ### Phase 5 — Action Plan
106
+ **Agent**: Chief (Strategist role)
107
+
108
+ 1. Classify issues: 🔴 Critical → 🟠 High → 🟡 Medium → 🟢 Low
109
+ 2. Identify quick wins (highest impact/effort ratio)
110
+ 3. Generate 30/60/90-day roadmap
111
+ 4. Auto-generate code fixes (meta tags, schema JSON-LD, robots.txt, llms.txt)
112
+
113
+ **Checkpoint**: "Here's the plan. Apply fixes automatically?"
114
+
115
+ ### Phase 5b — PageSpeed Perfection Loop
116
+ **Agents**: Scout + Chief
117
+ **Reference**: `pagespeed-playbook.md` + `checklist.md`
118
+
119
+ Use `scripts/seo_apis.py --pagespeed <url>` for live scores.
120
+ Loop: fix one issue → re-test → verify improvement → next issue.
121
+ Target: 100% on all 4 categories (Performance, Accessibility, Best Practices, SEO).
122
+
123
+ ### Phase 6 — Monitoring (optional)
124
+ **Agent**: Scout (Crawler role)
125
+
126
+ Save results to `.bmad-seo/history/<domain>-<date>.json`.
127
+ On re-audit: compare with previous, show deltas.
128
+
129
+ ---
130
+
131
+ ## Python Toolkit
132
+
133
+ | Script | Usage | Dependencies |
134
+ |--------|-------|-------------|
135
+ | `seo_fetch.py` | `python scripts/seo_fetch.py <url> [--ua googlebot] [--json]` | requests |
136
+ | `seo_parse.py` | `python scripts/seo_parse.py <file> --url <url> --json` | beautifulsoup4, lxml |
137
+ | `seo_crawl.py` | `python scripts/seo_crawl.py <url> --depth 2 --max 25 --json` | requests |
138
+ | `seo_screenshot.py` | `python scripts/seo_screenshot.py <url> --viewport mobile` | playwright |
139
+ | `seo_apis.py` | `python scripts/seo_apis.py --pagespeed <url>` | requests |
140
+
141
+ **Install dependencies**: `pip install -r requirements.txt`
142
+
143
+ **Environment**: Set `GOOGLE_API_KEY` for Google API access (free, no OAuth).
144
+
145
+ ---
146
+
147
+ ## Reference Files (lazy-load)
148
+
149
+ Only load these when the relevant agent needs them:
150
+ - `ref/cwv-thresholds.md` — Core Web Vitals 2026
151
+ - `ref/schema-catalog.md` — Schema.org v29.4 types
152
+ - `ref/eeat-criteria.md` — E-E-A-T scoring grid
153
+ - `ref/geo-signals.md` — AI search signals
154
+ - `ref/quality-gates.md` — Content thresholds
155
+ - `ref/schema-templates.json` — 14 JSON-LD templates
156
+
157
+ ---
158
+
159
+ ## Industry-Specific Plans (`/seo plan <type>`)
160
+
161
+ | Type | Focus |
162
+ |------|-------|
163
+ | `saas` | Pricing pages, feature comparison, trial CTAs, documentation SEO |
164
+ | `ecommerce` | Product schema, category pages, faceted navigation, review markup |
165
+ | `local` | LocalBusiness schema, Google Business Profile, location pages, NAP consistency |
166
+ | `publisher` | Article schema, author E-E-A-T, news sitemap, pagination |
167
+ | `agency` | Service schema, portfolio, case studies, city-specific landing pages |
168
+
169
+ ---
170
+
171
+ *BMAD+ SEO Engine v2.1 — By Laurent Rochetta*