ralph-tui-create-json

Convert markdown PRDs into ralph-tui JSON task files.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/sandriaas/_dotfiles --skill ralph-tui-create-json-sandriaas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph-tui-create-json
Source: https://github.com/sandriaas/_dotfiles/tree/main/local/.claude/skills/ralph-tui-create-json
Command: npx skills add https://github.com/sandriaas/_dotfiles --skill ralph-tui-create-json-sandriaas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the conversion of Product Requirement Documents (PRDs) into a structured JSON format that the ralph-tui tool can directly execute, streamlining the development workflow.

Core Features & Use Cases

  • PRD to JSON Conversion: Parses markdown PRDs to create executable task files.
  • Automated Task Generation: Extracts user stories, acceptance criteria, and dependencies.
  • Quality Gate Integration: Appends defined quality gates to each user story's acceptance criteria.
  • Use Case: You have a detailed PRD for a new feature. This Skill transforms it into a prd.json file, allowing ralph-tui to autonomously break down and implement the feature, story by story.

Quick Start

Use the ralph-tui-create-json skill to convert the provided PRD markdown into a prd.json file.

Frequently Asked Questions about ralph-tui-create-json

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

FAQPage Schema
How do I convert a markdown PRD to JSON for autonomous task generation?

Converting a markdown PRD to JSON involves parsing user stories, acceptance criteria, and quality gates to produce a structured JSON object compatible with the ralph-tui execution engine.

What is the required JSON schema for ralph-tui task files?

The required JSON schema mandates 'name' and 'userStories' at the root level, with quality gates appended to the acceptance criteria of each user story to ensure strict adherence.

How do acceptance criteria and quality gates integrate during PRD parsing?

Acceptance criteria and quality gates integrate by appending the defined quality gates to each user story's acceptance criteria during the markdown to JSON conversion process.

Can I use this tool to automate development workflows from markdown requirements?

Yes, you can automate development workflows by transforming markdown PRDs into executable JSON task files that the ralph-tui engine directly processes for autonomous development.

Does the generated JSON support dependencies between user stories?

Yes, the generated JSON extracts dependencies alongside user stories and acceptance criteria from the PRD, structuring them into a flat JSON object for the ralph-tui execution engine.