prd

Create, validate, and seed issues from Product Requirements Documents.

2|1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/hamchowderr/claude-plugins --skill prd-hamchowderr
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: prd
Source: https://github.com/hamchowderr/claude-plugins/tree/main/plugins/brainy/skills/prd
Command: npx skills add https://github.com/hamchowderr/claude-plugins --skill prd-hamchowderr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Managing and maintaining detailed Product Requirements Documents (PRDs) is often complex and time-consuming, leading to inconsistencies and overlooked details.

Core Features & Use Cases

  • Create scaffolds: Quickly generate PRDs based on a predefined schema to ensure consistency.
  • Audit existing PRDs: Validate PRDs against the schema to identify gaps or missing information.
  • Seed issues: Extract actionable items from Acceptance Criteria to facilitate development planning.
  • Use case: A product manager drafts a PRD, then uses the auditing function to verify completeness, and finally seeds development issues directly from Acceptance Criteria.

Quick Start

Run node prd-new.mjs "New Product" to create a new PRD template, then fill in details, audit with node prd-audit.mjs, and seed issues using node prd-seed.mjs "product-name".

Frequently Asked Questions about prd

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

FAQPage Schema
How do I create a structured Product Requirements Document template?▼

To create a structured Product Requirements Document, run `node prd-new.mjs "New Product" to generate a PRD scaffold based on a predefined schema, ensuring consistency across product specs.

How can I validate a PRD against schema standards?▼

You can validate a PRD against schema standards by running `node prd-audit.mjs`, which audits your existing document to identify gaps and missing information for product planning.

How do I extract actionable issues from acceptance criteria?▼

To extract actionable issues from acceptance criteria, run `node prd-seed.mjs "product-name"`, which seeds development tasks directly from your PRD to facilitate planning.

What is the best way to manage detailed product requirements without missing information?▼

The best way to manage detailed product requirements is using a schema-based approach to create, audit, and seed issues, ensuring completeness and tracking consistency across product teams.

Can I use Node.js scripts to automate product management workflows?▼

Yes, you can use Node.js scripts to automate product management workflows by generating PRD scaffolds, validating documents against schemas, and seeding actionable development issues.