Ralph includes two powerful skills that work together to help you plan and execute features autonomously:Documentation Index
Fetch the complete documentation index at: https://mintlify.com/snarktank/ralph/llms.txt
Use this file to discover all available pages before exploring further.
- PRD Generator (
/prd) - Create detailed Product Requirements Documents - Ralph Converter (
/ralph) - Convert PRDs to the prd.json format for autonomous execution
What Are Skills?
Skills are specialized prompts that guide AI coding tools to perform specific tasks consistently. They provide:- Structured workflows - Step-by-step instructions for complex tasks
- Consistent output - Standardized formats and quality
- Reusability - Use the same skill across all your projects
- Auto-invocation - Skills trigger automatically based on your natural language requests
The Ralph Workflow
Ralph’s skills follow a three-step workflow:Generate a PRD
Use the
/prd skill to create a detailed requirements document. The skill asks clarifying questions and generates a structured markdown PRD saved to tasks/prd-[feature-name].md.Convert to Ralph format
Use the
/ralph skill to convert the markdown PRD into prd.json. This JSON format structures user stories for autonomous execution with proper dependencies and acceptance criteria.Why Two Skills?
The workflow is split into two skills for flexibility:- PRD Generator is human-readable and great for planning, discussion, and documentation
- Ralph Converter creates machine-readable JSON optimized for autonomous execution with strict size constraints and dependency ordering
Key Features
PRD Generator
- Interactive planning - Asks 3-5 clarifying questions with multiple-choice answers
- Structured output - Consistent sections: goals, user stories, acceptance criteria
- Small stories - Breaks features into implementable chunks
- Documentation-ready - Output is suitable for sharing with team members
Ralph Converter
- Dependency ordering - Ensures stories execute in the correct sequence (schema → backend → UI)
- Size validation - Splits large stories that won’t fit in one context window
- Verifiable criteria - Converts vague requirements into testable acceptance criteria
- Auto-archiving - Preserves previous runs when starting new features
Automatic Invocation
Both skills are automatically invoked when you use certain trigger phrases:PRD skill triggers: “create a prd”, “write prd for”, “plan this feature”, “requirements for”, “spec out”Ralph skill triggers: “convert this prd”, “turn this into ralph format”, “create prd.json from this”, “ralph json”
What’s Next?
Learn how to install and use each skill:- Installation - Install skills for Amp or Claude Code
- PRD Generator - Complete guide to creating PRDs
- Ralph Converter - Complete guide to converting PRDs to JSON

