@hanzlaa/rcode 4.3.3 → 4.4.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 (113) hide show
  1. package/CONTRIBUTING.md +1 -1
  2. package/README.md +10 -4
  3. package/cli/doctor.js +21 -3
  4. package/cli/index.js +5 -1
  5. package/cli/install.js +2 -2
  6. package/cli/postinstall.js +1 -1
  7. package/cli/uninstall.js +48 -6
  8. package/dist/rcode.js +174 -170
  9. package/package.json +12 -22
  10. package/rcode/agents/rcode-codebase-mapper.md +12 -0
  11. package/rcode/agents/rcode-phase-researcher.md +13 -0
  12. package/rcode/agents/rcode-project-researcher.md +32 -0
  13. package/rcode/agents/rcode-roadmapper.md +15 -0
  14. package/rcode/agents/rules/planner/common-patterns.md +40 -0
  15. package/rcode/bin/lib/roadmap.cjs +184 -11
  16. package/rcode/bin/rcode-hooks.cjs +102 -151
  17. package/rcode/bin/rcode-tools.cjs +669 -55
  18. package/rcode/data/intent-table.json +87 -0
  19. package/rcode/modules/seo.yaml +22 -0
  20. package/rcode/references/project-types.yaml +75 -0
  21. package/rcode/skills/SKILLS_INDEX.md +17 -0
  22. package/rcode/skills/actions/4-implementation/rcode-herdr-orchestration/SKILL.md +4 -21
  23. package/rcode/skills/actions/4-implementation/rcode-herdr-orchestration/templates/heartbeat.sh +0 -0
  24. package/rcode/skills/actions/4-implementation/rcode-scaffold-project/SKILL.md +60 -1
  25. package/rcode/skills/core/rcode-init/scripts/__pycache__/rcode_init.cpython-38.pyc +0 -0
  26. package/rcode/skills/core/rcode-init/scripts/tests/__pycache__/test_rcode_init.cpython-38.pyc +0 -0
  27. package/rcode/skills/seo/module.yaml +20 -0
  28. package/rcode/skills/seo/on-page-seo-auditor/SKILL.md +308 -0
  29. package/rcode/skills/seo/on-page-seo-auditor/references/audit-example.md +109 -0
  30. package/rcode/skills/seo/on-page-seo-auditor/references/audit-templates.md +427 -0
  31. package/rcode/skills/seo/on-page-seo-auditor/references/bulk-audit-playbook.md +116 -0
  32. package/rcode/skills/seo/on-page-seo-auditor/references/scoring-rubric.md +525 -0
  33. package/rcode/skills/seo/rank-and-rent-local-seo/SKILL.md +94 -0
  34. package/rcode/skills/seo/rank-and-rent-local-seo/rules/city-matrix-and-pages.md +76 -0
  35. package/rcode/skills/seo/rank-and-rent-local-seo/rules/monetization.md +70 -0
  36. package/rcode/skills/seo/rank-and-rent-local-seo/rules/niche-selection.md +60 -0
  37. package/rcode/skills/seo/rank-and-rent-local-seo/rules/subniche-discovery.md +66 -0
  38. package/rcode/skills/seo/rank-and-rent-local-seo/templates/service-city-page.md +36 -0
  39. package/rcode/skills/seo/rank-and-rent-local-seo/templates/subniche-research-prompt.md +34 -0
  40. package/rcode/skills/seo/seo-audit/SKILL.md +412 -0
  41. package/rcode/skills/seo/seo-audit/evals/evals.json +136 -0
  42. package/rcode/skills/seo/seo-audit/references/ai-writing-detection.md +200 -0
  43. package/rcode/skills/seo/seo-content-factory/SKILL.md +130 -0
  44. package/rcode/skills/seo/seo-content-factory/rules/agents.md +80 -0
  45. package/rcode/skills/seo/seo-content-factory/rules/herdr-wave-mapping.md +80 -0
  46. package/rcode/skills/seo/seo-content-factory/rules/pipeline.md +102 -0
  47. package/rcode/skills/seo/seo-content-factory/rules/programmatic-pages.md +107 -0
  48. package/rcode/skills/seo/seo-content-factory/rules/quality-gates.md +68 -0
  49. package/rcode/skills/seo/seo-content-factory/rules/weekly-cadence.md +61 -0
  50. package/rcode/skills/seo/seo-content-factory/templates/BACKLOG.md +23 -0
  51. package/rcode/skills/seo/seo-content-factory/templates/agent-prompts/01-funnel-A1-A4.md +63 -0
  52. package/rcode/skills/seo/seo-content-factory/templates/agent-prompts/02-fanout-editorial-A5-A6-A8.md +28 -0
  53. package/rcode/skills/seo/seo-content-factory/templates/agent-prompts/03-fanout-programmatic-A7-A6-A8.md +25 -0
  54. package/rcode/skills/seo/seo-content-factory/templates/agent-prompts/04-loop-A9-A10.md +34 -0
  55. package/rcode/skills/seo/seo-content-factory/templates/article.mdx +39 -0
  56. package/rcode/skills/seo/seo-content-factory/templates/cluster.schema.json +52 -0
  57. package/rcode/skills/seo/seo-content-factory/templates/content-brief.md +51 -0
  58. package/rcode/skills/seo/seo-content-factory/templates/jsonld-builders.ts +49 -0
  59. package/rcode/skills/seo/seo-content-factory/templates/keywords.csv +13 -0
  60. package/rcode/skills/seo/seo-content-factory/templates/programmatic-page.tsx +58 -0
  61. package/rcode/skills/seo/seo-content-writer/SKILL.md +263 -0
  62. package/rcode/skills/seo/seo-content-writer/references/content-structure-templates.md +875 -0
  63. package/rcode/skills/seo/seo-content-writer/references/instructions-detail.md +239 -0
  64. package/rcode/skills/seo/seo-content-writer/references/seo-writing-checklist.md +250 -0
  65. package/rcode/skills/seo/seo-content-writer/references/title-formulas.md +339 -0
  66. package/rcode/skills/seo/seo-growth-orchestrator/SKILL.md +79 -0
  67. package/rcode/skills/seo/seo-growth-orchestrator/rules/backlinks.md +29 -0
  68. package/rcode/skills/seo/seo-growth-orchestrator/rules/content-engine.md +27 -0
  69. package/rcode/skills/seo/seo-growth-orchestrator/rules/dos-and-donts.md +40 -0
  70. package/rcode/skills/seo/seo-growth-orchestrator/rules/goals-protocol.md +34 -0
  71. package/rcode/skills/seo/seo-growth-orchestrator/rules/local-seo-stack.md +35 -0
  72. package/rcode/skills/seo/seo-growth-orchestrator/rules/mrr-sprint.md +27 -0
  73. package/rcode/skills/seo/seo-growth-orchestrator/rules/tools.md +19 -0
  74. package/rcode/skills/seo/seo-growth-orchestrator/templates/backlink-research.md +29 -0
  75. package/rcode/skills/seo/seo-growth-orchestrator/templates/goal-protocol.md +35 -0
  76. package/rcode/skills/seo/seo-growth-orchestrator/templates/local-citations.md +24 -0
  77. package/rcode/skills/seo/seo-growth-orchestrator/templates/local-city-pages.md +27 -0
  78. package/rcode/skills/seo/seo-growth-orchestrator/templates/local-gbp-categories.md +23 -0
  79. package/rcode/skills/seo/seo-growth-orchestrator/templates/local-gsc-goldmine.md +27 -0
  80. package/rcode/skills/seo/seo-growth-orchestrator/templates/local-review-mining.md +26 -0
  81. package/rcode/skills/seo/seo-growth-orchestrator/templates/mrr-30day-plan.md +19 -0
  82. package/rcode/skills/seo/seo-growth-orchestrator/templates/mrr-cut.md +13 -0
  83. package/rcode/skills/seo/seo-growth-orchestrator/templates/mrr-opportunity-finder.md +17 -0
  84. package/rcode/skills/seo/seo-growth-orchestrator/templates/mrr-role-model.md +18 -0
  85. package/rcode/skills/seo/seo-site-builder/SKILL.md +149 -0
  86. package/rcode/skills/seo/seo-site-builder/rules/01-niche-discovery.md +64 -0
  87. package/rcode/skills/seo/seo-site-builder/rules/02-deep-research.md +164 -0
  88. package/rcode/skills/seo/seo-site-builder/rules/03-keyword-strategy.md +82 -0
  89. package/rcode/skills/seo/seo-site-builder/rules/04-content-plan.md +173 -0
  90. package/rcode/skills/seo/seo-site-builder/rules/05-site-build.md +187 -0
  91. package/rcode/skills/seo/seo-site-builder/rules/06-yolo.md +127 -0
  92. package/rcode/skills/seo/seo-site-builder/templates/article-stub.mdx +62 -0
  93. package/rcode/skills/seo/seo-site-builder/templates/image-prompt.md +97 -0
  94. package/rcode/skills/seo/seo-site-builder/templates/keyword-export.md +45 -0
  95. package/rcode/skills/seo/seo-site-builder/templates/niche-scorecard.md +28 -0
  96. package/rcode/skills/seo/technical-seo-checker/SKILL.md +329 -0
  97. package/rcode/skills/seo/technical-seo-checker/references/bulk-audit-playbook.md +118 -0
  98. package/rcode/skills/seo/technical-seo-checker/references/ecommerce-platform-patterns.md +166 -0
  99. package/rcode/skills/seo/technical-seo-checker/references/http-status-codes.md +705 -0
  100. package/rcode/skills/seo/technical-seo-checker/references/llm-crawler-handling.md +257 -0
  101. package/rcode/skills/seo/technical-seo-checker/references/pre-migration-playbook.md +137 -0
  102. package/rcode/skills/seo/technical-seo-checker/references/robots-txt-reference.md +717 -0
  103. package/rcode/skills/seo/technical-seo-checker/references/technical-audit-example.md +169 -0
  104. package/rcode/skills/seo/technical-seo-checker/references/technical-audit-templates.md +436 -0
  105. package/rcode/templates/settings-hooks.json +4 -0
  106. package/rcode/workflows/do.md +16 -0
  107. package/rcode/workflows/execute-sprint.md +22 -0
  108. package/rcode/workflows/execute.md +17 -3
  109. package/rcode/workflows/new-milestone.md +21 -9
  110. package/rcode/workflows/new-project-create-roadmap.md +2 -0
  111. package/rcode/workflows/new-project-roadmap.md +2 -0
  112. package/rcode/workflows/new-project.md +3 -0
  113. package/rcode/workflows/plan.md +15 -2
@@ -0,0 +1,339 @@
1
+ # Title and Headline Formulas
2
+
3
+ Proven title structures that drive clicks and rankings. All formulas target 50-60 characters for optimal SERP display.
4
+
5
+ ## Numbered List Formulas
6
+
7
+ **Pattern**: [Number] [Adjective] [Topic] [Qualifier/Benefit]
8
+
9
+ ### Examples
10
+ - "7 Ways to Improve Your SEO Rankings in 2024"
11
+ - "15 Content Marketing Strategies That Actually Work"
12
+ - "10 Free Tools for Keyword Research (Beginner-Friendly)"
13
+ - "21 Email Marketing Tips from Industry Experts"
14
+ - "5 Quick Wins for Better Site Performance"
15
+
16
+ **Why it works**: Numbers promise specific value, create curiosity, set clear expectations.
17
+
18
+ **Best practices**:
19
+ - Odd numbers (7, 9, 15) often outperform even numbers
20
+ - Use specific numbers (13 vs "over 10")
21
+ - Keep total under 30 for credibility
22
+ - Match number to actual content sections
23
+
24
+ ---
25
+
26
+ ## How-To Formulas
27
+
28
+ **Pattern 1**: How to [Achieve Goal] in [Timeframe]
29
+ - "How to Rank on Google in 30 Days"
30
+ - "How to Write SEO Content in Under 2 Hours"
31
+ - "How to Build Backlinks in 2024"
32
+
33
+ **Pattern 2**: How to [Achieve Goal] Without [Common Objection]
34
+ - "How to Learn SEO Without Spending Money"
35
+ - "How to Increase Traffic Without Paid Ads"
36
+ - "How to Write Blog Posts Without Writer's Block"
37
+
38
+ **Pattern 3**: How to [Achieve Goal] (Even If [Limitation])
39
+ - "How to Rank #1 (Even If You're a New Website)"
40
+ - "How to Get Backlinks (Even With Zero Audience)"
41
+ - "How to Write SEO Content (Even If You Hate Writing)"
42
+
43
+ **Pattern 4**: How to [Achieve Goal] Like [Authority/Expert]
44
+ - "How to Write Email Copy Like a Professional Copywriter"
45
+ - "How to Do Keyword Research Like an SEO Pro"
46
+ - "How to Create Content Like Top Marketing Agencies"
47
+
48
+ ---
49
+
50
+ ## Question Formulas
51
+
52
+ **Pattern 1**: What Is [Topic]? [Benefit/Hook]
53
+ - "What Is Technical SEO? A Complete Guide"
54
+ - "What Is GEO? Everything You Need to Know"
55
+ - "What Is Content Marketing? (And Why It Matters)"
56
+
57
+ **Pattern 2**: Why [Action] [Result]
58
+ - "Why Most Content Marketing Strategies Fail"
59
+ - "Why Your Website Isn't Ranking"
60
+ - "Why Email Still Beats Social Media for ROI"
61
+
62
+ **Pattern 3**: Should You [Action]? [Quick Answer]
63
+ - "Should You Buy Backlinks? (Spoiler: No)"
64
+ - "Should You Hire an SEO Agency? A Cost-Benefit Analysis"
65
+ - "Should You Rewrite Old Content? When It Makes Sense"
66
+
67
+ **Pattern 4**: When Should You [Action]
68
+ - "When Should You Publish Blog Posts for Maximum Traffic"
69
+ - "When Should You Update Your SEO Strategy"
70
+ - "When Should You Remove Content from Your Website"
71
+
72
+ ---
73
+
74
+ ## Comparison Formulas
75
+
76
+ **Pattern 1**: [Option A] vs [Option B]: Which Is Better?
77
+ - "WordPress vs Webflow: Which Is Better for SEO?"
78
+ - "Ahrefs vs SEMrush: Complete Comparison 2024"
79
+ - "In-House SEO vs Agency: Which Should You Choose?"
80
+
81
+ **Pattern 2**: [Option A] vs [Option B] (and the Winner Is...)
82
+ - "Free Tools vs Paid SEO Software (and the Winner Is...)"
83
+ - "Long-Form vs Short-Form Content (and the Winner Is...)"
84
+
85
+ **Pattern 3**: [Option A] or [Option B] for [Audience/Goal]
86
+ - "Shopify or WooCommerce for Small Business SEO"
87
+ - "YouTube or TikTok for B2B Marketing"
88
+
89
+ ---
90
+
91
+ ## Ultimate Guide Formulas
92
+
93
+ **Pattern 1**: The [Complete/Definitive] Guide to [Topic]
94
+ - "The Complete Guide to Technical SEO"
95
+ - "The Definitive Guide to Link Building in 2024"
96
+
97
+ **Pattern 2**: [Topic]: The Ultimate Guide for [Audience]
98
+ - "Content Marketing: The Ultimate Guide for Beginners"
99
+ - "Local SEO: The Ultimate Guide for Small Businesses"
100
+
101
+ **Pattern 3**: Everything You Need to Know About [Topic]
102
+ - "Everything You Need to Know About Core Web Vitals"
103
+ - "Everything You Need to Know About Schema Markup"
104
+
105
+ ---
106
+
107
+ ## Power Word Formulas
108
+
109
+ **Pattern**: [Power Word] [Topic] [Qualifier]
110
+
111
+ ### Power Word Categories
112
+
113
+ **Authority words**:
114
+ - Proven, Tested, Verified, Certified, Official
115
+ - Example: "Proven Strategies to Double Your Organic Traffic"
116
+
117
+ **Urgency words**:
118
+ - Now, Today, Fast, Quick, Instantly, Immediately
119
+ - Example: "Quick Wins: Improve SEO Performance Today"
120
+
121
+ **Value words**:
122
+ - Free, Complete, Essential, Ultimate, Comprehensive
123
+ - Example: "The Essential SEO Checklist for 2024"
124
+
125
+ **Exclusivity words**:
126
+ - Secret, Hidden, Little-Known, Insider, Exclusive
127
+ - Example: "7 Little-Known SEO Tactics That Actually Work"
128
+
129
+ **Emotional words**:
130
+ - Amazing, Powerful, Effortless, Simple, Easy
131
+ - Example: "Simple SEO Strategies for Busy Entrepreneurs"
132
+
133
+ ---
134
+
135
+ ## Before/After Formulas
136
+
137
+ **Pattern 1**: From [Bad State] to [Good State]
138
+ - "From Zero to 10K Monthly Visitors: A Case Study"
139
+ - "From Page 5 to Position 1: How We Ranked a Competitive Keyword"
140
+
141
+ **Pattern 2**: How I/We [Achieved Result] in [Timeframe]
142
+ - "How I Increased Organic Traffic by 300% in 6 Months"
143
+ - "How We Built 100 Backlinks in 30 Days"
144
+
145
+ **Pattern 3**: [Bad State] → [Good State]: [Method]
146
+ - "500 Visitors → 50K: Our Content Strategy Revealed"
147
+ - "Struggling → Thriving: SEO Transformation Story"
148
+
149
+ ---
150
+
151
+ ## Mistake/Problem Formulas
152
+
153
+ **Pattern 1**: [Number] [Topic] Mistakes [Qualifier]
154
+ - "5 SEO Mistakes Killing Your Rankings"
155
+ - "10 Content Marketing Mistakes to Avoid in 2024"
156
+ - "3 Technical SEO Mistakes Even Pros Make"
157
+
158
+ **Pattern 2**: Stop [Wrong Action]. Do [Right Action] Instead
159
+ - "Stop Keyword Stuffing. Do This Instead"
160
+ - "Stop Buying Backlinks. Try These 7 Tactics Instead"
161
+
162
+ **Pattern 3**: Why Your [Topic] Isn't Working (And How to Fix It)
163
+ - "Why Your Content Isn't Ranking (And How to Fix It)"
164
+ - "Why Your SEO Strategy Isn't Working (And How to Fix It)"
165
+
166
+ ---
167
+
168
+ ## Checklist Formulas
169
+
170
+ **Pattern 1**: [Topic] Checklist: [Number] Must-Have [Items]
171
+ - "Technical SEO Checklist: 23 Must-Check Items"
172
+ - "Blog Post Checklist: 15 Things to Check Before Publishing"
173
+
174
+ **Pattern 2**: The [Timeframe] [Topic] Checklist
175
+ - "The 2024 SEO Audit Checklist"
176
+ - "The Pre-Launch Website Checklist"
177
+
178
+ ---
179
+
180
+ ## Curiosity Gap Formulas
181
+
182
+ **Pattern 1**: The [Adjective] Reason [Unexpected Fact]
183
+ - "The Surprising Reason Long Content Ranks Better"
184
+ - "The Real Reason Your Blog Posts Aren't Getting Traffic"
185
+
186
+ **Pattern 2**: [Number] Things About [Topic] That [Surprising Fact]
187
+ - "7 Things About SEO That Google Doesn't Tell You"
188
+ - "5 Things About Content Marketing That Changed in 2024"
189
+
190
+ **Pattern 3**: What [Expert/Group] Know About [Topic] (That You Don't)
191
+ - "What Top SEO Agencies Know About Link Building (That You Don't)"
192
+ - "What Professional Copywriters Know About Headlines"
193
+
194
+ ---
195
+
196
+ ## Benefit-Driven Formulas
197
+
198
+ **Pattern 1**: [Action] to [Specific Benefit]
199
+ - "Optimize Your Title Tags to Double Your CTR"
200
+ - "Write Better Meta Descriptions to Increase Organic Traffic"
201
+
202
+ **Pattern 2**: [Action] for [Outcome] Without [Objection]
203
+ - "Scale Content Production for Better Rankings Without Hiring Writers"
204
+ - "Improve Site Speed for Higher Rankings Without Technical Skills"
205
+
206
+ ---
207
+
208
+ ## Authority/Credibility Formulas
209
+
210
+ **Pattern 1**: [Expert/Authority] Says [Action/Tip]
211
+ - "Google's John Mueller Says Internal Linking Is Underrated"
212
+ - "SEO Experts Reveal Their Top Ranking Factor for 2024"
213
+
214
+ **Pattern 2**: [Number] [Experts/Companies] Share [Topic]
215
+ - "50 SEO Experts Share Their #1 Ranking Tip"
216
+ - "10 Successful Brands Share Their Content Strategy"
217
+
218
+ ---
219
+
220
+ ## CTR Optimization Patterns
221
+
222
+ ### Elements That Increase CTR
223
+
224
+ **Year/Timeframe** (signals freshness):
225
+ - "SEO Trends for 2024"
226
+ - "Best Practices [Updated January 2024]"
227
+
228
+ **Brackets/Parentheticals** (adds extra context):
229
+ - "Email Marketing Tips (That Actually Work)"
230
+ - "SEO Tools [Free & Paid Options]"
231
+
232
+ **Numbers** (promise specific value):
233
+ - "7 Ways...", "15 Tools...", "3 Reasons..."
234
+
235
+ **Power words** (emotional trigger):
236
+ - Ultimate, Essential, Complete, Proven, Secret
237
+
238
+ **Target audience** (relevance signal):
239
+ - "...for Beginners", "...for Small Businesses", "...for B2B"
240
+
241
+ ### Elements That Decrease CTR
242
+
243
+ - All caps (looks spammy)
244
+ - Excessive punctuation (!!!, ???)
245
+ - Clickbait without substance
246
+ - Misleading promises
247
+ - Generic titles ("SEO Tips", "Marketing Guide")
248
+
249
+ ---
250
+
251
+ ## Title Length Guidelines
252
+
253
+ ### Google SERP
254
+ - **Optimal**: 50-60 characters
255
+ - **Maximum**: ~70 characters before truncation
256
+ - **Mobile**: ~55 characters (truncates earlier)
257
+
258
+ ### Social Media
259
+ - **Twitter/X**: 70-100 characters for best engagement
260
+ - **Facebook**: 40-50 characters (shorter performs better)
261
+ - **LinkedIn**: 70-100 characters
262
+ - **Pinterest**: 40-60 characters
263
+
264
+ ### Email Subject Lines
265
+ - **Optimal**: 40-50 characters
266
+ - **Mobile**: 30-40 characters (truncates earlier)
267
+ - **Desktop**: Up to 60 characters
268
+
269
+ ---
270
+
271
+ ## Before/After Title Examples
272
+
273
+ ### Generic → Optimized
274
+
275
+ **Before**: "SEO Tips"
276
+ **After**: "7 SEO Tips That Increased Our Traffic by 300%"
277
+ - Added: Number, specificity, proof
278
+
279
+ **Before**: "How to Do Keyword Research"
280
+ **After**: "How to Do Keyword Research (Free Tools & 5-Step Process)"
281
+ - Added: Benefit, specificity, process indicator
282
+
283
+ **Before**: "Content Marketing Guide"
284
+ **After**: "The Complete Content Marketing Guide for Small Businesses [2024]"
285
+ - Added: Completeness indicator, target audience, year
286
+
287
+ **Before**: "What Is Technical SEO"
288
+ **After**: "What Is Technical SEO? A Beginner's Guide to Better Rankings"
289
+ - Added: Audience level, benefit
290
+
291
+ **Before**: "WordPress vs Shopify"
292
+ **After**: "WordPress vs Shopify: Which Is Better for SEO? (2024 Comparison)"
293
+ - Added: Specific comparison angle, year
294
+
295
+ **Before**: "Link Building Strategies"
296
+ **After**: "15 White-Hat Link Building Strategies That Still Work in 2024"
297
+ - Added: Number, quality signal, time relevance
298
+
299
+ ---
300
+
301
+ ## Title Writing Checklist
302
+
303
+ Before finalizing any title, check:
304
+
305
+ - [ ] Includes primary keyword naturally
306
+ - [ ] Length is 50-60 characters
307
+ - [ ] Matches search intent (informational/transactional/navigational)
308
+ - [ ] Contains power word or emotional trigger
309
+ - [ ] Specific and concrete (not vague)
310
+ - [ ] Promises clear value or benefit
311
+ - [ ] Accurate representation of content
312
+ - [ ] No clickbait or misleading claims
313
+ - [ ] Unique compared to competitors
314
+ - [ ] Works when truncated on mobile
315
+
316
+ ---
317
+
318
+ ## Testing and Optimization
319
+
320
+ ### A/B Test These Variables
321
+ - Number variations (7 vs 10 vs 15)
322
+ - Power word placement (beginning vs end)
323
+ - Question vs statement format
324
+ - With/without year
325
+ - With/without brackets
326
+ - Different benefit framing
327
+
328
+ ### Track These Metrics
329
+ - Click-through rate (CTR) in Search Console
330
+ - Average position in SERPs
331
+ - Time on page (engagement indicator)
332
+ - Bounce rate (relevance indicator)
333
+
334
+ ### When to Rewrite Titles
335
+ - CTR below 2% for top 3 positions
336
+ - CTR below 5% for positions 4-10
337
+ - Content is updated (add [Updated 2024])
338
+ - Competitors have better titles
339
+ - Ranking but not getting clicks
@@ -0,0 +1,79 @@
1
+ ---
2
+ name: seo-growth-orchestrator
3
+ description: Orchestrator for growing organic traffic, rankings, and revenue with Claude — condensed from a 1000+ hour SEO practitioner. Use when the user wants to "grow traffic", "rank a local business", "get backlinks", "find guest post opportunities", "audit my Google Business Profile / GBP categories", "mine Google Search Console for page-2 keywords", "build service + city landing pages", "fix NAP / citations", "build a content engine", "automate blog + social", "add MRR with SEO", or asks for "SEO prompts", "SEO workflow", or mentions Arvo/Blotato automation. Also use when the user wants the "Goals Protocol" (slash /goal) for higher-quality structured outputs. This is the orchestration layer — it calls the granular skills (keyword-research, backlink-analyzer, serp-analysis, schema-markup-generator, internal-linking-optimizer, geo-content-optimizer, on-page-seo-auditor) rather than replacing them.
4
+ metadata:
5
+ version: 1.0.0
6
+ source: "SEO Claude Masterclass (5 trainings / 6h condensed) — 1000+ hr practitioner"
7
+ ---
8
+
9
+ # SEO Growth Orchestrator
10
+
11
+ You are an SEO growth operator. Your job is not to "describe SEO" — it is to **run repeatable, evidence-backed workflows** that move a real business's traffic, rankings, and revenue, using Claude (plus the user's browser, GSC, and optional paid tools) as the engine.
12
+
13
+ This skill is the **orchestration layer**. It encodes the *workflows, prompts, and judgment* of a high-volume practitioner and routes to the granular skills for deep mechanics (see Integration). Do not duplicate their internals here.
14
+
15
+ ## When to Use
16
+
17
+ - "Grow my traffic / rankings / organic revenue"
18
+ - "Get backlinks", "find guest post opportunities", "steal competitor backlinks"
19
+ - "Rank my local business", "fix my Google Business Profile", "GBP categories"
20
+ - "Mine Google Search Console", "page-2 keywords", "low-hanging keyword wins"
21
+ - "Build service + city landing pages", "location page stack"
22
+ - "Citation audit", "NAP consistency", "directory cleanup"
23
+ - "Build a content engine", "automate blog and social", "30-day SEO plan", "$10k MRR with SEO"
24
+ - "Use the Goals Protocol" / "/goal" for a high-quality structured deliverable
25
+
26
+ ## The Five Plays (and where each lives)
27
+
28
+ | # | Play | Goal | Rules file |
29
+ |---|------|------|-----------|
30
+ | 1 | **Backlink acquisition** | Guest-post finder + competitor-backlink mining (+ optional exchange) | `rules/backlinks.md` |
31
+ | 2 | **Local SEO 6-prompt stack** | Rank any local business (GBP, GSC, reviews, city pages, citations, content) | `rules/local-seo-stack.md` |
32
+ | 3 | **Goals Protocol** | Make ANY output 5–20× better via worker→evaluator loop | `rules/goals-protocol.md` |
33
+ | 4 | **Content + automation engine** | SEO blog → RSS → social, optionally fully automated | `rules/content-engine.md` |
34
+ | 5 | **30-day MRR sprint** | Pick clusters, role-model study, day-by-day plan, ruthless cut | `rules/mrr-sprint.md` |
35
+
36
+ The non-negotiable judgment layer — what to ALWAYS do and what to NEVER do — is in `rules/dos-and-donts.md`. **Read it before running any play.**
37
+
38
+ ## Operating Principles (the through-line of all 5 plays)
39
+
40
+ 1. **Clarify until 95% confident, then act.** Every strong prompt in this orchestrator ends with "ask me clarifying questions until you are ≥95% confident." Generic prompts → generic results. This is the single highest-leverage habit.
41
+ 2. **Evidence over vibes.** Pull real data (GSC, the live SERP, the actual competitor pages, real reviews) before recommending. AI-estimated volume/KD is a *starting hypothesis*, not ground truth — see don'ts.
42
+ 3. **GBP is the homepage for local.** For local-service businesses, the Google Business Profile is the money asset; the website is the backup. Sequence work accordingly.
43
+ 4. **Ship in 30 days, compound over 180.** New blog content rarely ranks in 30 days. GBP + service/city pages + reviews pay in 30; cornerstone blog content is the 60–180 day layer. Set this expectation explicitly with the user.
44
+ 5. **Pages rank, not sites.** No dedicated service×city page → no ranking for that query, however good the homepage is.
45
+ 6. **Automate the manual, never the judgment.** Use tools to remove copy-paste/formatting toil; keep the strategy, category choices, and quality bar human-reviewed.
46
+
47
+ ## Quick Start
48
+
49
+ 1. Ask which play fits, or infer from the request.
50
+ 2. Open `rules/dos-and-donts.md` + the relevant play file.
51
+ 3. Grab the matching prompt from `templates/` and fill the `{{placeholders}}`.
52
+ 4. Run it. If the deliverable must be airtight, wrap it in the **Goals Protocol** (`/goal`).
53
+ 5. Hand off concrete artifacts (CSV, page copy, schema, 30-day plan) — not advice.
54
+
55
+ ## Integration
56
+
57
+ This skill ORCHESTRATES; it does not replace the granular skills. Call them for the deep mechanics:
58
+
59
+ - **Related skills**: `keyword-research`, `backlink-analyzer`, `serp-analysis`, `competitor-analysis`, `content-gap-analysis`, `on-page-seo-auditor`, `technical-seo-checker`, `schema-markup-generator`, `internal-linking-optimizer`, `meta-tags-optimizer`, `geo-content-optimizer`, `rank-tracker`, `seo-content-writer`, `seo-site-builder`, `seo-audit`
60
+ - **Plugin**: `claude-seo:seo-local`, `claude-seo:seo-maps`, `claude-seo:seo-backlinks`, `claude-seo:seo-cluster`, `claude-seo:seo-geo`, `claude-seo:seo-schema`
61
+ - **Browser**: GSC/GBP scraping needs the Claude Chrome extension or `browser-harness` with the user logged in.
62
+
63
+ ## File References
64
+ - **Dos & Don'ts (read first)**: `rules/dos-and-donts.md`
65
+ - **Backlinks**: `rules/backlinks.md`
66
+ - **Local SEO 6-prompt stack**: `rules/local-seo-stack.md`
67
+ - **Goals Protocol**: `rules/goals-protocol.md`
68
+ - **Content + automation engine**: `rules/content-engine.md`
69
+ - **30-day MRR sprint**: `rules/mrr-sprint.md`
70
+ - **Tools (Arvo / Blotato / etc.)**: `rules/tools.md`
71
+ - **Prompt templates**: `templates/`
72
+
73
+ ## Validation Checklist
74
+ - [ ] Identified which of the 5 plays the request maps to
75
+ - [ ] Read `rules/dos-and-donts.md` before recommending
76
+ - [ ] Used a clarifying-questions-to-95% prompt where applicable
77
+ - [ ] Pulled real data (GSC / SERP / reviews / live pages) — not just AI estimates
78
+ - [ ] Set the 30-day vs 180-day expectation honestly
79
+ - [ ] Delivered a concrete artifact, not generic advice
@@ -0,0 +1,29 @@
1
+ # Play 1 — Backlink Acquisition
2
+
3
+ Goal: earn high volume of relevant, higher-DR backlinks → authority → traffic. Two methods; run both, they compound.
4
+
5
+ ## Method A — Claude backlink research workflow (free, evidence-based)
6
+
7
+ Two sub-workflows in one run. Prompt: `templates/backlink-research.md`.
8
+
9
+ **Workflow A — Guest-post finder.** For the user's niche, find sites that accept guest posts / contributions. For each: site, guest-post/contact URL, and a 0–100 quality score (site structure, blog presence, social presence, topical relevance). Output a ranked table + CSV. Then (optional, with Gmail connector) draft — *never auto-send* — a personalized outreach email per opportunity.
10
+
11
+ **Workflow B — Competitor backlink mining.** For each competitor, list where they earn backlinks; surface the highest-authority, replicable ones for the user's niche, scored and ranked. Output a ranked table + CSV. Logic: if a competitor earned it, the user likely can too.
12
+
13
+ **Data source:** connect Ahrefs API for accurate DR/traffic if available. If not, tell the model to *drop the Ahrefs connection and score natively from its own analysis* — works, just label scores as estimates (see don'ts). Re-run every 2–4 weeks; backlink profiles drift.
14
+
15
+ Delegate the heavy mechanics to `backlink-analyzer` / `competitor-analysis` / `claude-seo:seo-backlinks`. This play is the orchestration + outreach layer on top.
16
+
17
+ ## Method B — Automated backlink exchange (optional, paid)
18
+
19
+ Some platforms (e.g. Arvo, see `tools.md`) run a backlink exchange: you register your URL once; as members publish content, the platform inserts relevant, higher-DR external links pointing to matching member sites — including yours. Effectively hands-off daily backlinks.
20
+
21
+ Caveats to surface to the user:
22
+ - It's a paid third-party tool — present as optional, not required.
23
+ - Only relevant + higher-DR placements are worthwhile; confirm the exchange enforces that.
24
+ - Link exchanges sit in a gray area of Google's guidelines; keep volume natural and relevance tight. **This is not "buy backlinks"** (a hard don't) but treat it with the same caution — quality and relevance over volume.
25
+
26
+ ## Hand-off
27
+ - `outreach-targets.csv` (guest posts: site, URL, score, draft email)
28
+ - `competitor-backlinks.csv` (source, target competitor, DR/est, replicability score)
29
+ - A prioritized "go-get-these-10-first" shortlist
@@ -0,0 +1,27 @@
1
+ # Play 4 — Content + Automation Engine
2
+
3
+ Goal: SEO-rich blog content → RSS → repurposed social, optionally fully automated. The chain: **Claude (brain) → blog/RSS (SEO-rich) → social posts → publish**.
4
+
5
+ ## The pipeline
6
+ 1. **Business context** — Claude asks for site URL, industry, niche, audience (clarify to ≥95%).
7
+ 2. **Competitive + opportunity research** — competitor gaps, weak spots, keyword clusters, ranking opportunities. (Delegate to `competitor-analysis`, `content-gap-analysis`, `keyword-research`, `serp-analysis`.)
8
+ 3. **Blog plan** — titles + primary/supporting keywords, mapped to search intent, interlinked with service pages and content clusters.
9
+ 4. **Generate content WITH the on-page SEO layer** — title/meta, H2/H3, internal links to money pages (from sitemap), external links to trusted sources, alt text, FAQ schema. **Raw Claude prose lacks this layer — you must add it.** Either:
10
+ - Use the granular skills: `seo-content-writer` + `on-page-seo-auditor` + `internal-linking-optimizer` + `schema-markup-generator`, OR
11
+ - Use a tool that bakes SEO structure in on publish (see `tools.md`).
12
+ 5. **RSS** — published posts populate the RSS feed.
13
+ 6. **Social repurposing** — pull the RSS feed, generate platform social posts that link back to the blog/money pages, attach images (pulled from the article or generated).
14
+ 7. **Publish/schedule** — manually, or via a publishing API on a weekly/monthly schedule.
15
+
16
+ ## Automation tiers (let the user pick by budget)
17
+ - **Manual**: Claude produces plan + content; user pastes/publishes. $0 tooling.
18
+ - **Semi**: Claude plans; a content tool builds SEO-structured articles; user reviews + auto-posts to site.
19
+ - **Full**: content tool API auto-publishes articles → RSS → Claude builds social posts → social publishing API schedules them. Hands-off weekly run.
20
+
21
+ ## Save it as a skill / reusable run
22
+ Once the workflow prompt is built, save it in Claude as a reusable skill (e.g. "SEO content autopilot") so it's one command each week. The practitioner runs it every Monday to schedule the week's blog + social.
23
+
24
+ ## Honesty guardrails (see dos-and-donts.md)
25
+ - Tool APIs (Arvo content, Blotato social) are **paid third parties** — optional, disclose cost.
26
+ - Human-review the plan and any factual claims before auto-publish.
27
+ - Don't mass-publish thin posts to hit a number; quality + intent match.
@@ -0,0 +1,40 @@
1
+ # Dos & Don'ts (read before any play)
2
+
3
+ The judgment layer. The plays tell you *what to run*; this tells you *how not to wreck the account or mislead the client*. Distilled from the practitioner's repeated warnings + standard SEO safety.
4
+
5
+ ## ✅ DO
6
+
7
+ - **DO clarify to ≥95% confidence before producing.** End every research/strategy prompt with "ask me clarifying questions one at a time until you are ≥95% confident, then proceed." This is the #1 quality multiplier in the whole playbook.
8
+ - **DO pull real data first.** GSC for keywords already ranking, the live SERP for competition, the actual competitor pages for gaps, real reviews for voice-of-customer. Recommendations ride on evidence, not the model's prior.
9
+ - **DO treat GBP as the primary asset for local.** Categories, posts (weekly), reviews, and NAP consistency pay faster than any blog post.
10
+ - **DO stagger GBP category changes.** Add the highest-correlation / lowest-risk categories first, then more a week later. Bulk-changing categories overnight looks manipulative and risks a flag. Keep the original primary category.
11
+ - **DO build one dedicated page per service × city.** Pages rank, not sites. A location page stack is the highest-ROI build for multi-area local businesses.
12
+ - **DO mine page-2 keywords (avg position 8–20).** They are the cheapest wins — already ranking, just need title/H1/first-100-words/internal-link nudges.
13
+ - **DO use the customers' own language.** Mine 100+ reviews per competitor for fear/outcome/recommendation phrases and put that exact vocabulary in copy, GBP description, FAQs, and review-request scripts.
14
+ - **DO set honest timelines.** GBP + service/city pages + reviews → results in ~30 days. New cornerstone blog content → 60–180 days. Say this out loud; never imply a brand-new post ranks in 30 days.
15
+ - **DO keep a human in the loop on strategy.** Auto-format and auto-publish are fine; auto-deciding categories, claims, and what's "true about the business" is not.
16
+ - **DO verify keyword volume/difficulty against a real source** (GSC, Ahrefs/SEMrush, or an API) before betting budget on it.
17
+ - **DO scope the Goals Protocol to ONE deliverable** with output spec + numeric acceptance criteria + constraints + stop-and-verify (see `goals-protocol.md`).
18
+ - **DO disclose tool costs and that some are paid third parties** (Arvo, Blotato) — present them as optional, not required.
19
+
20
+ ## ❌ DON'T
21
+
22
+ - **DON'T trust AI-estimated search volume / KD as ground truth.** The transcript's own demos run "without Ahrefs connected — usually pretty close." *Usually close* ≠ correct. Label any non-API number as an estimate and verify before spending money or time on it.
23
+ - **DON'T buy backlinks.** Explicitly called out as a don't. Earn them (guest posts, citations, local links, genuinely linkable content / exchanges within ToS).
24
+ - **DON'T mass-publish thin blog posts.** 50 low-quality posts < a few strong cornerstone pages. Quality and search-intent match win.
25
+ - **DON'T chase national/head keywords for a local business.** Stay local; you can't out-authority national players, and local intent converts.
26
+ - **DON'T obsess over keyword tools** or endless research. Cap the research phase (≤48h in the sprint) and start publishing/optimizing.
27
+ - **DON'T bulk-edit GBP** (categories, name, address) all at once or stuff keywords into the business name — flag/suspension risk.
28
+ - **DON'T let NAP drift.** Name/Address/Phone must be byte-identical across every directory; abbreviations ("Ste" vs "Suite") count as inconsistencies.
29
+ - **DON'T auto-send outreach email.** Draft only; the human reviews and sends. (Also a deliverability/spam safeguard.)
30
+ - **DON'T ship AI blog content without the on-page SEO layer** (title/meta, H1–H3, internal links to money pages, alt text, schema). Raw Claude prose lacks it — add it via `on-page-seo-auditor` + `schema-markup-generator` + `internal-linking-optimizer`, or a tool that bakes it in.
31
+ - **DON'T jam multiple goals into one Goals Protocol run.** #1 cause of failure. One goal, sequenced.
32
+ - **DON'T present a tool as a silver bullet or shill it.** Recommend a workflow; name tools as one option with their tradeoffs and price.
33
+ - **DON'T promise rankings.** SEO is probabilistic. Promise process and leading indicators (indexation, impressions, position movement, leads), not guaranteed positions.
34
+ - **DON'T scrape GSC/GBP without the user's own logged-in session.** Use their authenticated browser tab; never enter credentials from a screenshot.
35
+
36
+ ## The 3 prompt-quality tests (apply to every prompt you write)
37
+
38
+ 1. **Stranger test** — could a stranger read the prompt and know exactly what "done" looks like? If they'd need follow-ups, the criteria are weak.
39
+ 2. **Spreadsheet test** — could every acceptance criterion be a spreadsheet column answered yes/no or a number? Fuzzy words fail.
40
+ 3. **Runway test** — if the agent misinterprets in the worst way, would your constraints catch it within minutes? If not, add guard rails.
@@ -0,0 +1,34 @@
1
+ # Play 3 — The Goals Protocol (`/goal`)
2
+
3
+ A meta-technique that makes ANY output dramatically better by adding a **worker → evaluator** loop instead of a one-shot prompt. Invoked in Claude with `/goal`. Use it whenever a deliverable must be airtight (keyword list, page spec, audit, plan).
4
+
5
+ ## How it differs from a normal prompt
6
+ - Normal prompt: prompt in → output out. No check.
7
+ - Goals Protocol: a **worker agent** iterates on the deliverable, then a fresh **evaluator agent** (no memory of the work) audits it against your acceptance criteria one-by-one and either marks complete or kicks it back to the worker (which may ask you for missing info). Result quality jumps because every criterion is independently verified.
8
+
9
+ ## The five components (GOALS)
10
+ - **G — Goal statement**: one sentence, action verb first, names a single deliverable, fits on one line.
11
+ - **O — Output spec**: exact filename, format, columns/schema. The evaluator can only audit what you specify.
12
+ - **A — Acceptance criteria**: numbered checklist; every item answerable yes/no or a number.
13
+ - **L — Limits / constraints**: forbidden actions, scope walls, resource caps (what NOT to do).
14
+ - **S — Stop and verify**: force the agent to list evidence for each criterion before declaring done, then hand to the evaluator.
15
+
16
+ Template: `templates/goal-protocol.md`. Tip: you can paste the template into Claude and say "here's what I'm trying to do — fill this in correctly," then run it.
17
+
18
+ ## Apply the 3 quality tests (from dos-and-donts.md)
19
+ Stranger test · Spreadsheet test · Runway test. If the prompt fails any, tighten before running.
20
+
21
+ ## Common failure modes → fixes
22
+ | Failure | Fix |
23
+ |--------|-----|
24
+ | Multiple goals jammed into one | Split into sequenced single-goal runs |
25
+ | Too vague / no end state | Add concrete output spec + numeric criteria |
26
+ | Missing acceptance criteria | Add the numbered yes/no checklist |
27
+ | Overpacked (e.g. 47 criteria) | Trim to the few that define "done" |
28
+ | Agent runs out of tokens | Reduce scope per run |
29
+
30
+ ## Good vs bad (illustrative)
31
+ - ❌ "Find me some keywords for my dog grooming business and make sure they're good for SEO." — vague verb, no output spec, no criteria, no constraints, no stop condition → the agent guesses wildly.
32
+ - ✅ Goal: build a local SEO keyword list for `{{business}}` in `{{location}}`. Output: `keywords.csv` with columns keyword, intent, est_volume, est_KD, suggested_title. Acceptance: ≥25 keywords; ≥15 with KD ≤30; every keyword has a local modifier. Limits: no out-of-area keywords; no titles >60 chars; max 50 keywords. Stop & verify: list each criterion with evidence, then hand to evaluator.
33
+
34
+ This play composes with all others — wrap any of the local prompts or the content engine in `/goal` when the stakes warrant it.
@@ -0,0 +1,35 @@
1
+ # Play 2 — Local SEO 6-Prompt Stack
2
+
3
+ Six prompts that rank a local business. Run in this order; each produces a concrete artifact. Full prompts in `templates/local-*.md`.
4
+
5
+ ## 1. GBP category audit → `templates/local-gbp-categories.md`
6
+ Fastest local win. Analyze the business's Google Business Profile categories, reverse-engineer every category competitors use, and recommend exactly which to add and **in what order** so Google doesn't flag rapid changes.
7
+ - Output: "add today" (highest correlation, lowest risk) vs "add next week" lists; keep the existing primary; categories the model refuses to recommend without live verification; rationale.
8
+ - Why: most listings have a primary category from years ago and zero secondaries — leaving rankings on the table. GBP is what shows first in Maps/Search and what ChatGPT/Perplexity pull from.
9
+
10
+ ## 2. GSC page-2 keyword gold mine → `templates/local-gsc-goldmine.md`
11
+ Needs the user logged into Google Search Console in Chrome; Claude reads it via the Chrome extension / browser-harness (their session).
12
+ - Filter: avg position 8–20, has impressions, **not** branded, commercial/transactional intent. Sort by impressions, take top 20.
13
+ - Per keyword: forensic audit (keyword in title? H1? first 100 words? word count vs top-5? internal links pointing in? meta description? schema present?).
14
+ - Output: rewritten title + meta per page, plus a **30-day sprint** (week-by-week, current→new state per fix).
15
+
16
+ ## 3. Competitor review sentiment mining → `templates/local-review-mining.md`
17
+ Read ~100 reviews per competitor (200+ total). Extract: 5-star emotional language, top-10 *before-state fears*, top-15 *outcome phrases*, exact *recommendation language*, and the 5-star vs 3-star *trust-trigger gap*.
18
+ - Output (3 deliverables): rewritten GBP description (A/B/C), homepage headline + subhead variations, FAQ entries + a review-request script — all in the customers' own words.
19
+
20
+ ## 4. Service + city landing page builder → `templates/local-city-pages.md`
21
+ Pages rank, not sites. Build the full location-page stack in one session.
22
+ - Output: site audit + **gap matrix** (which service×city pages exist vs missing), publishing order (what first + why), full page copy per page, FAQ schema, internal-linking plan, image alt text.
23
+ - Rule: one page per service × each surrounding city/neighborhood the business wants jobs in.
24
+
25
+ ## 5. Local citation audit + directory cleanup → `templates/local-citations.md`
26
+ Find everywhere the NAP (name/address/phone/website) appears; flag inconsistencies (abbreviations count). Industry-specific directories (Thumbtack, Angi, HomeAdvisor, etc.).
27
+ - Output: high-priority fixes with exact corrected values + where to fix; missing high-value listings to claim (easy authority + backlinks).
28
+
29
+ ## 6. Blog / keyword / content engine → see `rules/content-engine.md`
30
+ Business context → competitive + opportunity analysis → blog titles + keyword list mapped to search intent, interlinked with service pages and content clusters. Optionally fully automate via tools (Play 4).
31
+
32
+ ## Sequencing logic (Nick-Huber-style 90-day shape)
33
+ Days 1–14: GBP setup + NAP cleanup + first ~10 reviews. Days 15–45: one ultra-strong service/money page + 3–5 neighboring city pages + a trust page + 2 cornerstone posts. Ongoing: review velocity, weekly GBP posts, local link building. The 30-day payoff comes from GBP + pages + reviews — **not** new blog posts (those are 60–180 days).
34
+
35
+ Delegate mechanics to: `claude-seo:seo-local`, `claude-seo:seo-maps`, `on-page-seo-auditor`, `schema-markup-generator`, `internal-linking-optimizer`.
@@ -0,0 +1,27 @@
1
+ # Play 5 — 30-Day MRR Sprint
2
+
3
+ Goal: add organic-driven monthly recurring revenue fast using SEO + free organic traffic. Three prompts + one ruthless-cut bonus. Prompts in `templates/mrr-*.md`.
4
+
5
+ ## 1. Opportunity finder → `templates/mrr-opportunity-finder.md`
6
+ Find SEO content angles that could generate the first ~$1,000 MRR within 90 days. Each angle must:
7
+ - target keywords realistically rankable **without high domain authority**,
8
+ - tie to a product/service/affiliate offer the user can monetize,
9
+ - have proven search intent,
10
+ - be publishable within 7 days.
11
+ End with: ask clarifying questions until ≥95% confident (platform, monetization path, trade/niche, geographic scope, client value, existing site). Output: 1–2 angles with target keywords, why it converts, and the math to $1k.
12
+
13
+ ## 2. Role-model study → `templates/mrr-role-model.md`
14
+ "Who is the single most successful SEO operator/site owner I should study for THIS exact situation? Limit to one. Show exactly what they did in their first 90 days that I should replicate."
15
+ - Output: one named operator + their first-90-day playbook mapped to the user's niche, plus an explicit **"what they do NOT do"** list (don't chase national keywords, don't buy backlinks, don't pump 50 posts, don't obsess over keyword tools) and the single biggest lesson (for local: GBP is the homepage, the website is the backup).
16
+
17
+ ## 3. 30-day money plan → `templates/mrr-30day-plan.md`
18
+ "Pretend you're that operator. Create a 30-day SEO content plan, <$500 upfront, that gets me to my first ranking or first dollar of organic revenue as fast as possible. Publishing starts day one. Research phase ≤48h."
19
+ - Reality check the model must state: a brand-new blog post will NOT rank in 30 days via pure SEO. In 30 days you rank GBP + service pages locally, get found, close one job (= first dollar). Blog is the 60–180-day layer; do both, but GBP work is what pays in 30.
20
+ - Output: budget allocation + day-by-day plan (morning/afternoon blocks), with weeks: 1–2 foundation, 3–10 reviews + neighborhood pages, 11–20 blog + local link plays, 21–30 close-the-loop + measure (GSC triage). Expected 30-day result stated honestly (e.g. 15–25 reviews, money page indexed, GBP in local 3-pack, N inbound leads, 1–3 closed jobs).
21
+
22
+ ## Bonus — ruthless cut → `templates/mrr-cut.md`
23
+ "Ask me 3 yes/no questions to identify what will stop me publishing this month, then cut the plan in half and keep only what directly leads to rankings and revenue."
24
+ - Purpose: strip AI's rosy fluff, expose the real blocker (will you commit 1h/day? will you ship an imperfect page without a week of editing? will you text 50 past customers?), and produce a streamlined plan.
25
+
26
+ ## Through-line
27
+ Each prompt feeds the next (90-day → 30-day → cut). Always clarify to 95%, always state the 30 vs 180 day truth, always end with concrete next actions, not encouragement.
@@ -0,0 +1,19 @@
1
+ # Tools (optional, mostly paid third parties)
2
+
3
+ The masterclass leans on three tools. **None are required** — every play has a manual path. Always disclose cost and present as one option. Never shill.
4
+
5
+ | Tool | Role | Notes / cautions |
6
+ |------|------|------------------|
7
+ | **Claude** (+ Chrome extension / browser-harness) | The brain: research, prompts, Goals Protocol, GSC/GBP reading | GSC/GBP scraping needs the user's own logged-in session. Free path for everything. |
8
+ | **Arvo** (arvow) | SEO content generation with on-page structure baked in (meta, H2/H3, internal links from sitemap, alt text, schema), site integration, auto-publish; also runs an LLM brand monitor, SEO reports, and a **backlink exchange** | Paid; API tier costs more. Value = it adds the on-page SEO layer Claude prose lacks. Verify exchange enforces relevance + higher-DR. Treat exchange with link-scheme caution. |
9
+ | **Blotato** (blotado/blowto) | Social publishing API: schedule posts, auto-generate infographics from blog concepts | Paid. Pulls from RSS to repurpose SEO content into social. |
10
+
11
+ ## Free substitution map (when the user won't pay)
12
+ - Arvo content layer → `seo-content-writer` + `on-page-seo-auditor` + `internal-linking-optimizer` + `schema-markup-generator` + `meta-tags-optimizer`, then paste/publish manually.
13
+ - Arvo backlink exchange → Play 1 Method A (guest-post + competitor mining outreach).
14
+ - Arvo brand/LLM monitor → `claude-seo:seo-geo` + manual prompt checks.
15
+ - Blotato → manual scheduling, or the user's existing social scheduler.
16
+ - Ahrefs API (for backlink/volume accuracy) → native Claude estimation **labeled as estimate** + verify before spending (see dos-and-donts.md).
17
+
18
+ ## Honesty rule
19
+ When recommending any of these, state: it's paid, it's optional, here's the free path, and here's the specific thing it saves you. The user decides.