ralph-tui-create-json

Convert markdown PRDs into ralph-tui-compatible prd.json files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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 use for autonomous task execution, streamlining the development workflow.

Core Features & Use Cases

  • PRD to JSON Conversion: Parses markdown PRDs to create prd.json files.
  • User Story Extraction: Identifies and structures user stories, including descriptions and acceptance criteria.
  • Quality Gate Integration: Automatically appends defined quality gates to each user story's acceptance criteria.
  • Dependency Management: Sets up task dependencies based on the PRD's implied or explicit order.
  • Use Case: You have a detailed PRD for a new feature. This skill transforms it into a prd.json file, ready to be fed into ralph-tui to break down the feature into manageable, executable tasks for an AI agent.

Quick Start

Use the ralph-tui-create-json skill to convert the PRD located at ./my-feature.md 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 automated task generation?

To convert a markdown PRD to JSON, this Skill parses user stories, acceptance criteria, and quality gates to generate a structured prd.json file for automated task generation. It structures project scope and dependencies for AI-driven development iterations.

What is the ralph-tui JSON format used for AI-driven development?

The ralph-tui JSON format defines project scope, dependencies, and actionable tasks extracted from a PRD. This structured prd.json file acts as the input scope for the ralph-tui task execution tool during autonomous AI development iterations.

How do I extract user stories and acceptance criteria from a PRD into JSON?

Extracting user stories and acceptance criteria from a PRD involves parsing the markdown document to identify descriptions and quality gates. The Skill automatically structures these elements and appends defined quality gates to each user story's acceptance criteria in the JSON output.

Can I automate task dependency management when converting a PRD to JSON?

Yes, you can automate task dependency management during PRD to JSON conversion. The Skill sets up task dependencies based on the PRD's implied or explicit order, structuring the execution sequence for the ralph-tui autonomous task execution tool.

Do I need a specific markdown structure to generate a ralph-tui prd.json file?

You need a markdown PRD containing user stories, acceptance criteria, and quality gates to generate a ralph-tui prd.json file. The Skill relies on these specific elements to accurately parse project scope and set up task dependencies for AI agents.