prd

Generate a structured PRD from a feature brief and save it to tasks/prd-[feature-name].md.

Updated Jan 18, 2026
One-click install
npx skills add https://github.com/thepriceisright/angainor --skill prd-thepriceisright
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prd
Source: https://github.com/thepriceisright/angainor/tree/main/skills/prd
Command: npx skills add https://github.com/thepriceisright/angainor --skill prd-thepriceisright

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams often struggle to translate vague feature ideas into clear, actionable product requirements. This skill generates a complete PRD from a brief description, ensuring alignment and traceability across stakeholders.

Core Features & Use Cases

  • Clarifying questions: Automatically asks 3-5 essential questions to resolve ambiguity and scope.
  • Structured PRD: Produces a complete PRD with sections (Introduction, Goals, User Stories, FRs, Non-Goals, etc.) and acceptance criteria.
  • Auto-save & traceability: Saves the generated PRD to tasks/prd-[feature-name].md for easy reference and versioning.

Quick Start

Describe the feature you want to document. The skill will ask clarifying questions and then generate a full PRD saved as tasks/prd-[feature-name].md.

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 a feature brief?

To generate a PRD from a feature brief, describe your feature idea and answer 3-5 clarifying questions. The tool then outputs a structured PRD with goals, user stories, and acceptance criteria, saving it automatically as a markdown file.

What should be included in product requirements documentation?

Product requirements documentation should include an introduction, goals, user stories with acceptance criteria, functional requirements, non-goals, and design considerations. Generating these sections ensures alignment and traceability across stakeholders for new features.

How do I write user stories with acceptance criteria for a new project?

Write user stories with acceptance criteria by defining the feature brief and answering targeted clarifying questions. The generated PRD structures these elements to ensure actionable development requirements and clear project scope boundaries.

Can I define non-goals and design considerations when planning a new feature?

Yes, you can define non-goals and design considerations when planning a new feature. The generated PRD explicitly includes these sections to establish strict project scope boundaries and guide technical implementation alongside functional requirements.

How are vague feature ideas turned into actionable product requirements?

Vague feature ideas are turned into actionable product requirements by prompting 3-5 essential clarifying questions. This resolves ambiguity and scope upfront, allowing the generation of a comprehensive, structured PRD for stakeholder alignment.

Where are generated product requirement documents saved?

Generated product requirement documents are saved automatically to the tasks directory as markdown files. Specifically, the PRD is stored as tasks/prd-[feature-name].md, ensuring easy reference and versioning for your project planning.