ralph

Convert Markdown or text PRDs into Ralph's prd.json format.

114|13|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/jellydn/my-ai-tools --skill ralph-jellydn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph
Source: https://github.com/jellydn/my-ai-tools/tree/main/skills/ralph
Command: npx skills add https://github.com/jellydn/my-ai-tools --skill ralph-jellydn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts Product Requirement Documents (PRDs) into Ralph's prd.json format, enabling automated execution by Ralph's autonomous agent system.

Core Features & Use Cases

  • PRD to prd.json conversion: Transform Markdown or plain text PRDs into a Ralph-compatible project structure with branchName, description, and userStories.
  • Structured output: Generates a valid prd.json containing project, branchName, description, and userStories suitable for Ralph workflows.
  • Use Case: Given a PRD titled "Add user login," generate the corresponding prd.json in the Ralph directory to kick off autonomous tasks.

Quick Start

Provide a PRD (Markdown or text) and run the Ralph PRD Converter to produce prd.json in your Ralph directory.

Frequently Asked Questions about ralph

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

FAQPage Schema
How do I convert a PRD into prd.json for autonomous execution?

The Skill converts Markdown or plain text PRDs into a Ralph-compatible prd.json format, structuring them with project, branchName, description, and userStories fields for Ralph's autonomous agent execution.

What is the required structure for a Ralph prd.json file?

A Ralph prd.json file requires a specific structure containing project, branchName, description, and userStories fields. This format enforces single-iteration scope and typecheck validation to ensure autonomous execution compatibility.

Can I use plain text PRDs to generate Ralph project branches and user stories?

Yes, you can use plain text PRDs. The Skill accepts both Markdown and plain text Product Requirement Documents, transforming them into Ralph project branches and user stories for Ralph's agent system.

How to generate user stories from a PRD for Ralph workflows?

To generate user stories from a PRD, input your Markdown or text document into the converter. It outputs a valid prd.json containing structured userStories and project metadata suitable for Ralph workflows.

Does Ralph prd.json conversion enforce single-iteration scope and typecheck validation?

Yes, Ralph prd.json conversion enforces single-iteration scope and typecheck validation. This ensures the generated project branches and user stories satisfy the structural requirements for Ralph's autonomous agent.