Générateur de Nouveau Produit

VérifiéSûr

Génère automatiquement les données nécessaires à la création d'un nouveau produit pour un tableau de bord administratif ou un catalogue. Interroge l'utilisateur sur le nom, le type et une brève description, puis produit un slug, des descriptions marketing complètes et des grilles tarifaires cohérentes. Utile pour accélérer la mise en ligne de produits en éliminant la rédaction manuelle.

Spar Skills Guide Bot
DeveloppementIntermédiaire
12002/06/2026
Claude CodeCursorWindsurf
#product-management#admin-dashboard#content-generation#data-generation#ecommerce

Recommandé pour

Notre avis

Ce skill génère automatiquement toutes les données nécessaires pour créer un nouveau produit dans un tableau de bord d'administration ou un catalogue.

Points forts

  • Produit des données structurées prêtes à l'emploi (slug, descriptions, grilles tarifaires)
  • Personnalise les contenus marketing en fonction du type de produit (gratuit, payant, abonnement)
  • Propose des prix réalistes et des fonctionnalités détaillées par palier

Limites

  • Ne génère pas d'images ni de ressources médiatiques
  • Les prix suggérés peuvent nécessiter un ajustement manuel selon le marché
  • La qualité des descriptions dépend de la pertinence des réponses de l'utilisateur
Quand l'utiliser

Utilisez ce skill lorsque vous devez ajouter rapidement un nouveau produit à votre catalogue avec des données marketing cohérentes.

Quand l'éviter

Évitez de l'utiliser si vous avez besoin d'un contenu très spécifique ou d'une intégration automatisée dans une base de données existante.

Analyse de sécurité

Sûr
Score qualité85/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.

Aucun point d'attention détecté

Exemples

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.

Skills similaires