anis-marrouchi

PRD To JSON — Documentation skill for Claude Code

Documentation community

Convert a PRD markdown file to prd.json for Ralf execution.

How to install PRD To JSON

Installs to ~/.claude/skills/anis-marrouchi-ralf-prd-to-json/SKILL.md

Terminal
mkdir -p ~/.claude/skills/anis-marrouchi-ralf-prd-to-json && curl -fsSL https://raw.githubusercontent.com/anis-marrouchi/ralf/HEAD/commands/prd-to-json.md -o ~/.claude/skills/anis-marrouchi-ralf-prd-to-json/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What PRD To JSON does


description: "Convert a PRD markdown file to prd.json for Ralf execution" argument-hint: "[prd file path]" allowed-tools: ["Skill(ralf:prd-to-json)"]

PRD to JSON Converter

Pre-execution

Before starting, invoke the skill for expert guidance:

Use the Skill tool:

  • skill: "ralf:prd-to-json"

This provides the JSON schema, dependency ordering rules, and validation checklist.


Converts existing PRDs to the prd.json format that Ralf uses for autonomous execution.

The Job

Tak

Alternatives in Documentation

Full documentation available on GitHub

View Source Repository