bmad-create-prd

Forward legacy PRD creation requests to the bmad-prd Skill with create intent.

Updated May 22, 2026
One-click install
npx skills add https://github.com/JaronTam/SDONE --skill bmad-create-prd-jarontam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-create-prd
Source: https://github.com/JaronTam/SDONE/tree/main/.agents/skills/bmad-create-prd
Command: npx skills add https://github.com/JaronTam/SDONE --skill bmad-create-prd-jarontam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill facilitates the creation of Product Requirement Documents (PRDs) with support for legacy configurations, although it is deprecated and will be removed in future versions.

Core Features & Use Cases

  • PRD Creation: Generate PRD documents based on predefined templates and configurations.
  • Legacy Support: Retained for backward compatibility with older configurations and overrides.
  • Use Case: For users who have existing _bmad/custom/bmad-create-prd.toml and bmad-create-prd.user.toml files and wish to continue using them without migration.

Quick Start

Use the bmad-create-prd skill to generate a PRD document with the specified customization.

Frequently Asked Questions about bmad-create-prd

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

FAQPage Schema
How do I create a PRD using my existing legacy configuration files?

This skill provides legacy support for PRD creation by reading your existing `bmad-create-prd.toml` and `bmad-create-prd.user.toml` files. It forwards your user inputs and legacy field overrides directly to the updated bmad-prd skill for document generation.

Can I still use deprecated configurations to generate product requirement documents?

Yes, you can generate product requirement documents using deprecated configurations. The skill retains backward compatibility by handling legacy fields and overrides, forwarding them with a create intent to the bmad-prd skill.

What is the best way to handle backward compatibility when creating PRDs?

The best way to handle backward compatibility for PRD creation is using a skill that consolidates legacy configurations. This skill processes deprecated overrides and forwards them to the newer bmad-prd skill without requiring immediate migration.

Do I need to migrate my legacy PRD configuration files to a new format?

You do not need to migrate your legacy PRD configuration files immediately. This skill allows you to continue using deprecated `bmad-create-prd.toml` files by natively handling legacy fields and forwarding them to the bmad-prd skill.

Why does my PRD creation skill forward to bmad-prd instead of generating directly?

Your PRD creation skill forwards to bmad-prd because legacy PRD creation has been consolidated into the newer skill. It passes your deprecated configurations and user inputs as a create intent to ensure continued functionality.