← Back to list

ralph
by Mossaka
Claude Code skills collection
⭐ 0🍴 0📅 Jan 22, 2026
SKILL.md
name: ralph description: "Run iterative task execution using Claude in a loop to complete PRD tasks. Use when: (1) Executing multi-step PRDs autonomously, (2) Running Claude in a loop until tasks complete, (3) Automating incremental task completion with progress tracking, (4) User says 'run ralph' or 'ralph loop'."
Ralph Loop
Iterative task execution that runs Claude in a loop to complete PRD tasks autonomously.
Usage
~/.claude/skills/ralph/ralph <iterations> <prd_file> [progress_file]
Arguments:
iterations- Maximum loop iterationsprd_file- Path to PRD markdown fileprogress_file- Path to progress file (default: progress.txt in PRD directory)
Examples
~/.claude/skills/ralph/ralph 10 scripts/prd.md
~/.claude/skills/ralph/ralph 10 scripts/prd.md scripts/progress.txt
Each Iteration
- Find highest-priority task and implement it
- Run tests and type checks
- Update PRD with what was done
- Append progress to progress file
- Commit changes
Exit conditions:
- PRD outputs
<promise>COMPLETE</promise> - Max iterations reached
PRD Format
# PRD: Feature Name
## Goal
Brief description of objective.
## Tasks
- [ ] Task 1
- [ ] Task 2
## Success Criteria
1. Criterion 1
2. Criterion 2
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon