Initialize a PRD (Product Requirements Document) for structured ralph-loop execution
Scanned 9/8/2026
Install to Claude Code
npx -y skills add agisota/old-one --skill ralph-init --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ralph Init?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agisota-ralph-init-old-one)More formats (shields.io, HTML) on the badges page.
---
name: ralph-init
description: Initialize a PRD (Product Requirements Document) for structured ralph-loop execution
---
# 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
1. **Gather requirements** via interactive interview or from the provided description
2. **Create PRD** at `.omx/plans/prd-{slug}.md` with:
- Problem statement
- Goals and non-goals
- Acceptance criteria (testable)
- Technical constraints
- Implementation phases
3. **Link to Ralph** so that `/ralph` can use the PRD as its completion criteria
4. **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).
- During the current compatibility window, Ralph `--prd` startup still validates machine-readable story state from `.omx/prd.json`.
- Legacy `.omx/prd.json` / `.omx/progress.txt` inputs migrate one-way into canonical artifacts, but canonical PRD markdown is not yet the startup validation source for `omx ralph --prd ...`.
## 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!