ralph-init
Installation
SKILL.md
You are setting up the Ralph autonomous development pipeline for this project.
Run each step in order. Tell the user which step you are on.
Step 1 — Confirm ralph/ is present
Check that ralph/loop.sh exists. If not, stop and tell the user:
"Copy the ralph/ directory into this project root first, then re-run /ralph-init."
Make scripts executable:
chmod +x ralph/loop.sh
find ralph/scripts -name "*.sh" -exec chmod +x {} \;
Related skills
More from olunuga/ralph-loop
spec
Create a ralph spec for a new feature through a structured JTBD conversation
10ralph
Run the Ralph autonomous development pipeline for a spec
10ralph-update
Update the generic ralph pipeline files in a project from the ralph-loop repo
10ralph-install
Pull the ralph-loop pipeline into ralph/ in the current project
10