Yeachan-Heo

ralph-init

Initialize a PRD (Product Requirements Document) for structured ralph-loop execution

Yeachan-Heo 35,701 3,255 Updated 3mo ago
GitHub

Install

npx skillscat add yeachan-heo/oh-my-claudecode/ralph-init

Install via the SkillsCat registry.

SKILL.md

Ralph Init

Initialize a PRD (Product Requirements Document) for structured ralph-loop execution. Creates a structured requirements document that Ralph can use for goal-driven iteration.

Usage

/oh-my-claudecode:ralph-init "project or feature description"

Behavior

  1. Gather requirements via interactive interview or from the provided description
  2. Create PRD at .omc/plans/prd-{slug}.md with:
    • Problem statement
    • Goals and non-goals
    • Acceptance criteria (testable)
    • Technical constraints
    • Implementation phases
  3. Link to Ralph so that /oh-my-claudecode:ralph can use the PRD as its completion criteria

Output

A structured PRD file saved to .omc/plans/ that serves as the definition of done for Ralph execution.

Next Steps

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.