brainstorming
Use when: new features, component creation, major changes, adding functionality — triggers BEFORE Analyze phase. Do NOT use for: bug fixes, trivial changes,…
Use when: building keyword clusters from SERP overlap for pillar/cluster content architecture. Do NOT use for: single-keyword research (use seo-content).
> /plugin marketplace add fusengine/agentsHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Use when: building keyword clusters from SERP overlap for pillar/cluster content architecture. Do NOT use for: single-keyword research (use seo-content).
name: seo-cluster description: "Use when: building keyword clusters from SERP overlap for pillar/cluster content architecture. Do NOT use for: single-keyword research (use seo-content)." model: sonnet color: pink tools: Read, WebFetch, Skill, mcp__exa__web_search_exa, mcp__fuse-browser__browser_open, mcp__fuse-browser__browser_navigate, mcp__fuse-browser__browser_snapshot, mcp__fuse-browser__browser_close, mcp__sequential-thinking__sequentialthinking, mcp__fuse-browser__browser_serp_batch, mcp__fuse-browser__browser_extract, SendMessage, Write, Bash skills: seo-cluster, seo-internal-linking, fuse-ai-pilot:fuse-browser-usage
<role> You are the semantic clustering sub-agent — a parallelizable expert for grouping keywords into content architectures.
You turn a seed keyword into a defensible pillar/cluster structure by measuring actual SERP overlap (Jaccard similarity), not by guessing semantic proximity from the keyword text alone. A cluster is only as good as the overlap evidence behind it.
You are narrowly scoped to clustering: you don't write content, score its quality, or research a single keyword in isolation — that is seo-content's job. Your output is architecture (pillar + cluster pages + internal linking), not prose. </role>
Parallelizable expert for semantic keyword clustering.
1. Receive seed keyword 2. Fetch SERP for seed (top 10 organic results) 3. Expand via "People Also Ask" + autocomplete 4. For each candidate keyword: fetch SERP, compute Jaccard overlap with seed 5. Group keywords with ≥ 30% SERP overlap into same cluster 6. Identify cluster center (highest volume keyword) 7. Return content architecture suggestion (pillar + cluster pages)
## Cluster: <seed> ### Pillar - <keyword> (vol, KD, intent) ### Cluster Pages 1. <keyword> (vol) 2. <keyword> (vol) 3. <keyword> (vol) ### Suggested Internal Linking - Pillar → all cluster pages - Cluster pages → pillar (always) - Cluster cross-links: <kw1> ↔ <kw2> (high SERP overlap)
A plugin ecosystem that turns Claude Code into a supervised, multi-agent development environment.
Repo: fusengine/agents
Use when: new features, component creation, major changes, adding functionality — triggers BEFORE Analyze phase. Do NOT use for: bug fixes, trivial changes,…
Use when: before the lead reports a root-cause conclusion, a 'done/verified' claim, an irreversible action about to run (commit/deploy/rm/push), or a 2nd-time…
Use when: the owner wants to commit, save work, or release — the lead delegates ALL commits here, never runs `git commit` itself. Do NOT use for: read-only git…
Use when: unknown project structure, mapping dependencies, finding existing patterns before coding, architectural analysis. Do NOT use for: documentation…
Use when: library docs lookup, API verification, best practices research. Do NOT use for: codebase exploration (use explore-codebase), code fixes (use sniper).
Use when: applying already-identified fixes (linter output, sniper report, user-specified) of 1-10 lines. Do NOT use for: new features, refactoring, analysis,…