skills/ralph-init/SKILL.md
Initialize a PRD (Product Requirements Document) for structured ralph-loop execution
npx skillsauth add mazenyassergithub/oh-my-claudecode ralph-initInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
[RALPH-INIT - PRD CREATION MODE]
A PRD (Product Requirements Document) structures your task into discrete user stories for ralph-loop.
Create .omc/prd.json and .omc/progress.txt based on the task description.
{
"project": "[Project Name]",
"branchName": "ralph/[feature-name]",
"description": "[Feature description]",
"userStories": [
{
"id": "US-001",
"title": "[Short title]",
"description": "As a [user], I want to [action] so that [benefit].",
"acceptanceCriteria": ["Criterion 1", "Typecheck passes"],
"priority": 1,
"passes": false
}
]
}
# Ralph Progress Log
Started: [ISO timestamp]
## Codebase Patterns
(No patterns discovered yet)
---
After creating files, report summary and suggest running /ralph-loop to start.
Task to break down: {{ARGUMENTS}}
data-ai
Activate maximum performance mode with parallel agent orchestration for high-throughput task completion
tools
QA cycling workflow - test, verify, fix, repeat until goal met
development
Test-Driven Development enforcement skill - write tests first, always
tools
Review a plan with Critic