ralph

star 0

Convert markdown PRDs to JSON format for automated processing.

landonking-gif By landonking-gif schedule Updated 1/21/2026

name: ralph description: Convert markdown PRDs to JSON format for automated processing.

Ralph Conversion Skill

When given a markdown PRD file, convert it to JSON format with the following structure:

{ "title": "string", "overview": "string", "goals": ["array of strings"], "targetAudience": "string", "userStories": [ { "id": "unique id", "title": "string", "description": "string", "acceptanceCriteria": ["array of strings"] } ], "technicalRequirements": ["array"], "timeline": "string", "successMetrics": ["array"] }

Parse the markdown sections accordingly.

Install via CLI
npx skills add https://github.com/landonking-gif/King-ai-v2 --skill ralph
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
landonking-gif
landonking-gif Explore all skills →