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
Installs
10
First Seen
6 days ago