New Product Generator

VerifiedSafe

Generates all required data for creating a new product in an admin dashboard or product catalog. It asks the user for the product name, type, and brief description, then automatically produces a slug, compelling marketing descriptions, and pricing tiers. Helpful for speeding up product launches by eliminating manual content creation.

Sby Skills Guide Bot
DevelopmentIntermediate
1306/2/2026
Claude CodeCursorWindsurf
#product-management#admin-dashboard#content-generation#data-generation#ecommerce

Recommended for

Our review

This skill automatically generates all necessary data to create a new product for an admin dashboard or product catalog.

Strengths

  • Produces ready-to-use structured data (slug, descriptions, pricing tiers)
  • Tailors marketing content based on product type (free, paid, subscription)
  • Suggests realistic prices and detailed tier features

Limitations

  • Does not generate images or media assets
  • Suggested prices may need manual adjustment based on market
  • Description quality depends on the relevance of user answers
When to use it

Use this skill when you need to quickly add a new product to your catalog with consistent marketing data.

When not to use it

Avoid using it if you require highly specific content or automated integration into an existing database.

Security analysis

Safe
Quality score85/100

The skill only generates marketing text and pricing data based on user input; it does not perform any system-level operations, network access, or data exfiltration. No risky instructions.

No concerns found

Examples

Create a new product
Run /new-product to generate data for a new subscription-based project management tool.
Add a paid software product
/new-product I want to add a paid image editor with three pricing tiers.

name: new-product description: Generate all necessary data to create a new product for your admin dashboard or product catalog

New Product Generator

Instructions

When the user runs /new-product, ask them these questions one at a time using AskUserQuestion:

  1. Product Name: What is the name of the product?
  2. Product Type: Is this a Free download, Paid license, or Subscription?
  3. Brief Description: What does this product do? (1-2 sentences for the user to describe)

Then generate the following data automatically:

Generate These Fields:

  1. slug: Auto-generate from product name (lowercase, hyphens, no special chars)
  2. shortDescription: A compelling 1-sentence marketing description (max 150 chars)
  3. description: A full marketing description with:
    • Opening hook paragraph
    • Key features list (5-7 bullet points)
    • Who it's for paragraph
    • Call to action
  4. Pricing Tiers (for Paid/Subscription products):
    • Basic/Starter: Entry-level tier with core features
    • Pro/Plus: Mid-tier with additional features
    • Enterprise/Team: Premium tier with all features
    • Include 4-6 features per tier
    • Suggest realistic prices based on product type

Output Format:

Present the generated data in a clear format the user can copy:

PRODUCT DATA
=====================================

Name: [Product Name]
Slug: [generated-slug]
Type: [Free/Paid/Subscription]

Short Description:
[Generated short description]

Full Description:
[Generated full description with markdown formatting]

---

PRICING TIERS

Tier 1: [Name]
- Price: $XX
- Billing: [One-time / Monthly / Annual]
- Features:
  - Feature 1
  - Feature 2
  - Feature 3
  - Feature 4

Tier 2: [Name]
- Price: $XX
- Billing: [One-time / Monthly / Annual]
- Features:
  - All Basic features
  - Feature 5
  - Feature 6
  - Feature 7

Tier 3: [Name]
- Price: $XX
- Billing: [One-time / Monthly / Annual]
- Features:
  - All Pro features
  - Feature 8
  - Feature 9
  - Priority support

Guidelines:

  • Make descriptions professional and compelling
  • Use action verbs and benefit-focused language
  • Price suggestions should be realistic for software products:
    • Free: $0
    • Paid one-time: $19-$199 range
    • Subscriptions: $5-$50/month range
  • Features should be specific and valuable, not generic
  • For free products, still suggest feature lists for the product page

After generating, ask if the user wants any modifications before they copy the data.

Related skills