ralph

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

17|1|Updated Nov 17, 2024
One-click install
npx skills add https://github.com/mifunedev/orchestra --skill ralph-mifunedev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph
Source: https://github.com/mifunedev/orchestra/tree/main/.claude/skills/ralph
Command: npx skills add https://github.com/mifunedev/orchestra --skill ralph-mifunedev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts PRDs into Ralph's prd.json format for autonomous execution.

Core Features & Use Cases

  • Converts markdown PRDs or plain text PRDs into Ralph's prd.json
  • Generates a branchName and integrated description for feature work
  • Produces a structured userStories array with verifiable acceptance criteria

Quick Start

Place your PRD in the Ralph workspace and run the converter to generate prd.json.

Frequently Asked Questions about ralph

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

FAQPage Schema
How do I convert a markdown PRD into a JSON format for autonomous execution?

To convert a markdown PRD into JSON format, place your PRD in the workspace and run the converter to generate prd.json. This process transforms plain text or markdown requirements into a structured format with a branchName, description, and userStories array suitable for autonomous feature work.

What is included in the generated prd.json structure for feature work?

The generated prd.json structure includes a branchName, an integrated description, and a structured userStories array. Every user story contains verifiable acceptance criteria and mandates that Typecheck passes, ensuring the requirements are ready for autonomous execution workflows.

Can I convert plain text PRDs or do I need to use markdown formatting?

You can convert both plain text PRDs and markdown PRDs into the prd.json format. The converter processes either input type to generate the required branchName, description, and structured userStories array with verifiable acceptance criteria for autonomous execution.

Does the converted prd.json support single-iteration autonomous workflows?

Yes, the converted prd.json supports one-iteration autonomous workflows. By generating verifiable acceptance criteria and including Typecheck passes in every user story, the output is structured to enable single-iteration execution of feature work.

Why does every user story in the converted prd.json need Typecheck passes?

Every user story requires Typecheck passes to ensure verifiable acceptance criteria for autonomous execution. Including Typecheck passes guarantees that the generated prd.json maintains code quality standards and produces verifiable results during one-iteration workflows.