prd-generator

Convert a product development plan into a structured PRD markdown document.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill prd-generator-jtvaris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prd-generator
Source: https://github.com/jtvaris/sunday-night-dynasty/tree/main/.agents/skills/product-development/prd-generator
Command: npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill prd-generator-jtvaris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Product teams spend hours drafting PRDs from plans; this skill automates that process by turning an input product plan into a structured PRD document.

Core Features & Use Cases

  • Generates a complete PRD with sections for features, user stories, acceptance criteria, metrics, and timelines.
  • Integrates input sources: product plan markdown, optional competitive analysis, and optional market research to enrich the PRD.
  • Outputs docs/PRD.md ready for review and sharing, with Given/When/Then style acceptance criteria.

Quick Start

Provide the product development plan markdown (product-plan-*.md) and I will generate docs/PRD.md.

Frequently Asked Questions about prd-generator

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

FAQPage Schema
How do I generate a PRD from a product plan automatically?

To generate a PRD from a product plan, provide your product plan markdown file as input. The skill converts it into a structured docs/PRD.md file with features, success metrics, and Given/When/Then acceptance criteria.

How do I write user stories with acceptance criteria in Given/When/Then format?

Writing user stories with acceptance criteria in Given/When/Then format is handled automatically during PRD generation. The skill parses your product plan and outputs structured user stories with corresponding acceptance criteria directly in the document.

Can I integrate competitive analysis and market research into my PRD?

Yes, you can integrate competitive analysis and market research into your PRD. When available, these optional inputs are applied to inform priorities, positioning, and success metrics within the generated document.

What format does the generated PRD use for sharing and review?

The generated PRD uses markdown format, outputting a ready-to-submit docs/PRD.md file. This structured markdown document includes features, user stories, success criteria, and non-functional considerations for direct team review.

Do I need any specific dependencies to create a PRD from a plan?

No specific dependencies are required to create a PRD from a plan. You only need to supply the product development plan markdown input to generate the structured requirements document.

What is the best way to structure non-functional requirements in a PRD?

The best way to structure non-functional requirements in a PRD is through dedicated sections. This skill automatically formats non-functional considerations alongside features and success criteria when processing your product plan.