Framework and prompts © Daniel Agrici, CC BY 4.0 — github.com/AgriciDaniel/flow
FLOW is an evidence-led SEO operating model built for the AI-search era. Claude SEO integrates the FLOW prompt library (41 prompts across 5 stages) so every analysis can be driven by structured, evidence-backed AI prompts rather than improvised queries.
Runtime context: Load references/flow-framework.md on every /seo flow activation.
Load prompt files on demand — only for the stage the user requests.
| Command | What it does |
|---|---|
/seo flow |
Show FLOW overview + stage menu |
/seo flow find [url|topic] |
Find-stage: keyword research, gap analysis, SERP intent mapping (5 prompts) |
/seo flow leverage [url] |
Leverage-stage: backlink strategy, off-site authority (1 prompt) |
/seo flow optimize [url] |
Optimize-stage: select 2-3 most relevant of 21 prompts based on context |
/seo flow win [url] |
Win-stage: BOFU, conversion rate, dual-surface scorecard (3 prompts) |
/seo flow local [url] |
Local-stage: GBP optimization, meta, title tags, local audits (11 prompts) |
/seo flow prompts |
Full index of all 41 prompts — stage, name, trigger conditions |
/seo flow sync |
Pull latest prompt files from github.com/AgriciDaniel/flow |
/seo flow (no sub-command)references/flow-framework.md
/seo flow find [url|topic]references/prompts/find/
/seo cluster <seed-keyword>"/seo flow leverage [url]references/prompts/leverage/
/seo backlinks <url>"/seo flow optimize [url]references/prompts/optimize/
/seo flow prompts
/seo content <url> and /seo geo <url>"/seo flow win [url]references/prompts/win/
/seo sxo <url>"/seo flow local [url]references/prompts/local/
/seo local <url> and /seo maps [command]"/seo flow promptsreferences/prompts/README.md
/seo flow syncpython scripts/sync_flow.py
The optimize stage has 21 prompts. Dumping all 21 is noise. Select by priority:
Always surface exactly 2-3 prompts. State which prompts you chose and why.
Load on-demand — do NOT load all at startup:
references/flow-framework.md — FLOW operating model (load on every /seo flow activation)references/bibliography.md — Evidence sources; load when citing studies or statisticsreferences/prompts/README.md — Prompt index; load for /seo flow prompts
references/prompts/find/ — 5 prompts; load for /seo flow find
references/prompts/leverage/ — 1 prompt; load for /seo flow leverage
references/prompts/optimize/ — 21 prompts; load selectively for /seo flow optimize
references/prompts/win/ — 3 prompts; load for /seo flow win
references/prompts/local/ — 11 prompts; load for /seo flow local
Every /seo flow activation (any sub-command) outputs before analysis:
Framework and prompts © Daniel Agrici, CC BY 4.0 — github.com/AgriciDaniel/flow
Do not omit or modify the attribution.
| Scenario | Action |
|---|---|
references/flow-framework.md missing |
"FLOW reference files not synced. Run: /seo flow sync" |
| Prompt file missing | "Run /seo flow sync to pull the latest prompts from the FLOW repo." |
sync_flow.py network error |
Display the script's stderr. Check rate limits: gh api rate_limit. |
sync_flow.py auth error |
Run gh auth login then retry. |