bmad-plus 0.8.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/CHANGELOG.md +30 -1
  2. package/README.md +4 -2
  3. package/package.json +1 -1
  4. package/readme-international/README.de.md +10 -2
  5. package/readme-international/README.es.md +32 -9
  6. package/readme-international/README.fr.md +29 -6
  7. package/src/bmad-plus/packs/pack-seo/bmad-skill-manifest.yaml +13 -0
  8. package/src/bmad-plus/packs/pack-shield/SKILL.md +82 -0
  9. package/tools/bmad-plus-npx.js +3 -5
  10. package/tools/cli/commands/autoconfig.js +16 -6
  11. package/tools/cli/commands/doctor.js +28 -31
  12. package/tools/cli/commands/install.js +37 -228
  13. package/tools/cli/commands/scan.js +37 -35
  14. package/tools/cli/commands/update.js +13 -71
  15. package/tools/cli/i18n.js +92 -10
  16. package/tools/cli/lib/memory-init.js +114 -0
  17. package/tools/cli/lib/pack-copy.js +84 -0
  18. package/tools/cli/lib/packs.js +114 -0
  19. package/src/bmad-plus/agents/pack-animated/animated-website-agent.md +0 -325
  20. package/src/bmad-plus/agents/pack-animated/templates/animated-website-workflow.md +0 -55
  21. package/src/bmad-plus/agents/pack-backup/backup-agent.md +0 -71
  22. package/src/bmad-plus/agents/pack-backup/templates/backup-workflow.md +0 -51
  23. package/src/bmad-plus/agents/pack-seo/SKILL.md +0 -171
  24. package/src/bmad-plus/agents/pack-seo/checklist.md +0 -140
  25. package/src/bmad-plus/agents/pack-seo/pagespeed-playbook.md +0 -320
  26. package/src/bmad-plus/agents/pack-seo/ref/audit-schema.json +0 -187
  27. package/src/bmad-plus/agents/pack-seo/ref/cwv-thresholds.md +0 -87
  28. package/src/bmad-plus/agents/pack-seo/ref/eeat-criteria.md +0 -123
  29. package/src/bmad-plus/agents/pack-seo/ref/geo-signals.md +0 -167
  30. package/src/bmad-plus/agents/pack-seo/ref/hreflang-rules.md +0 -153
  31. package/src/bmad-plus/agents/pack-seo/ref/quality-gates.md +0 -133
  32. package/src/bmad-plus/agents/pack-seo/ref/schema-catalog.md +0 -91
  33. package/src/bmad-plus/agents/pack-seo/ref/schema-templates.json +0 -356
  34. package/src/bmad-plus/agents/pack-seo/seo-chief.md +0 -294
  35. package/src/bmad-plus/agents/pack-seo/seo-judge.md +0 -241
  36. package/src/bmad-plus/agents/pack-seo/seo-scout.md +0 -171
  37. package/src/bmad-plus/agents/pack-seo/templates/seo-audit-workflow.md +0 -241
@@ -1,241 +0,0 @@
1
- # SEO Audit Workflow — BMAD+ SEO Engine v2.0
2
-
3
- > Author: Laurent Rochetta | By Oveanet × Laurent Rochetta
4
-
5
- ## Overview
6
-
7
- This workflow orchestrates the 3 SEO Engine agents (Scout, Judge, Chief) through 6 phases to produce a comprehensive audit with scored results and actionable fixes.
8
-
9
- ---
10
-
11
- ## Phase 1 — Reconnaissance (Scout solo)
12
-
13
- **Duration**: ~2 min | **Agent**: Scout (Crawler role)
14
-
15
- 1. Fetch homepage + `/robots.txt` + `/sitemap.xml`
16
- 2. Detect business type (SaaS, e-commerce, local, publisher, agency)
17
- 3. Mini-crawl: discover 10–25 pages via sitemap + internal links
18
- 4. Detect rendering architecture (SSR / CSR / hybrid)
19
- 5. Check for `/llms.txt` and `/llms-full.txt`
20
-
21
- **Checkpoint**: "Identified a [type] site with [N] pages. Continue full audit?"
22
-
23
- **Tools**:
24
- ```bash
25
- python scripts/seo_fetch.py [URL] --json
26
- python scripts/seo_crawl.py [URL] --depth 2 --max 25 --json
27
- ```
28
-
29
- ---
30
-
31
- ## Phase 2 — Deep Scan (Scout + Judge in PARALLEL)
32
-
33
- **Duration**: ~5 min | **Agents**: Scout (Inspector) + Judge (Content Expert + Schema Master)
34
-
35
- ### Scout inspects (9 categories):
36
- 1. Crawlability (robots.txt, noindex, crawl depth)
37
- 2. Indexability (canonicals, duplicates, pagination)
38
- 3. Security (HTTPS, HSTS, CSP, X-Frame-Options)
39
- 4. URL Structure (clean URLs, redirects, trailing slashes)
40
- 5. Mobile (viewport, touch targets, font size)
41
- 6. Core Web Vitals signals from source HTML
42
- 7. Structured Data detection (pass to Judge)
43
- 8. JavaScript rendering (CSR/SSR, SPA detection)
44
- 9. IndexNow protocol
45
-
46
- ### Judge analyzes (in parallel):
47
- 1. E-E-A-T evaluation (Experience, Expertise, Authority, Trust)
48
- 2. Content quality (word count, readability, keyword optimization)
49
- 3. Schema validation (JSON-LD, types, deprecation status)
50
- 4. Image audit (alt text, dimensions, format, lazy loading)
51
- 5. Internal/external link analysis
52
- 6. AI content detection markers
53
-
54
- **Tools**:
55
- ```bash
56
- python scripts/seo_parse.py page.html --url [URL] --json
57
- python scripts/seo_screenshot.py [URL] --viewport mobile --json
58
- python scripts/seo_screenshot.py [URL] --viewport desktop --json
59
- ```
60
-
61
- ---
62
-
63
- ## Phase 3 — AI Readiness & GEO (Judge solo)
64
-
65
- **Duration**: ~3 min | **Agent**: Judge (GEO Analyst role)
66
-
67
- 1. Check AI crawler access (GPTBot, ClaudeBot, PerplexityBot, OAI-SearchBot)
68
- 2. Verify llms.txt compliance
69
- 3. Check RSL 1.0 licensing
70
- 4. Score passage-level citability (134–167 word blocks)
71
- 5. Analyze brand mention signals
72
- 6. Compute **AI Readiness Score (0–100)**
73
-
74
- Reference: `ref/geo-signals.md`
75
-
76
- ---
77
-
78
- ## Phase 4 — Scoring & Synthesis (Chief solo)
79
-
80
- **Duration**: ~2 min | **Agent**: Chief (Scorer role)
81
-
82
- Compute **SEO Health Score (0–100)** from weighted categories:
83
-
84
- | Category | Weight |
85
- |----------|--------|
86
- | Technical SEO | 20% |
87
- | Content & E-E-A-T | 22% |
88
- | On-Page SEO | 18% |
89
- | Schema | 10% |
90
- | Performance (CWV) | 12% |
91
- | AI Readiness (GEO) | 12% |
92
- | Images | 6% |
93
-
94
- Output: Score breakdown with visual indicators per category.
95
-
96
- ---
97
-
98
- ## Phase 5 — Action Plan & Auto-Fixes (Chief solo)
99
-
100
- **Duration**: ~3 min | **Agent**: Chief (Strategist role)
101
-
102
- 1. Classify all issues: 🔴 Critical → 🟠 High → 🟡 Medium → 🟢 Low
103
- 2. Identify Quick Wins (high impact / low effort)
104
- 3. Generate 30/60/90-day roadmap
105
- 4. **Auto-generate code fixes** for:
106
- - Missing/broken meta tags (title, description)
107
- - Schema JSON-LD blocks (from templates)
108
- - robots.txt improvements (AI crawler access)
109
- - llms.txt file generation
110
- - Image alt text suggestions
111
- 5. **Checkpoint**: "Here's the plan. Want me to apply the fixes automatically?"
112
-
113
- ---
114
-
115
- ## Phase 5b — PageSpeed Perfection Loop (Scout + Chief iterative)
116
-
117
- > **This is the battle-tested loop from our oveanet.ch optimization.**
118
- > Goal: Achieve **100% on all 4 PageSpeed Insights categories** (Performance, Accessibility, Best Practices, SEO).
119
-
120
- ### The Loop
121
-
122
- ```
123
- ┌─────────────────────────────────────┐
124
- │ 1. Run PageSpeed Insights audit │
125
- │ (via API or manual) │
126
- │ │ │
127
- │ ▼ │
128
- │ 2. Parse failing audits │
129
- │ Group by category + priority │
130
- │ │ │
131
- │ ▼ │
132
- │ 3. Apply top-priority fix │
133
- │ (one fix at a time) │
134
- │ │ │
135
- │ ▼ │
136
- │ 4. Re-run PageSpeed │
137
- │ Verify fix + no regressions │
138
- │ │ │
139
- │ ▼ │
140
- │ 5. Score improved? │
141
- │ YES → Continue to next fix │
142
- │ NO → Revert and try different │
143
- │ approach │
144
- │ │ │
145
- │ ▼ │
146
- │ 6. All 4 categories = 100%? │
147
- │ YES → Done ✅ │
148
- │ NO → Go to step 2 │
149
- └─────────────────────────────────────┘
150
- ```
151
-
152
- ### PageSpeed Fix Priority Order
153
- 1. **Performance** (hardest — tackle first):
154
- - Eliminate render-blocking resources
155
- - Properly size images (WebP/AVIF + responsive)
156
- - Reduce unused CSS/JS
157
- - Defer offscreen images
158
- - Minimize main-thread work
159
- - Reduce server response time (TTFB)
160
- - Preload LCP image
161
-
162
- 2. **Accessibility** (usually quick wins):
163
- - Add alt text to all images
164
- - Fix color contrast ratios (4.5:1 minimum)
165
- - Add ARIA labels to interactive elements
166
- - Ensure heading hierarchy
167
- - Add lang attribute to HTML
168
- - Ensure form labels
169
-
170
- 3. **Best Practices**:
171
- - HTTPS + no mixed content
172
- - No browser errors in console
173
- - Remove deprecated APIs
174
- - Add proper CSP headers
175
-
176
- 4. **SEO** (usually easiest):
177
- - Add meta description
178
- - Ensure crawlable links
179
- - Valid robots.txt
180
- - Proper viewport meta
181
- - Descriptive link text
182
-
183
- ### Key Rules
184
- - **One fix at a time** — never batch multiple changes, you need to isolate impact
185
- - **Always re-test** — PageSpeed scores can regress with seemingly unrelated changes
186
- - **Mobile first** — always test mobile viewport (Google uses mobile for indexing)
187
- - **Field vs Lab** — Lab scores (Lighthouse) can differ from field data (CrUX). Target lab 100% first
188
-
189
- ---
190
-
191
- ## Phase 6 — Monitoring (Scout, optional)
192
-
193
- **Duration**: ongoing | **Agent**: Scout (Crawler role)
194
-
195
- 1. Save audit results to `.bmad-seo/history/[domain]-[date].json`
196
- 2. On re-audit: compare with previous results
197
- 3. Track: issues resolved, new issues, score evolution
198
- 4. Generate progress report with deltas
199
-
200
- ---
201
-
202
- ## Command Quick Reference
203
-
204
- ```bash
205
- # Full audit (all 6 phases)
206
- /seo full https://example.com
207
-
208
- # Quick audit (Phases 1-4 only)
209
- /seo quick https://example.com
210
-
211
- # Individual commands
212
- /seo technical https://example.com
213
- /seo content https://example.com
214
- /seo geo https://example.com
215
- /seo schema https://example.com
216
- /seo images https://example.com
217
- /seo hreflang https://example.com
218
-
219
- # PageSpeed perfection loop
220
- /seo pagespeed https://example.com
221
-
222
- # Strategic planning
223
- /seo plan saas|ecommerce|local|publisher|agency
224
-
225
- # Auto-fix generation
226
- /seo fix
227
-
228
- # Monitoring
229
- /seo history
230
- /seo compare
231
- ```
232
-
233
- ---
234
-
235
- ## Tips for Best Results
236
-
237
- 1. **Start with `/seo full`** for the first audit — it gives you the complete picture
238
- 2. **Use `/seo pagespeed`** after fixing major issues to chase 100% scores
239
- 3. **Re-run monthly** with `/seo compare` to track progress
240
- 4. **Feed the AI crawlers**: Allow GPTBot + ClaudeBot + PerplexityBot in robots.txt
241
- 5. **Check GEO separately**: AI search visibility evolves fast, audit quarterly with `/seo geo`