prd

Generate structured PRDs with markdown and prd.json output.

1|Updated Mar 30, 2022
One-click install
npx skills add https://github.com/fcoury/config --skill prd-fcoury
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prd
Source: https://github.com/fcoury/config/tree/main/ai/skills/prd
Command: npx skills add https://github.com/fcoury/config --skill prd-fcoury

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of Product Requirements Documents (PRDs) and their machine-readable JSON counterparts, enabling AI agents to understand and execute product development tasks efficiently.

Core Features & Use Cases

  • Automated PRD Creation: Generates detailed, structured PRDs from feature ideas.
  • Import Existing PRDs: Converts existing markdown PRDs into a machine-readable format.
  • JSON Output: Produces prd.json for AI agent consumption, including user stories, acceptance criteria, and complexity.
  • Use Case: A product manager can use this skill to quickly generate a PRD for a new feature, which can then be handed off to an AI development team for implementation.

Quick Start

Generate a new PRD for the feature 'user authentication'.

Frequently Asked Questions about prd

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

FAQPage Schema
How do I generate a PRD from scratch for an AI coding agent?

To generate a PRD, provide a feature idea to the Skill. It asks discovery questions to gather requirements and produces both human-readable markdown and a machine-readable prd.json file optimized for AI agent execution.

Can I convert an existing markdown PRD into a JSON schema for AI agents?

Yes, you can import existing markdown PRDs into the Skill. It parses the text and converts the product documentation into a structured JSON format containing user stories and acceptance criteria for AI agent consumption.

What is a prd.json file and when do I need it for product management?

A prd.json file is a machine-readable output of Product Requirements Documents. You need it when handing off product development tasks to AI coding agents, enabling them to programmatically parse user stories and complexity metrics.

Does this PRD generation skill require any dependencies or prior setup?

No dependencies are required to use this skill. You only need to provide a feature description or existing markdown documentation to start generating structured PRDs and the corresponding JSON schema output.

What is the best way to structure product requirements for automated AI development?

The best way to structure product requirements for AI development is using a structured JSON schema. This skill generates a prd.json file containing user stories, acceptance criteria, and complexity metrics tailored for AI agent execution.

Why should I use a JSON schema for PRDs instead of standard markdown?

Using a JSON schema for PRDs allows AI coding agents to reliably parse and execute development tasks. While markdown is human-readable, the prd.json format provides structured data like acceptance criteria that agents need for implementation.