From oh-my-claudecode
Initializes a Product Requirements Document (PRD) for structured ralph-loop execution. Creates a structured requirements file with problem statement, goals, acceptance criteria, and implementation phases.
How this skill is triggered — by the user, by Claude, or both
Slash command
/oh-my-claudecode:ralph-initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Initialize a PRD (Product Requirements Document) for structured ralph-loop execution. Creates a structured requirements document that Ralph can use for goal-driven iteration.
Initialize a PRD (Product Requirements Document) for structured ralph-loop execution. Creates a structured requirements document that Ralph can use for goal-driven iteration.
/oh-my-claudecode:ralph-init "project or feature description"
.omc/plans/prd-{slug}.md with:
IMPORTANT: This is a planning-only skill. After creating the PRD, you MUST stop and wait for user input. Do NOT automatically start execution, invoke ralph, or begin implementing the PRD. Simply tell the user the PRD path and how to start ralph with it.
A structured PRD file saved to .omc/plans/ that serves as the definition of done for Ralph execution.
After creating the PRD, start execution with:
/oh-my-claudecode:ralph "implement the PRD"
Ralph will iterate until all acceptance criteria in the PRD are met and architect-verified.
npx claudepluginhub realsigridjin/oh-my-claudecodeInteractive wizard generates Product Requirements Document (PRD), Ralph autonomous loop setup, task sets, and project structure from discovery questions. For /create-prd or project initialization.
Generates structured Product Requirements Documents through an interview, research, and approval workflow. Useful for planning features or projects before implementation.
Converts existing PRDs into structured prd.json for Ralph autonomous agent system, splitting work into right-sized, dependency-ordered stories.