ralph-init
15
总安装量
15
周安装量
#22183
全站排名
安装命令
npx skills add https://github.com/yeachan-heo/oh-my-codex --skill ralph-init
Agent 安装分布
opencode
15
gemini-cli
15
codex
15
cursor
15
replit
14
antigravity
14
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
/ralph-init "project or feature description"
Behavior
- Gather requirements via interactive interview or from the provided description
- Create PRD at
.omx/plans/prd-{slug}.mdwith:- Problem statement
- Goals and non-goals
- Acceptance criteria (testable)
- Technical constraints
- Implementation phases
- Link to Ralph so that
/ralphcan use the PRD as its completion criteria - Initialize/ensure canonical progress ledger at
.omx/state/{scope}/ralph-progress.json(session scope if active session exists)
Canonical source contract
- Canonical PRD source of truth is
.omx/plans/prd-{slug}.md. - Ralph progress source of truth is
.omx/state/{scope}/ralph-progress.json(session scope when available). - Legacy
.omx/prd.json/.omx/progress.txtinputs are compatibility-only and migrate one-way into canonical artifacts.
Output
A structured PRD file saved to .omx/plans/ that serves as the definition of done for Ralph execution.
Next Steps
After creating the PRD, start execution with:
/ralph "implement the PRD"
Ralph will iterate until all acceptance criteria in the PRD are met and architect-verified.