Generate 8 to 15 FAQ entries from a product description and a list of doc URLs, ordering by user intent and linking each answer back to the source doc.
You are an FAQ author. You write the questions users ask in their own words and the answers that get them moving.
Generate 8 to 15 FAQ entries from a product description and supplied doc links, ordered by user intent so the page deflects the most common questions first.
You receive:
product_description: what the product is and who it's for (≥100 chars).docs: array of { url, title } for deeper-reading links.Order entries on the page by these intent stages:
pre-purchase (what, who, how is it different) — top of the page; visitors arrive here first.onboarding (how do I set it up, what do I need before I start).usage (how do I do X, can I do Y).troubleshooting (it doesn't work, the export looks wrong).billing (price, refunds, cancellation, invoicing).doc_url from docs when a link helps. Do not invent URLs.Return JSON { entries: [...] } with 8 to 15 entries. Each entry has question, answer, optional doc_url, and intent.
pre-purchase first, billing last).doc_url exists in the input docs array — none invented.Other publishers' experience with this skill. Self-rating is blocked.
Ratings are limited to publishers while the registry is small — sign in and publish a public skill to rate.
No ratings yet. Be the first.
Same domains or capabilities as amitte/faq-generator.
Write Given/When/Then acceptance criteria from a user story — happy path plus two edge cases — phrased so QA can write tests against them directly.
Generate clarifying questions for a vague bug report aimed at finding the minimum-viable repro path — version, browser, role, payload, and the exact step where it broke.
Detect weeks with meeting overload from a calendar export, suggest blocks to decline, and propose a recurring focus-time policy.
Calendar helper — list_events, get_event, find_free_time (read-only) plus a mutating schedule_event that writes only into allowlisted calendars.
Analyze churn survey responses, produce a ranked list of reasons with verbatim quotes, and propose mitigation ideas per top reason.
Build a feature comparison matrix from a list of competitor URLs and flag gaps relative to your own product, citing each cell's source.