ralph.generate_phase2
Initializes Phase 2 by generating planning persona, worker loop script, config, and prompt files. Needs .ralph/prd.md present.
Instructions
Set up Phase 2: .ralph/phase2.sh (planning persona + worker loop), config.json with defaults, phase2-planner-prompt.md, phase2-worker-prompt.md, specs/, logs/. Phase 2 reads paths.projectPlan (default .ralph/prd.md). Ensure .ralph/prd.md exists first. Run bash .ralph/phase2.sh after setup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| planFile | No | Repo-relative path to the PRD or plan markdown (paths.projectPlan). Defaults to .ralph/prd.md if omitted. |