Intent Mining
Maps searcher intent behind queries, surfaces volume signals, and organizes keywords into actionable topic clusters. This is the starting point for any SEO or GEO campaign.
Quick Start
Mine intent for [topic] targeting [audience]
Find keyword clusters for [product/service] in [market]
What are the informational vs commercial intents for [keyword]?
Engine Contract
- Reads: user goals, audience definition, available tool data, prior strategy from hot cache
- Writes: a user-facing research brief plus a reusable summary for
memory/research/
- Promotes: durable keyword priorities, competitor facts, entity candidates to hot cache and decisions log
- Next handoff: emit a signal packet with objective, findings, evidence, open loops, keyword, and content type
Instructions
Run these six phases (announce each as [Phase X/6: Name]):
- Scope — clarify product, audience, geography, language, and business goal
- Harvest — collect seed keywords from core terms, problem statements, solution language, and audience vocabulary
- Expand — generate variations using modifiers (how to, best, vs, tools, templates, examples, year), question prefixes, and comparison patterns
- Classify — tag each keyword by intent: Informational (learn/know), Commercial (compare/buy), Transactional (purchase/signup), Navigational (brand/site)
- Prioritize — score each opportunity with
Priority = (Estimated Volume × Intent Value) / Difficulty, where Intent Value = 1/2/3/1 respectively
- Cluster — group related keywords into pillar topics and supporting cluster content; identify potential GEO questions (what is, how to, vs, best, why does)
Quality bar — every recommendation must have at least one specific metric or concrete qualifier. Generic advice must be rewritten with numbers or named examples.
Example
User: "Mine intent for a time-tracking app for freelancers"
Output (abbreviated):
- 120+ keywords mapped across 4 intent types
- 3 pillar topics: Freelancer productivity, Client billing workflows, Time management methods
- 18 high-priority opportunities with ~38K/month estimated volume
- GEO questions identified: "What is the best time tracker for freelancers?", "How to bill clients by the hour"
Deliverables
- Executive summary
- Quick wins (low difficulty, decent volume)
- Growth keywords (medium difficulty, high intent value)
- GEO question targets
- Topic cluster map
- Suggested content calendar
Next Best Engine
- Primary: landscape-scan — understand who already ranks
- Alternatives: white-space-finder, query-mapping
1---2name: intent-mining3description: Map searcher intent, volume signals, and topic clusters for SEO and GEO strategies. 搜索意图分析/意图挖掘4license: MIT5---67# Intent Mining89Maps searcher intent behind queries, surfaces volume signals, and organizes keywords into actionable topic clusters. This is the starting point for any SEO or GEO campaign.1011## Quick Start1213```14Mine intent for [topic] targeting [audience]15```1617```18Find keyword clusters for [product/service] in [market]19```2021```22What are the informational vs commercial intents for [keyword]?23```2425## Engine Contract2627- **Reads**: user goals, audience definition, available tool data, prior strategy from hot cache28- **Writes**: a user-facing research brief plus a reusable summary for `memory/research/`29- **Promotes**: durable keyword priorities, competitor facts, entity candidates to hot cache and decisions log30- **Next handoff**: emit a signal packet with objective, findings, evidence, open loops, keyword, and content type3132## Instructions3334Run these six phases (announce each as `[Phase X/6: Name]`):35361. **Scope** — clarify product, audience, geography, language, and business goal372. **Harvest** — collect seed keywords from core terms, problem statements, solution language, and audience vocabulary383. **Expand** — generate variations using modifiers (how to, best, vs, tools, templates, examples, year), question prefixes, and comparison patterns394. **Classify** — tag each keyword by intent: Informational (learn/know), Commercial (compare/buy), Transactional (purchase/signup), Navigational (brand/site)405. **Prioritize** — score each opportunity with `Priority = (Estimated Volume × Intent Value) / Difficulty`, where Intent Value = 1/2/3/1 respectively416. **Cluster** — group related keywords into pillar topics and supporting cluster content; identify potential GEO questions (what is, how to, vs, best, why does)4243**Quality bar** — every recommendation must have at least one specific metric or concrete qualifier. Generic advice must be rewritten with numbers or named examples.4445## Example4647**User**: "Mine intent for a time-tracking app for freelancers"4849**Output** (abbreviated):50- 120+ keywords mapped across 4 intent types51- 3 pillar topics: Freelancer productivity, Client billing workflows, Time management methods52- 18 high-priority opportunities with ~38K/month estimated volume53- GEO questions identified: "What is the best time tracker for freelancers?", "How to bill clients by the hour"5455## Deliverables5657- Executive summary58- Quick wins (low difficulty, decent volume)59- Growth keywords (medium difficulty, high intent value)60- GEO question targets61- Topic cluster map62- Suggested content calendar6364## Next Best Engine6566- **Primary**: [landscape-scan](discover/landscape-scan/SKILL.md) — understand who already ranks67- **Alternatives**: [white-space-finder](discover/white-space-finder/SKILL.md), [query-mapping](discover/query-mapping/SKILL.md)