Initialize a PRD (Product Requirements Document) for structured ralph-loop execution
Creates PRD and progress files to structure tasks for ralph-loop execution.
/plugin marketplace add Yeachan-Heo/oh-my-claudecode/plugin install yeachan-heo-oh-my-claudecode@Yeachan-Heo/oh-my-claudecode[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}}