prd

Generates a Markdown PRD from feature descriptions via clarifying questions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kileroppo/AI-Coding-Guidance-Skills --skill prd-kileroppo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prd
Source: https://github.com/kileroppo/AI-Coding-Guidance-Skills/tree/main/skills/prd
Command: npx skills add https://github.com/kileroppo/AI-Coding-Guidance-Skills --skill prd-kileroppo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

A clear PRD prevents ambiguous requirements by converting a feature idea into structured, actionable plans that can be implemented without guesswork.

Core Features & Use Cases

  • Clarifying questions: Asks 3–5 critical, letter-option questions to resolve ambiguity before writing.
  • Implementation-ready PRD output: Produces a structured document with goals, user stories (with verifiable acceptance criteria), functional requirements, non-goals, and success metrics.
  • Non-implementation promise: Focuses exclusively on planning and explicitly avoids starting any implementation work.

Quick Start

Generate a PRD for your new feature by asking the AI to create the product requirements document for a feature idea, including any key constraints and how you define success.

Frequently Asked Questions about prd

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

FAQPage Schema
How do I generate a product requirements document from a feature idea?

To generate a product requirements document, provide a feature description and answer 3-5 clarifying questions. The system translates your answers into structured goals, user stories, functional requirements, non-goals, and success metrics saved as a Markdown file.

What should I include in a feature description to get a complete PRD?

A feature description for a complete PRD should include the core capability, key constraints, and how you define success. Providing these details upfront helps resolve ambiguity and ensures the generated document contains verifiable acceptance criteria.

Can I use this to spec out new projects without starting implementation?

Yes, you can spec out new projects without starting implementation. The process focuses exclusively on planning and explicitly avoids initiating any implementation work, producing a structured requirements document instead.

Does the generated PRD include user stories with acceptance criteria?

Yes, the generated PRD includes user stories with verifiable acceptance criteria. It structures the document to cover goals, functional requirements, non-goals, and success metrics to ensure implementation-ready planning.

What format is the product requirements document saved in?

The product requirements document is saved in Markdown format. The file is outputted under the tasks directory as prd-[feature-name].md, providing a structured and readable document for your feature planning.

Why does the PRD generation process ask clarifying questions before writing?

The PRD generation process asks 3-5 critical clarifying questions before writing to prevent ambiguous requirements. Resolving ambiguity upfront converts a feature idea into structured, actionable plans that can be implemented without guesswork.