prd-schema

Validate prd.json files against the Ralph TUI schema.

91|9|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/GantisStorm/essentials-claude-code --skill prd-schema
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: prd-schema
Source: https://github.com/GantisStorm/essentials-claude-code/tree/main/essentials/skills/prd-schema
Command: npx skills add https://github.com/GantisStorm/essentials-claude-code --skill prd-schema

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured reference for the prd.json schema used by Ralph TUI, enabling teams to validate PRD files and prevent unsupported fields from entering the workflow.

Core Features & Use Cases

  • Schema reference for prd.json used in Ralph TUI pipelines to validate and enforce required fields.
  • Guidance for converting architectural plans into PRD JSON, including mapping of plan sections to PRD fields.
  • Quick checks to ensure the generated PRD adheres to the schema before running task loops or swarms.

Quick Start

Run the /prd-schema validate <path> command to verify a prd.json file against the Ralph TUI schema.

Frequently Asked Questions about prd-schema

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

FAQPage Schema
How do I validate a prd.json file for Ralph TUI workflows?▼

To validate a prd.json file, run the /prd-schema validate <path> command to check the structure against the Ralph TUI schema and reject unsupported fields before running task loops.

What fields are required in a Ralph TUI prd.json schema?▼

A Ralph TUI prd.json schema requires a name, description, and structured fields to properly define the product requirements document during plan-to-code pipelines.

How do I convert an architectural plan into a PRD JSON file?▼

Converting an architectural plan into a PRD JSON file requires mapping plan sections to corresponding prd.json fields, ensuring the generated output adheres to Ralph TUI schema constraints.

When do I need to validate prd.json files in a plan-to-code pipeline?▼

You need to validate prd.json files during plan-to-code pipelines when creating or reviewing PRD files to prevent unsupported fields from entering Ralph TUI task loops or swarms.

Does the Ralph TUI prd schema reject unsupported fields automatically?▼

Yes, Ralph TUI prd schema validation enforces structural constraints by actively rejecting unsupported fields, ensuring only compliant prd.json files proceed through the workflow.