Initialize product requirements document
ralph-initskillsetup L1★1
ItsProGamer974/oh-my-codex ↗What it does
Initialize PRD and link progress ledger for structured ralph-loop execution
Best for
When you need a structured Product Requirements Document with testable acceptance criteria before running ralph-loop iteration.
Inputs
- · project or feature description string
Outputs
- · .omx/plans/prd-{slug}.md (PRD)
- · .omx/state/{scope}/ralph-progress.json (ledger)
Preconditions
- · working directory has .omx/ or it will be created
Failure modes
- · PRD slug collision (overwrites existing PRD)
- · Progress ledger not synced with PRD (legacy .omx/prd.json not auto-migrated)
Trust signals
- · PRD schema includes problem, goals, non-goals, acceptance criteria, constraints
- · Links canonical source (markdown) for long-term reference