chravel-ralph

Convert Chravel PRD markdown documents into Ralph's prd.json format.

2|1|Updated Jun 21, 2025
One-click install
npx skills add https://github.com/MeechYourGoals/Chravel --skill chravel-ralph
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chravel-ralph
Source: https://github.com/MeechYourGoals/Chravel/tree/main/.claude/skills/chravel-ralph
Command: npx skills add https://github.com/MeechYourGoals/Chravel --skill chravel-ralph

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the conversion of Chravel PRD markdown documents into Ralph's prd.json format, enabling autonomous multi-story execution for development tasks.

Core Features & Use Cases

  • PRD Conversion: Transforms Chravel PRD markdown into a structured JSON format required by the Ralph execution engine.
  • Story Mapping: Maps PRD fields like story ID, title, description, and acceptance criteria to the corresponding JSON fields.
  • Chravel-Specific Checks: Validates stories against Chravel's project structure and best practices (e.g., Supabase table order, mobile parity).
  • Use Case: After writing a new feature's PRD in markdown, use this skill to prepare it for automated development by Ralph.

Quick Start

Convert the PRD document located at tasks/prd-new-feature.md to Ralph's prd.json format.

Frequently Asked Questions about chravel-ralph

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

FAQPage Schema
How do I convert a PRD markdown document to Ralph JSON format?

To convert a PRD markdown document to Ralph JSON, this Skill maps fields like story ID, title, description, and acceptance criteria into the structured prd.json format required for autonomous multi-story execution.

What is Ralph JSON format used for in automated development?

Ralph JSON format, specifically prd.json, is used to drive autonomous multi-story execution for development tasks after transforming Chravel PRD markdown documents into a structured, machine-readable format.

Do I need to validate Supabase table order and mobile parity before converting PRD to JSON?

You do not need to manually validate these; the PRD to Ralph JSON conversion automatically checks Chravel project conventions, validating feature paths, data source order, authentication dependencies, and mobile parity.

How do I map story mapping fields from markdown to autonomous execution JSON?

Mapping story mapping fields from markdown to autonomous execution JSON involves transforming PRD fields like story ID, title, description, and acceptance criteria to the corresponding structured JSON fields for Ralph execution.

Can I initialize a progress file when converting PRD markdown to Ralph JSON?

You can initialize a progress file when converting PRD markdown to Ralph JSON; the conversion process automatically initializes this file to track the subsequent autonomous multi-story execution.