From prd-builder
This skill should be used when the user asks to "create a PRD", "write product requirements", "build a product spec", "clone a product", "replicate a product", "generate a PRD for", "product requirements document", or needs to analyze an existing online product and produce a structured PRD markdown for building a clone of it.
How this skill is triggered — by the user, by Claude, or both
Slash command
/prd-builder:prd-generatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a comprehensive PRD markdown by analyzing an existing online product and planning a clone/replica with a modern tech stack.
Generate a comprehensive PRD markdown by analyzing an existing online product and planning a clone/replica with a modern tech stack.
Collect these from the user before starting. If either is missing, ask for it:
If at any point during the process confidence drops below 80% on any aspect (product features, architecture decisions, tech choices), stop immediately and ask the user targeted questions before continuing. Do not guess.
Use WebFetch and/or browser tools to analyze the product at the given URL. Extract:
Present findings to the user and confirm accuracy before moving on.
Based on the product analysis, recommend a modern tech stack. For each layer, suggest the latest proven technology and explain why:
Present the stack as a clear table and wait for user approval. The user may:
Do NOT proceed to PRD generation until the tech stack is explicitly approved.
Once the tech stack is approved, generate the full PRD using the template in references/prd-template.md. Read that file before generating.
Write the PRD as a markdown file to the outputs folder with the naming convention: PRD-{product-name}.md (kebab-case the product name).
Present the PRD file link to the user. Offer to:
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub flyingwebie/skills --plugin prd-builder