Ralph Init
Initialize Ralph Agent in the current project
Initialize Ralph Agent
Set up the Ralph Agent directory structure in this project.
Model: This command uses Opus for thorough project setup.
Execution
Spawn a Task agent with model: "opus" and subagent_type: "planner" to initialize the project structure. The agent should follow the instructions below.
Instructions
-
Create the
.ralph/directory structure:.ralph/ ├── architecture/ ├── features/ ├── feedback/ └── templates/ -
Create
.ralph/progress.txtwith initial state:# Project — Progress Tracker ## Current State Feature: (none) Task: (none) Status: INITIALIZED Review Cycle: 0 Updated: [TODAY'S DATE] ## Feature Queue (Run /ralph-plan to populate from PRD) ## Deferred (none) ## Completed (This Feature) (none) ## Feature History (none) ## Blockers (none) ## Decisions (none) -
Report success and suggest next steps:
- For NEW projects: Create PRD.md, then run
/ralph:ralph-plan - For EXISTING projects: Run
/ralph:ralph-onboardto analyze codebase
- For NEW projects: Create PRD.md, then run
Output the created structure and next steps.