ralph-local

Convert markdown PRDs into Ralph's prd.json schema with user stories.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/rhinkle/Mic-Feedback-Monitor --skill ralph-local
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph-local
Source: https://github.com/rhinkle/Mic-Feedback-Monitor/tree/main/.claude/skills/ralph-local
Command: npx skills add https://github.com/rhinkle/Mic-Feedback-Monitor --skill ralph-local

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Converts markdown PRDs into a Ralph-ready JSON structure with fields like project, branchName, description, and userStories.
  • Supports splitting large PRDs into smaller Ralph-ready stories according to defined guidelines.

Quick Start

Provide a PRD in markdown or text and run the converter to produce a Ralph-ready prd.json.

Frequently Asked Questions about ralph-local

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

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

Converting a markdown PRD into JSON requires transforming text descriptions into a structured schema with fields like project, branchName, description, and userStories, including strict acceptance criteria for each story.

What is the prd.json format structure needed for Ralph?

The prd.json format structures data into specific fields: project, branchName, description, and userStories, ensuring that each user story contains strict acceptance criteria for autonomous agent processing.

Can I split large PRDs into smaller JSON user stories?

Yes, splitting large PRDs into smaller JSON user stories is supported according to defined guidelines, allowing complex markdown documents to be broken down into manageable, Ralph-compatible individual stories.

Do I need strict acceptance criteria in my PRD JSON output?

Strict acceptance criteria are required in the PRD JSON output to ensure autonomous agents can properly validate and execute the defined user stories within the Ralph framework.

What are the limitations of converting text PRDs into Ralph-compatible JSON?

Limitations include relying on input markdown clarity to generate accurate user stories, as the conversion outputs a fixed schema of project, branchName, description, and userStories.