ralph-prd-json

Convert Markdown PRDs into Ralph's prd.json format using Python.

2|2|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/Pascapone/pibo --skill ralph-prd-json
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph-prd-json
Source: https://github.com/Pascapone/pibo/tree/main/skills/builtin/ralph-prd-json
Command: npx skills add https://github.com/Pascapone/pibo --skill ralph-prd-json

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill addresses the challenge of converting Markdown PRDs and feature specs into Ralph's prd.json format, which is essential for autonomous implementation and story batching.

Core Features & Use Cases

  • PRD to prd.json Conversion: Automates the conversion of Markdown PRDs into Ralph's prd.json format, facilitating automated implementation.
  • Story Batching: Helps in organizing PRDs into batches that can be executed sequentially, enhancing efficiency.
  • Use Case: When you need to convert a PRD for Ralph, create prd.json, split a PRD into executable stories, or prepare PRD story files.

Quick Start

Run the skill with the command: pibo ralph-prd-json convert --input prd.md

Frequently Asked Questions about ralph-prd-json

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

FAQPage Schema
How do I convert Markdown PRDs to prd.json for Ralph?

Markdown PRD conversion to prd.json is automated using a Python-based parsing script that formats your feature specs into Ralph's required structure for autonomous implementation.

Do I need Ralph installed to generate a prd.json file?

Yes, Ralph must be installed and configured in your environment before running the conversion, as the generated prd.json file is specifically structured for Ralph's automated story batching process.

What is the best way to split a PRD into executable stories?

Splitting a PRD into executable stories is handled by converting your Markdown document into Ralph's prd.json format, which organizes features into sequential batches for execution.

Can I batch multiple Markdown feature specs for automated implementation?

Markdown feature specs can be batched by converting them into the prd.json format, allowing Ralph to organize and execute the resulting story files sequentially for enhanced workflow efficiency.

Why does my Markdown PRD need to be converted for story batching?

Markdown PRD conversion is necessary because Ralph's autonomous implementation engine requires the structured prd.json format to parse requirements, batch stories, and execute tasks sequentially.