claude-flow-novice 2.14.3 → 2.14.5

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 (194) hide show
  1. package/.claude/commands/CFN_LOOP_TASK_MODE.md +4 -47
  2. package/.claude/commands/seo/SEO_TASK_MODE.md +892 -0
  3. package/.claude/commands/seo/seo-blog.md +428 -0
  4. package/.claude/commands/seo/seo-landing.md +91 -0
  5. package/.claude/commands/seo/seo-product.md +104 -0
  6. package/.claude/skills/cfn-redis-coordination/demos/test-cancel-swarm.sh +0 -276
  7. package/claude-assets/agents/cfn-dev-team/coordinators/epic-creator.md +120 -0
  8. package/claude-assets/agents/cfn-seo-team/AGENT_CREATION_REPORT.md +481 -0
  9. package/claude-assets/agents/cfn-seo-team/DELEGATION_MATRIX.md +371 -0
  10. package/claude-assets/agents/cfn-seo-team/HUMANIZER_PROMPTS.md +536 -0
  11. package/claude-assets/agents/cfn-seo-team/INTEGRATION_REQUIREMENTS.md +642 -0
  12. package/claude-assets/agents/cfn-seo-team/cfn-seo-coordinator.md +414 -0
  13. package/claude-assets/agents/cfn-seo-team/competitive-seo-analyst.md +423 -0
  14. package/claude-assets/agents/cfn-seo-team/content-atomization-specialist.md +580 -0
  15. package/claude-assets/agents/cfn-seo-team/content-seo-strategist.md +245 -0
  16. package/claude-assets/agents/cfn-seo-team/eeat-content-auditor.md +389 -0
  17. package/claude-assets/agents/cfn-seo-team/geo-optimization-expert.md +269 -0
  18. package/claude-assets/agents/cfn-seo-team/link-building-specialist.md +291 -0
  19. package/claude-assets/agents/cfn-seo-team/local-seo-optimizer.md +333 -0
  20. package/claude-assets/agents/cfn-seo-team/programmatic-seo-engineer.md +244 -0
  21. package/claude-assets/agents/cfn-seo-team/schema-markup-engineer.md +430 -0
  22. package/claude-assets/agents/cfn-seo-team/seo-analytics-specialist.md +376 -0
  23. package/claude-assets/agents/cfn-seo-team/seo-validators/accessibility-validator.md +565 -0
  24. package/claude-assets/agents/cfn-seo-team/seo-validators/audience-validator.md +484 -0
  25. package/claude-assets/agents/cfn-seo-team/seo-validators/branding-validator.md +452 -0
  26. package/claude-assets/agents/cfn-seo-team/seo-validators/humanizer-validator.md +333 -0
  27. package/claude-assets/agents/cfn-seo-team/technical-seo-specialist.md +228 -0
  28. package/claude-assets/commands/CFN_LOOP_TASK_MODE.md +4 -47
  29. package/claude-assets/commands/seo/SEO_TASK_MODE.md +892 -0
  30. package/claude-assets/commands/seo/seo-blog.md +428 -0
  31. package/claude-assets/commands/seo/seo-landing.md +91 -0
  32. package/claude-assets/commands/seo/seo-product.md +104 -0
  33. package/claude-assets/skills/cfn-redis-coordination/demos/test-cancel-swarm.sh +0 -276
  34. package/claude-assets/skills/seo-orchestration/SKILL.md +292 -0
  35. package/claude-assets/skills/seo-orchestration/orchestrate-seo.sh +566 -0
  36. package/claude-assets/skills/seo-orchestration/orchestrate-seo.sh.backup +755 -0
  37. package/claude-assets/skills/seo-orchestration/validate-consensus.sh +270 -0
  38. package/dist/agents/agent-loader.js +165 -146
  39. package/dist/agents/agent-loader.js.map +1 -1
  40. package/dist/cli/agent-prompt-builder.js +25 -0
  41. package/dist/cli/agent-prompt-builder.js.map +1 -1
  42. package/package.json +1 -1
  43. package/.claude/skills/cfn-redis-coordination/HEARTBEAT.md +0 -57
  44. package/.claude/skills/cfn-redis-coordination/HEARTBEAT_MONITORING.md +0 -267
  45. package/.claude/skills/cfn-redis-coordination/LOGGING.md +0 -260
  46. package/.claude/skills/cfn-redis-coordination/README.md +0 -65
  47. package/.claude/skills/cfn-redis-coordination/SECURITY_REVIEW.md +0 -25
  48. package/.claude/skills/cfn-redis-coordination/SHUTDOWN_HANDLING.md +0 -164
  49. package/.claude/skills/cfn-redis-coordination/SKILL.md +0 -720
  50. package/.claude/skills/cfn-redis-coordination/demos/test-dlq.sh +0 -129
  51. package/.claude/skills/cfn-redis-coordination/demos/test-iteration-feedback.sh +0 -320
  52. package/.claude/skills/cfn-redis-coordination/demos/test-orchestrator.sh +0 -249
  53. package/.claude/skills/cfn-redis-coordination/demos/test-priority-wake-phase4-unix.sh +0 -148
  54. package/.claude/skills/cfn-redis-coordination/demos/test-priority-wake-phase4.sh +0 -163
  55. package/.claude/skills/cfn-redis-coordination/demos/test-priority-wake.sh +0 -138
  56. package/.claude/skills/cfn-redis-coordination/demos/test-quick-fix.sh +0 -81
  57. package/.claude/skills/cfn-redis-coordination/demos/test-quorum-absolute.sh +0 -45
  58. package/.claude/skills/cfn-redis-coordination/demos/test-quorum-fallback.sh +0 -68
  59. package/.claude/skills/cfn-redis-coordination/demos/test-quorum-percentage.sh +0 -56
  60. package/.claude/skills/cfn-redis-coordination/demos/test-quorum-with-retry.sh +0 -81
  61. package/.claude/skills/cfn-redis-coordination/demos/test-quorum.sh +0 -57
  62. package/.claude/skills/cfn-redis-coordination/demos/test-shutdown-handling.sh +0 -187
  63. package/.claude/skills/cfn-redis-coordination/demos/test-shutdown.sh +0 -160
  64. package/.claude/skills/cfn-redis-coordination/demos/test-utils-unix.sh +0 -97
  65. package/.claude/skills/cfn-redis-coordination/demos/test-utils.sh +0 -97
  66. package/.claude/skills/cfn-redis-coordination/demos/test-waiting-mode.sh +0 -59
  67. package/.claude/skills/cfn-redis-coordination/examples/README.md +0 -73
  68. package/.claude/skills/cfn-redis-coordination/examples/grafana-dashboard.json +0 -352
  69. package/.claude/skills/cfn-redis-coordination/examples/hierarchical-pattern.sh +0 -127
  70. package/.claude/skills/cfn-redis-coordination/examples/mesh-pattern.sh +0 -171
  71. package/.claude/skills/cfn-redis-coordination/examples/timeout-handling.sh +0 -227
  72. package/.claude/skills/cfn-redis-coordination/examples/waiting-mode-pattern.sh +0 -239
  73. package/.claude/skills/cfn-redis-coordination/execute-product-owner-decision.sh +0 -258
  74. package/.claude/skills/cfn-redis-coordination/get-agent-timeout.sh +0 -177
  75. package/.claude/skills/cfn-redis-coordination/heartbeat-functions.sh +0 -137
  76. package/.claude/skills/cfn-redis-coordination/heartbeat-protocol.md +0 -106
  77. package/.claude/skills/cfn-redis-coordination/heartbeat.sh +0 -126
  78. package/.claude/skills/cfn-redis-coordination/init-swarm.sh +0 -148
  79. package/.claude/skills/cfn-redis-coordination/invoke-redis-pattern.sh +0 -220
  80. package/.claude/skills/cfn-redis-coordination/invoke-waiting-mode.sh +0 -283
  81. package/.claude/skills/cfn-redis-coordination/list-active-swarms.sh +0 -147
  82. package/.claude/skills/cfn-redis-coordination/log-event.sh +0 -109
  83. package/.claude/skills/cfn-redis-coordination/metrics-export.sh +0 -674
  84. package/.claude/skills/cfn-redis-coordination/metrics-schema.json +0 -66
  85. package/.claude/skills/cfn-redis-coordination/metrics-storage.md +0 -31
  86. package/.claude/skills/cfn-redis-coordination/monitor-cfn-violations.sh +0 -391
  87. package/.claude/skills/cfn-redis-coordination/monitor-heartbeats.sh +0 -101
  88. package/.claude/skills/cfn-redis-coordination/orchestrate-cfn-loop-v3.sh +0 -141
  89. package/.claude/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh +0 -31
  90. package/.claude/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.bak +0 -0
  91. package/.claude/skills/cfn-redis-coordination/priority-wake-mechanism.md +0 -75
  92. package/.claude/skills/cfn-redis-coordination/priority_wake.py +0 -134
  93. package/.claude/skills/cfn-redis-coordination/query-dlq.sh +0 -162
  94. package/.claude/skills/cfn-redis-coordination/query-logs.sh +0 -103
  95. package/.claude/skills/cfn-redis-coordination/redis-pattern.sh +0 -619
  96. package/.claude/skills/cfn-redis-coordination/retrieve-context.sh +0 -58
  97. package/.claude/skills/cfn-redis-coordination/select-specialist-agent.sh +0 -371
  98. package/.claude/skills/cfn-redis-coordination/semantic-match-tfidf.py +0 -252
  99. package/.claude/skills/cfn-redis-coordination/send-heartbeat.sh +0 -165
  100. package/.claude/skills/cfn-redis-coordination/signal.sh +0 -38
  101. package/.claude/skills/cfn-redis-coordination/store-context.sh +0 -86
  102. package/.claude/skills/cfn-redis-coordination/store-epic-context.sh +0 -123
  103. package/.claude/skills/cfn-redis-coordination/test-context-injection.sh +0 -354
  104. package/.claude/skills/cfn-redis-coordination/test-timeout-enforcement.sh +0 -513
  105. package/.claude/skills/cfn-redis-coordination/tests/convert-line-endings.sh +0 -15
  106. package/.claude/skills/cfn-redis-coordination/tests/dlq-functionality-test.sh +0 -102
  107. package/.claude/skills/cfn-redis-coordination/tests/edge-cases-test.sh +0 -99
  108. package/.claude/skills/cfn-redis-coordination/tests/integration-test.sh +0 -170
  109. package/.claude/skills/cfn-redis-coordination/tests/retry-mechanism-test.sh +0 -82
  110. package/.claude/skills/cfn-redis-coordination/tests/run-test-suite.sh +0 -92
  111. package/.claude/skills/cfn-redis-coordination/tests/run-tests.sh +0 -4
  112. package/.claude/skills/cfn-redis-coordination/tests/test-heartbeat-monitoring.sh +0 -418
  113. package/.claude/skills/cfn-redis-coordination/tests/test-heartbeat-simple.sh +0 -124
  114. package/.claude/skills/cfn-redis-coordination/tests/test-primitives.sh +0 -166
  115. package/.claude/skills/cfn-redis-coordination/tests/test-utils.sh +0 -54
  116. package/.claude/skills/cfn-redis-coordination/tests/test_utils.sh +0 -49
  117. package/.claude/skills/cfn-redis-coordination/v2_modularization/core_orchestration.sh +0 -76
  118. package/.claude/skills/cfn-redis-coordination/validate-parameters.sh +0 -492
  119. package/claude-assets/skills/cfn-redis-coordination/HEARTBEAT.md +0 -57
  120. package/claude-assets/skills/cfn-redis-coordination/HEARTBEAT_MONITORING.md +0 -267
  121. package/claude-assets/skills/cfn-redis-coordination/LOGGING.md +0 -260
  122. package/claude-assets/skills/cfn-redis-coordination/README.md +0 -65
  123. package/claude-assets/skills/cfn-redis-coordination/SECURITY_REVIEW.md +0 -25
  124. package/claude-assets/skills/cfn-redis-coordination/SHUTDOWN_HANDLING.md +0 -164
  125. package/claude-assets/skills/cfn-redis-coordination/SKILL.md +0 -720
  126. package/claude-assets/skills/cfn-redis-coordination/demos/test-dlq.sh +0 -129
  127. package/claude-assets/skills/cfn-redis-coordination/demos/test-iteration-feedback.sh +0 -320
  128. package/claude-assets/skills/cfn-redis-coordination/demos/test-orchestrator.sh +0 -249
  129. package/claude-assets/skills/cfn-redis-coordination/demos/test-priority-wake-phase4-unix.sh +0 -148
  130. package/claude-assets/skills/cfn-redis-coordination/demos/test-priority-wake-phase4.sh +0 -163
  131. package/claude-assets/skills/cfn-redis-coordination/demos/test-priority-wake.sh +0 -138
  132. package/claude-assets/skills/cfn-redis-coordination/demos/test-quick-fix.sh +0 -81
  133. package/claude-assets/skills/cfn-redis-coordination/demos/test-quorum-absolute.sh +0 -45
  134. package/claude-assets/skills/cfn-redis-coordination/demos/test-quorum-fallback.sh +0 -68
  135. package/claude-assets/skills/cfn-redis-coordination/demos/test-quorum-percentage.sh +0 -56
  136. package/claude-assets/skills/cfn-redis-coordination/demos/test-quorum-with-retry.sh +0 -81
  137. package/claude-assets/skills/cfn-redis-coordination/demos/test-quorum.sh +0 -57
  138. package/claude-assets/skills/cfn-redis-coordination/demos/test-shutdown-handling.sh +0 -187
  139. package/claude-assets/skills/cfn-redis-coordination/demos/test-shutdown.sh +0 -160
  140. package/claude-assets/skills/cfn-redis-coordination/demos/test-utils-unix.sh +0 -97
  141. package/claude-assets/skills/cfn-redis-coordination/demos/test-utils.sh +0 -97
  142. package/claude-assets/skills/cfn-redis-coordination/demos/test-waiting-mode.sh +0 -59
  143. package/claude-assets/skills/cfn-redis-coordination/examples/README.md +0 -73
  144. package/claude-assets/skills/cfn-redis-coordination/examples/grafana-dashboard.json +0 -352
  145. package/claude-assets/skills/cfn-redis-coordination/examples/hierarchical-pattern.sh +0 -127
  146. package/claude-assets/skills/cfn-redis-coordination/examples/mesh-pattern.sh +0 -171
  147. package/claude-assets/skills/cfn-redis-coordination/examples/timeout-handling.sh +0 -227
  148. package/claude-assets/skills/cfn-redis-coordination/examples/waiting-mode-pattern.sh +0 -239
  149. package/claude-assets/skills/cfn-redis-coordination/execute-product-owner-decision.sh +0 -258
  150. package/claude-assets/skills/cfn-redis-coordination/get-agent-timeout.sh +0 -177
  151. package/claude-assets/skills/cfn-redis-coordination/heartbeat-functions.sh +0 -137
  152. package/claude-assets/skills/cfn-redis-coordination/heartbeat-protocol.md +0 -106
  153. package/claude-assets/skills/cfn-redis-coordination/heartbeat.sh +0 -126
  154. package/claude-assets/skills/cfn-redis-coordination/init-swarm.sh +0 -148
  155. package/claude-assets/skills/cfn-redis-coordination/invoke-redis-pattern.sh +0 -220
  156. package/claude-assets/skills/cfn-redis-coordination/invoke-waiting-mode.sh +0 -283
  157. package/claude-assets/skills/cfn-redis-coordination/list-active-swarms.sh +0 -147
  158. package/claude-assets/skills/cfn-redis-coordination/log-event.sh +0 -109
  159. package/claude-assets/skills/cfn-redis-coordination/metrics-export.sh +0 -674
  160. package/claude-assets/skills/cfn-redis-coordination/metrics-schema.json +0 -66
  161. package/claude-assets/skills/cfn-redis-coordination/metrics-storage.md +0 -31
  162. package/claude-assets/skills/cfn-redis-coordination/monitor-cfn-violations.sh +0 -391
  163. package/claude-assets/skills/cfn-redis-coordination/monitor-heartbeats.sh +0 -101
  164. package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop-v3.sh +0 -141
  165. package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh +0 -31
  166. package/claude-assets/skills/cfn-redis-coordination/orchestrate-cfn-loop.sh.bak +0 -0
  167. package/claude-assets/skills/cfn-redis-coordination/priority-wake-mechanism.md +0 -75
  168. package/claude-assets/skills/cfn-redis-coordination/priority_wake.py +0 -134
  169. package/claude-assets/skills/cfn-redis-coordination/query-dlq.sh +0 -162
  170. package/claude-assets/skills/cfn-redis-coordination/query-logs.sh +0 -103
  171. package/claude-assets/skills/cfn-redis-coordination/redis-pattern.sh +0 -619
  172. package/claude-assets/skills/cfn-redis-coordination/retrieve-context.sh +0 -58
  173. package/claude-assets/skills/cfn-redis-coordination/select-specialist-agent.sh +0 -371
  174. package/claude-assets/skills/cfn-redis-coordination/semantic-match-tfidf.py +0 -252
  175. package/claude-assets/skills/cfn-redis-coordination/send-heartbeat.sh +0 -165
  176. package/claude-assets/skills/cfn-redis-coordination/signal.sh +0 -38
  177. package/claude-assets/skills/cfn-redis-coordination/store-context.sh +0 -86
  178. package/claude-assets/skills/cfn-redis-coordination/store-epic-context.sh +0 -123
  179. package/claude-assets/skills/cfn-redis-coordination/test-context-injection.sh +0 -354
  180. package/claude-assets/skills/cfn-redis-coordination/test-timeout-enforcement.sh +0 -513
  181. package/claude-assets/skills/cfn-redis-coordination/tests/convert-line-endings.sh +0 -15
  182. package/claude-assets/skills/cfn-redis-coordination/tests/dlq-functionality-test.sh +0 -102
  183. package/claude-assets/skills/cfn-redis-coordination/tests/edge-cases-test.sh +0 -99
  184. package/claude-assets/skills/cfn-redis-coordination/tests/integration-test.sh +0 -170
  185. package/claude-assets/skills/cfn-redis-coordination/tests/retry-mechanism-test.sh +0 -82
  186. package/claude-assets/skills/cfn-redis-coordination/tests/run-test-suite.sh +0 -92
  187. package/claude-assets/skills/cfn-redis-coordination/tests/run-tests.sh +0 -4
  188. package/claude-assets/skills/cfn-redis-coordination/tests/test-heartbeat-monitoring.sh +0 -418
  189. package/claude-assets/skills/cfn-redis-coordination/tests/test-heartbeat-simple.sh +0 -124
  190. package/claude-assets/skills/cfn-redis-coordination/tests/test-primitives.sh +0 -166
  191. package/claude-assets/skills/cfn-redis-coordination/tests/test-utils.sh +0 -54
  192. package/claude-assets/skills/cfn-redis-coordination/tests/test_utils.sh +0 -49
  193. package/claude-assets/skills/cfn-redis-coordination/v2_modularization/core_orchestration.sh +0 -76
  194. package/claude-assets/skills/cfn-redis-coordination/validate-parameters.sh +0 -492
@@ -0,0 +1,371 @@
1
+ # SEO Agent Delegation Matrix
2
+
3
+ This document provides clear guidance on which SEO specialist agent to use for specific tasks.
4
+
5
+ ## Quick Reference Table
6
+
7
+ | Task Type | Primary Agent | Secondary Agent | Tools Used |
8
+ |-----------|---------------|-----------------|------------|
9
+ | Site audit, performance optimization | technical-seo-specialist | - | Read, Write, Edit, Bash, Grep, Glob, TodoWrite |
10
+ | Keyword research, content strategy | content-seo-strategist | - | Read, Write, Edit, TodoWrite |
11
+ | Template-based page generation | programmatic-seo-engineer | - | Read, Write, Edit, Bash, Grep, Glob, TodoWrite |
12
+ | AI search optimization, citations | geo-optimization-expert | - | Read, Write, Edit, TodoWrite |
13
+ | Backlink prospecting, outreach | link-building-specialist | - | Read, Write, Edit, TodoWrite |
14
+ | Local SEO, GBP optimization | local-seo-optimizer | - | Read, Write, Edit, TodoWrite |
15
+ | Traffic analysis, ranking tracking | seo-analytics-specialist | - | Read, Write, Edit, Bash, TodoWrite |
16
+ | Content quality, E-E-A-T audit | eeat-content-auditor | - | Read, Write, Edit, Grep, Glob, TodoWrite |
17
+ | Competitor analysis, gap identification | competitive-seo-analyst | - | Read, Write, Edit, TodoWrite |
18
+ | Schema markup, structured data | schema-markup-engineer | - | Read, Write, Edit, Bash, TodoWrite |
19
+
20
+ ## Detailed Delegation Guide
21
+
22
+ ### Technical SEO Tasks
23
+
24
+ **Use: technical-seo-specialist**
25
+
26
+ Trigger phrases:
27
+ - "conduct technical audit"
28
+ - "fix crawl errors"
29
+ - "optimize Core Web Vitals"
30
+ - "improve page speed"
31
+ - "generate sitemap"
32
+ - "configure robots.txt"
33
+ - "fix broken links"
34
+ - "optimize site architecture"
35
+
36
+ Delegates to:
37
+ - content-seo-strategist (content optimization)
38
+ - programmatic-seo-engineer (programmatic page generation)
39
+ - schema-markup-engineer (complex schema design)
40
+
41
+ ---
42
+
43
+ ### Content Strategy & Keyword Research
44
+
45
+ **Use: content-seo-strategist**
46
+
47
+ Trigger phrases:
48
+ - "keyword research"
49
+ - "content strategy"
50
+ - "create content brief"
51
+ - "topic clustering"
52
+ - "SERP analysis"
53
+ - "search intent mapping"
54
+ - "pillar content strategy"
55
+ - "keyword clustering"
56
+
57
+ Delegates to:
58
+ - technical-seo-specialist (technical issues)
59
+ - programmatic-seo-engineer (programmatic content)
60
+ - link-building-specialist (link building)
61
+
62
+ ---
63
+
64
+ ### Programmatic SEO & Template Generation
65
+
66
+ **Use: programmatic-seo-engineer**
67
+
68
+ Trigger phrases:
69
+ - "generate 1000 pages"
70
+ - "template-based pages"
71
+ - "database-driven content"
72
+ - "programmatic SEO"
73
+ - "quality validation at scale"
74
+ - "duplicate content detection"
75
+ - "automated internal linking"
76
+
77
+ Delegates to:
78
+ - content-seo-strategist (keyword research)
79
+ - technical-seo-specialist (technical SEO)
80
+ - schema-markup-engineer (schema complexity)
81
+
82
+ ---
83
+
84
+ ### AI Search & GEO Optimization
85
+
86
+ **Use: geo-optimization-expert**
87
+
88
+ Trigger phrases:
89
+ - "AI search optimization"
90
+ - "GEO strategy"
91
+ - "ChatGPT visibility"
92
+ - "track AI citations"
93
+ - "entity optimization"
94
+ - "Perplexity citations"
95
+ - "multi-modal content"
96
+
97
+ Delegates to:
98
+ - technical-seo-specialist (traditional SEO)
99
+ - content-seo-strategist (content creation)
100
+ - schema-markup-engineer (schema for AI)
101
+
102
+ ---
103
+
104
+ ### Link Building & Outreach
105
+
106
+ **Use: link-building-specialist**
107
+
108
+ Trigger phrases:
109
+ - "backlink prospecting"
110
+ - "link building campaign"
111
+ - "outreach strategy"
112
+ - "broken link building"
113
+ - "resource page targeting"
114
+ - "guest posting"
115
+ - "competitor backlinks"
116
+
117
+ Delegates to:
118
+ - technical-seo-specialist (technical issues)
119
+ - content-seo-strategist (content for guest posts)
120
+ - local-seo-optimizer (local citations)
121
+
122
+ ---
123
+
124
+ ### Local SEO & Google Business Profile
125
+
126
+ **Use: local-seo-optimizer**
127
+
128
+ Trigger phrases:
129
+ - "GBP optimization"
130
+ - "local SEO"
131
+ - "local citations"
132
+ - "NAP consistency"
133
+ - "local pack rankings"
134
+ - "geographic content"
135
+ - "location schema"
136
+
137
+ Delegates to:
138
+ - technical-seo-specialist (technical SEO)
139
+ - content-seo-strategist (location content)
140
+ - link-building-specialist (non-citation links)
141
+
142
+ ---
143
+
144
+ ### SEO Analytics & Reporting
145
+
146
+ **Use: seo-analytics-specialist**
147
+
148
+ Trigger phrases:
149
+ - "traffic analysis"
150
+ - "ranking tracking"
151
+ - "conversion optimization"
152
+ - "SEO ROI calculation"
153
+ - "reporting dashboard"
154
+ - "A/B testing"
155
+ - "performance monitoring"
156
+
157
+ Delegates to:
158
+ - technical-seo-specialist (technical fixes)
159
+ - content-seo-strategist (content optimization)
160
+ - link-building-specialist (link building)
161
+
162
+ ---
163
+
164
+ ### Content Quality & E-E-A-T Audits
165
+
166
+ **Use: eeat-content-auditor**
167
+
168
+ Trigger phrases:
169
+ - "E-E-A-T audit"
170
+ - "content quality assessment"
171
+ - "author verification"
172
+ - "citation validation"
173
+ - "trust signals"
174
+ - "YMYL content review"
175
+ - "quality scoring"
176
+
177
+ Delegates to:
178
+ - technical-seo-specialist (technical issues)
179
+ - content-seo-strategist (content optimization)
180
+ - link-building-specialist (link building)
181
+
182
+ ---
183
+
184
+ ### Competitive Analysis
185
+
186
+ **Use: competitive-seo-analyst**
187
+
188
+ Trigger phrases:
189
+ - "competitor analysis"
190
+ - "keyword gaps"
191
+ - "backlink gaps"
192
+ - "content gap analysis"
193
+ - "SERP feature tracking"
194
+ - "market share calculation"
195
+ - "competitive intelligence"
196
+
197
+ Delegates to:
198
+ - content-seo-strategist (keyword research)
199
+ - link-building-specialist (link building execution)
200
+ - technical-seo-specialist (technical implementation)
201
+
202
+ ---
203
+
204
+ ### Schema Markup & Structured Data
205
+
206
+ **Use: schema-markup-engineer**
207
+
208
+ Trigger phrases:
209
+ - "schema markup"
210
+ - "JSON-LD generation"
211
+ - "structured data"
212
+ - "rich snippet optimization"
213
+ - "VideoObject schema"
214
+ - "HowTo schema"
215
+ - "FAQ schema"
216
+ - "schema validation"
217
+
218
+ Delegates to:
219
+ - technical-seo-specialist (technical SEO)
220
+ - content-seo-strategist (content optimization)
221
+ - programmatic-seo-engineer (programmatic schema)
222
+
223
+ ---
224
+
225
+ ## Multi-Agent Workflows
226
+
227
+ ### Complete SEO Audit (All Agents)
228
+ 1. **technical-seo-specialist**: Site audit, performance optimization
229
+ 2. **eeat-content-auditor**: Content quality assessment
230
+ 3. **schema-markup-engineer**: Schema validation
231
+ 4. **seo-analytics-specialist**: Traffic and ranking analysis
232
+ 5. **competitive-seo-analyst**: Competitor benchmarking
233
+
234
+ ### Content Launch Workflow
235
+ 1. **content-seo-strategist**: Keyword research, content brief
236
+ 2. **eeat-content-auditor**: Quality review, E-E-A-T compliance
237
+ 3. **schema-markup-engineer**: Implement schema markup
238
+ 4. **technical-seo-specialist**: Technical optimization
239
+ 5. **link-building-specialist**: Outreach for backlinks
240
+
241
+ ### Programmatic SEO Project
242
+ 1. **programmatic-seo-engineer**: Template development, page generation
243
+ 2. **content-seo-strategist**: Keyword clustering, topic mapping
244
+ 3. **schema-markup-engineer**: Programmatic schema implementation
245
+ 4. **technical-seo-specialist**: Crawl budget optimization
246
+ 5. **seo-analytics-specialist**: Monitor indexation and rankings
247
+
248
+ ### Local SEO Campaign
249
+ 1. **local-seo-optimizer**: GBP optimization, citation building
250
+ 2. **content-seo-strategist**: Location-based content strategy
251
+ 3. **schema-markup-engineer**: LocalBusiness schema
252
+ 4. **link-building-specialist**: Local link building
253
+ 5. **seo-analytics-specialist**: Local ranking tracking
254
+
255
+ ---
256
+
257
+ ## Integration Requirements by Agent
258
+
259
+ ### API Access Required
260
+ - **technical-seo-specialist**: PageSpeed Insights, Google Search Console
261
+ - **content-seo-strategist**: SE Ranking, Ahrefs
262
+ - **geo-optimization-expert**: Perplexity, OpenAI, Knowledge Graph
263
+ - **link-building-specialist**: Ahrefs, SE Ranking, Hunter.io
264
+ - **local-seo-optimizer**: Google Business Profile, BrightLocal
265
+ - **seo-analytics-specialist**: Google Analytics 4, Google Search Console, SE Ranking
266
+ - **competitive-seo-analyst**: SE Ranking, Ahrefs, SEMrush
267
+ - **schema-markup-engineer**: Google Rich Results Test
268
+
269
+ ### Service Dependencies
270
+ - **All agents**: PostgreSQL (data storage), n8n (workflow automation)
271
+ - **technical-seo-specialist**: Redis (cache performance metrics)
272
+ - **programmatic-seo-engineer**: Redis (cache rendered templates)
273
+
274
+ ---
275
+
276
+ ## Agent Selection Decision Tree
277
+
278
+ ```
279
+ START: What is the primary goal?
280
+
281
+ ├─ Site Performance/Technical Issues?
282
+ │ └─ Use: technical-seo-specialist
283
+
284
+ ├─ Content Strategy/Keywords?
285
+ │ └─ Use: content-seo-strategist
286
+
287
+ ├─ Generate Many Pages at Scale?
288
+ │ └─ Use: programmatic-seo-engineer
289
+
290
+ ├─ AI Search Visibility?
291
+ │ └─ Use: geo-optimization-expert
292
+
293
+ ├─ Build Backlinks?
294
+ │ └─ Use: link-building-specialist
295
+
296
+ ├─ Local/Geographic SEO?
297
+ │ └─ Use: local-seo-optimizer
298
+
299
+ ├─ Track Performance/Analytics?
300
+ │ └─ Use: seo-analytics-specialist
301
+
302
+ ├─ Content Quality/E-E-A-T?
303
+ │ └─ Use: eeat-content-auditor
304
+
305
+ ├─ Competitor Research?
306
+ │ └─ Use: competitive-seo-analyst
307
+
308
+ └─ Schema/Structured Data?
309
+ └─ Use: schema-markup-engineer
310
+ ```
311
+
312
+ ---
313
+
314
+ ## Common Multi-Agent Scenarios
315
+
316
+ ### Scenario 1: New Website Launch
317
+ **Agents Required:** 6
318
+ 1. technical-seo-specialist (site audit)
319
+ 2. content-seo-strategist (keyword research)
320
+ 3. schema-markup-engineer (implement schema)
321
+ 4. local-seo-optimizer (GBP setup, if applicable)
322
+ 5. eeat-content-auditor (content quality check)
323
+ 6. seo-analytics-specialist (setup tracking)
324
+
325
+ ### Scenario 2: Traffic Drop Investigation
326
+ **Agents Required:** 3-4
327
+ 1. seo-analytics-specialist (diagnose traffic drop)
328
+ 2. technical-seo-specialist (check for technical issues)
329
+ 3. competitive-seo-analyst (check competitor changes)
330
+ 4. eeat-content-auditor (content quality assessment, if needed)
331
+
332
+ ### Scenario 3: Content Scaling Initiative
333
+ **Agents Required:** 4
334
+ 1. content-seo-strategist (keyword research, strategy)
335
+ 2. programmatic-seo-engineer (template development)
336
+ 3. schema-markup-engineer (programmatic schema)
337
+ 4. seo-analytics-specialist (monitor performance)
338
+
339
+ ### Scenario 4: Competitor Overtake Strategy
340
+ **Agents Required:** 5
341
+ 1. competitive-seo-analyst (identify gaps)
342
+ 2. content-seo-strategist (content strategy)
343
+ 3. link-building-specialist (backlink acquisition)
344
+ 4. schema-markup-engineer (capture SERP features)
345
+ 5. seo-analytics-specialist (track progress)
346
+
347
+ ---
348
+
349
+ ## Agent Communication Patterns
350
+
351
+ ### Sequential Workflows
352
+ - **Technical audit → Content strategy → Implementation**
353
+ - technical-seo-specialist → content-seo-strategist → programmatic-seo-engineer
354
+
355
+ - **Research → Creation → Validation**
356
+ - content-seo-strategist → (content creation) → eeat-content-auditor
357
+
358
+ ### Parallel Workflows
359
+ - **Comprehensive Audit (All at once)**
360
+ - technical-seo-specialist + eeat-content-auditor + schema-markup-engineer + seo-analytics-specialist
361
+
362
+ - **Content Launch (Simultaneous optimization)**
363
+ - schema-markup-engineer + technical-seo-specialist + link-building-specialist
364
+
365
+ ---
366
+
367
+ ## Notes
368
+ - All agents support CFN Loop Redis Completion Protocol
369
+ - Agents report confidence scores (0.0-1.0) for quality assurance
370
+ - Use multiple agents in parallel for comprehensive SEO initiatives
371
+ - Agents delegate out-of-scope work to appropriate specialists