ralph-tui-create-json

Convert PRD markdown or text into a structured prd.json for ralph-tui.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/coreyepstein/mr-burns --skill ralph-tui-create-json-coreyepstein
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph-tui-create-json
Source: https://github.com/coreyepstein/mr-burns/tree/main/skills/ralph-tui-create-json
Command: npx skills add https://github.com/coreyepstein/mr-burns --skill ralph-tui-create-json-coreyepstein

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts product requirements documents (PRDs) into a ready-to-run prd.json bundle for ralph-tui, enabling autonomous task execution from structured PRD data.

Core Features & Use Cases

  • PRD to JSON conversion: Transforms user stories, acceptance criteria, and dependencies into a standardized prd.json format consumable by Ralph-TUI.
  • Branch and task scaffolding: Automatically derives a kebab-case branch name and initializes task structures for iteration.
  • Use Case: Given a PRD, generate a complete task set ready for execution by AI agents with proper priority, dependencies, and quality gates.

Quick Start

Run the skill on a PRD to generate a prd.json at ./tasks/prd.json and begin autonomous execution.

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 PRD into a structured JSON file for autonomous task execution?

To convert a PRD into structured JSON, this Skill processes markdown or text inputs and outputs a payload containing project details, branch names, user stories, acceptance criteria, and dependencies ready for autonomous execution.

What is included in the generated prd.json structure for task generation?

The generated prd.json structure includes project metadata, a kebab-case branch name, a description, and user stories populated with IDs, titles, acceptance criteria, priorities, and dependencies.

Does the PRD to JSON conversion support acceptance criteria with quality gates?

Yes, the PRD to JSON conversion appends quality gates per user story within the acceptance criteria and optionally includes browser verification steps specifically for UI-related stories.

How do I generate a branch name from a product requirements document?

Generating a branch name from a PRD is handled automatically during JSON conversion by deriving a standardized kebab-case branch name to scaffold and initialize task structures for iteration.

Can I use markdown PRDs as input for automated task scaffolding?

Yes, you can use markdown PRDs as input for automated task scaffolding; the conversion process specifically targets markdown or text inputs to produce the ready-to-run JSON payload.