ralph-init
35
总安装量
35
周安装量
#5919
全站排名
安装命令
npx skills add https://github.com/yeachan-heo/oh-my-claudecode --skill ralph-init
Agent 安装分布
claude-code
32
opencode
27
gemini-cli
23
cursor
22
codex
20
Skill 文档
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
- Gather requirements via interactive interview or from the provided description
- Create PRD at
.omc/plans/prd-{slug}.mdwith:- Problem statement
- Goals and non-goals
- Acceptance criteria (testable)
- Technical constraints
- Implementation phases
- Link to Ralph so that
/oh-my-claudecode:ralphcan 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.