prd-generator

Generate a structured PRD with clarifying questions and save it to a markdown file.

Updated Dec 15, 2025
One-click install
npx skills add https://github.com/flight505/sdk-bridge --skill prd-generator-flight505
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prd-generator
Source: https://github.com/flight505/sdk-bridge/tree/main/skills/prd-generator
Command: npx skills add https://github.com/flight505/sdk-bridge --skill prd-generator-flight505

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Product teams often draft PRDs manually, which can be time-consuming and inconsistent. The PRD generator automates structured PRD creation to speed up planning and ensure a repeatable format.

Core Features & Use Cases

  • Clarifying questions: The skill asks 3-5 essential questions to resolve ambiguity before PRD creation.
  • PRD structure generation: It builds a complete PRD with sections such as Introduction, Goals, User Stories, Functional Requirements, Non-Goals, and Success Metrics.
  • Auto-saving: Saves the generated PRD to tasks/prd-[feature-name].md for easy versioning and handoff.
  • Triggers and scope: Activated when a feature description is provided or when a user asks to plan a feature, plan this feature, or specify requirements.
  • Non-implementation policy: Emphasizes that no code is produced during PRD creation; the output is a plan, not an implementation.

Quick Start

Describe your feature in plain language and the PRD generator will output a complete PRD saved to tasks/prd-[feature-name].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 structured PRD from a feature description?

To generate a structured PRD, provide a plain language feature description. The tool asks 3-5 clarifying questions to resolve ambiguity, then outputs a complete PRD with Introduction, Goals, User Stories, Functional Requirements, Non-Goals, and Success Metrics sections.

What sections are included in a standardized product requirements document?

A standardized product requirements document includes sections for Introduction, Goals, User Stories, Functional Requirements, Non-Goals, and Success Metrics. It also features verification-ready acceptance criteria to ensure completeness for planning workflows.

Can I use this to plan a feature without writing any code?

Yes, you can plan a feature without writing code. The generator enforces a strict non-implementation policy, ensuring the output is strictly a structured plan with specified requirements, not actual source code or technical implementation.

How are product requirements documents saved for team handoff?

Product requirements documents are automatically saved as markdown files to tasks/prd-[feature-name].md. This auto-saving mechanism ensures easy versioning and straightforward handoff to development teams.

What is the best way to resolve ambiguity before creating a PRD?

The best way to resolve ambiguity before creating a PRD is answering 3-5 essential clarifying questions generated by the tool. This ensures the final product specification accurately captures goals and functional requirements without missing context.