ralph-tui-create-json

Convert markdown PRDs into structured JSON task files.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/RedClaus/cortex --skill ralph-tui-create-json-redclaus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph-tui-create-json
Source: https://github.com/RedClaus/cortex/tree/main/apps/cortex-avatar/ralph-tui/skills/ralph-tui-create-json
Command: npx skills add https://github.com/RedClaus/cortex --skill ralph-tui-create-json-redclaus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the conversion of Product Requirement Documents (PRDs) into structured JSON task files, enabling autonomous execution by tools like ralph-tui.

Core Features & Use Cases

  • PRD to JSON Conversion: Parses markdown PRDs to create executable task definitions.
  • Automated Task Generation: Extracts user stories, acceptance criteria, and dependencies into a machine-readable format.
  • Use Case: A product manager writes a PRD for a new feature. This Skill converts it into a prd.json file, which can then be fed to ralph-tui to automatically break down and execute the development tasks.

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 a JSON file for task automation?

Converting a markdown PRD to JSON involves parsing the document to extract user stories, acceptance criteria, and quality gates, then formatting them into a standardized JSON schema with defined dependencies and priorities for autonomous execution.

What is the best way to generate executable JSON tasks from Product Requirement Documents?

Generating executable JSON from PRDs requires extracting user stories and acceptance criteria, then transforming them into a machine-readable JSON object with defined dependencies and priorities to enable automated task management and execution.

Can I extract acceptance criteria and dependencies from a markdown PRD into structured JSON?

Extracting acceptance criteria and dependencies from a markdown PRD into structured JSON is possible by parsing the document to identify specific sections and transforming them into a standardized schema with defined priorities for task management.

Does ralph-tui-create-json require any specific dependencies to parse markdown PRDs?

Parsing markdown PRDs with this tool requires no specific dependencies, allowing you to directly extract user stories and quality gates to generate a structured JSON file suitable for autonomous execution by development tools.

When do I need to format PRDs into a standardized JSON schema for development tools?

Formatting PRDs into a standardized JSON schema is needed when you want to automate task execution, requiring the extraction of user stories and dependencies from markdown into a machine-readable format for development tools.