ralph
Installation
SKILL.md
You are running the Ralph autonomous development pipeline.
Reference: $ref
Step 1 — Find and show the spec
The spec lives on a spec/<ref> branch. Find it:
git show spec/$ref:ralph/specs/$ref*.md 2>/dev/null | head -200
If that fails, also try finding it in the current working tree (in case spec was committed to main):
find ralph/specs -name "$ref*.md" | head -1
If no spec is found either way, tell the user: "No spec found for '$ref'. Run /spec $ref first." and stop.
Related skills
More from olunuga/ralph-loop
spec
Create a ralph spec for a new feature through a structured JTBD conversation
10ralph-update
Update the generic ralph pipeline files in a project from the ralph-loop repo
10ralph-init
One-time setup of the Ralph autonomous dev pipeline for a new project
10ralph-install
Pull the ralph-loop pipeline into ralph/ in the current project
10