From fws-client-discovery
Identify and optimize FAQs using PAA mining, competitor analysis, and persona-driven questions. Generates JSON-LD schema markup and GEO-optimized answer guidelines. Triggers: "FAQ", "frequently asked questions", "PAA", "people also ask", "FAQ schema".
How this skill is triggered — by the user, by Claude, or both
Slash command
/fws-client-discovery:faq-researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Identify, organize, and optimize frequently asked questions for the client's website. Combines People Also Ask (PAA) extraction, competitor FAQ analysis, and meeting-derived questions into a structured FAQ strategy with JSON-LD schema markup and GEO optimization for AI citation.
Identify, organize, and optimize frequently asked questions for the client's website. Combines People Also Ask (PAA) extraction, competitor FAQ analysis, and meeting-derived questions into a structured FAQ strategy with JSON-LD schema markup and GEO optimization for AI citation.
Parse the meeting transcription for:
For each of the top 10-15 target keywords:
PAA Recording Format:
| Question | Source Keyword | Answer Format | Featured Snippet? | Priority |
|---|---|---|---|---|
| paragraph/list/table | yes/no | High/Med/Low |
For each competitor (from Step 2):
For each buyer persona (from Step 3):
Topic Group Structure:
| Group | Example Topics |
|---|---|
| Service/Product | What is [service]? How does it work? |
| Pricing/Cost | How much does [service] cost? |
| Process/Timeline | How long does it take? What's the process? |
| Qualifications | Why should I choose you? What certifications? |
| Comparison | How is this different from [alternative]? |
| Technical | What technology/methods do you use? |
| Results | What results can I expect? |
| Getting Started | How do I get started? What's the first step? |
Score each question:
| Factor | Weight | Scoring |
|---|---|---|
| Search visibility | 30% | Appears in PAA? Has search volume? |
| Conversion impact | 30% | Does answering this help close deals? |
| Content gap | 20% | Do competitors answer this but client doesn't? |
| Client frequency | 20% | Does the client hear this often? |
Priority tiers:
For each Must Have and Should Have question, specify:
Answer Structure:
GEO Optimization Rules (from CORE-EEAT):
Create FAQPage schema for all Must Have questions:
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "[Question text]",
"acceptedAnswer": {
"@type": "Answer",
"text": "[Concise answer text with key information]"
}
}
]
}
Schema Rules:
Recommend how to structure FAQ content across the site:
Option A: Centralized FAQ Page
Option B: Distributed FAQ Sections
Option C: Hybrid (Recommended)
Append to discovery-context.md:
Write findings to 07-FAQ-Research.md using the template.
npx claudepluginhub flyingwebie/skills --plugin fws-client-discoveryGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.