Ralph Init
Initialize Ralph and generate PRD from a Rulebook task
Claude CodeGeneric
---
name: /ralph-init
id: ralph-init
category: Ralph
description: Initialize Ralph and generate PRD from a Rulebook task
---
**Usage**
/ralph-init --task
**Flags**
- `--task <id>` (REQUIRED) - Task ID to initialize (e.g., `parallel-test-execution`)
- `--verbose` (optional) - Show detailed PRD generation output
**What It Does**
- Reads task description from `.rulebook/ralph.json`
- Generates Product Requirements Document (PRD) with:
- Problem statement
- Solution approach
- Implementation phases
- Success criteria
- Risk assessment
- Prepares Ralph loop for autonomous iteration
- Shows PRD for review before running
**Examples**
```bash
/ralph-init --task parallel-test-execution
/ralph-init --task coverage-migration --verbose
Related Commands
/ralph-run- Execute the autonomous iteration loop/ralph-status- Check current loop status/ralph-history- View iteration history
References
Maintain Ralph Init?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[Ralph Init on getagentictools](https://getagentictools.com/loops/hivellm-ralph-init?ref=badge)