gaia-create-prd

Coordinate PM subagent interviews to generate a prioritized PRD file.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gaiastudio-ai/gaia-public --skill gaia-create-prd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gaia-create-prd
Source: https://github.com/gaiastudio-ai/gaia-public/tree/main/plugins/gaia/skills/gaia-create-prd
Command: npx skills add https://github.com/gaiastudio-ai/gaia-public --skill gaia-create-prd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires resolve-config.sh, validate-gate.sh, checkpoint.sh, lifecycle-event.sh, and includes scripts (resource) components.

What problem does it solve?

PRD creation is a collaborative, multi-step process that benefits from guided facilitation and clear traceability. This skill orchestrates the PRD workflow by delegating authoring to the pm subagent (Derek) who conducts interviews, captures requirements, and produces the final artifact.

Core Features & Use Cases

  • Load the product brief, coordinate interviews with the pm subagent (Derek), and extract goals, constraints, and scope.
  • Structure and prioritize functional and non-functional requirements with unique IDs and acceptance criteria.
  • Generate and save the PRD to docs/planning-artifacts/prd.md using the prd-template.md (or a custom template if present).

Quick Start

Provide the path to your product brief and run the PRD creation workflow to generate docs/planning-artifacts/prd.md

Frequently Asked Questions about gaia-create-prd

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

FAQPage Schema
How do I create a PRD from a product brief using a structured workflow?

Creating a PRD involves loading your product brief and coordinating a guided discovery process with the PM subagent. This workflow extracts goals, conducts stakeholder interviews, and outputs a formal document to docs/planning-artifacts/prd.md.

How to structure functional and non-functional requirements with traceability?

Structuring requirements with traceability is achieved by deriving prioritized functional and non-functional needs from stakeholder interviews and assigning unique IDs. This enforces traceability back to the original product brief.

Can I use a custom template for product requirements document generation?

Yes, you can use a custom template for product requirements document generation. The workflow defaults to prd-template.md but automatically applies your custom template if one is available in the environment.

What is the best way to capture stakeholder requirements for product management?

The best way to capture stakeholder requirements is through structured stakeholder interviews. The PM subagent conducts these interviews during the guided discovery process to extract goals, constraints, and scope.

Does the PRD workflow support acceptance criteria for derived requirements?

Yes, the PRD workflow supports acceptance criteria for derived requirements. It structures and prioritizes both functional and non-functional requirements while embedding acceptance criteria directly into the final artifact.