clay-new-product

Convert product ideas into structured PRD.md, PRD-MVP.md, and PRD-Phases.md artifacts.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/yoshisada/ai-repo-template --skill clay-new-product
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clay-new-product
Source: https://github.com/yoshisada/ai-repo-template/tree/main/plugin-clay/skills/clay-new-product
Command: npx skills add https://github.com/yoshisada/ai-repo-template --skill clay-new-product

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create PRDs for a new product or feature addition. Asks clarifying questions, then generates structured PRD artifacts. Supports three modes — multi-product repo (products/<slug>/), new product, and feature addition. Default output is products/<slug>/. Use when the user says "new product", "create a PRD", "PRD this", "add a feature", or similar.

Core Features & Use Cases

  • Clarifying questions at the start to determine scope and constraints.
  • Mode-based output: Mode A (product collection under products/), Mode B (single-product repo under docs/), Mode C (feature addition under products/SLUG/features/...), with 3 PRD artifacts created when applicable.
  • Uses provided templates (assets/PRD.template.md, assets/PRD-MVP.template.md, assets/PRD-Phases.template.md) to ensure consistent formatting, and supports sub-idea nesting via a parent slug when applicable.

Quick Start

Share your product idea and I will ask clarifying questions to generate the PRD artifacts.

Frequently Asked Questions about clay-new-product

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a PRD from a product idea?

To generate a PRD from a product idea, share your concept and the tool asks clarifying questions to determine scope, then outputs structured artifacts like PRD.md and PRD-MVP.md automatically.

What is the best way to structure product requirements for a multi-product repository?

The best way to structure product requirements in a multi-product repo is using the products/<slug>/ directory mode, which organizes PRD.md, PRD-MVP.md, and PRD-Phases.md files systematically.

How do I create a PRD for a feature addition to an existing product?

To create a PRD for a feature addition, the tool uses Mode C to place new artifacts under products/SLUG/features/ and supports sub-idea nesting via a parent slug for organized documentation.

Does this PRD generator work for single-product repositories?

Yes, this PRD generator works for single-product repositories by using Mode B, which outputs the generated PRD artifacts directly into the docs/ directory instead of the products/ folder.

What templates are used to ensure consistent PRD formatting?

The templates used to ensure consistent PRD formatting are assets/PRD.template.md, assets/PRD-MVP.template.md, and assets/PRD-Phases.template.md, which enforce a structured, frontmatter-driven workflow.

When do I need to generate an MVP PRD versus a phased PRD?

You need to generate an MVP PRD to define minimum viable scope and a phased PRD to map out long-term delivery, with the tool producing both alongside the main PRD.md when applicable.