← Back to list

ralph-methodology
by majesticlabs-dev
⭐ 18🍴 1📅 Jan 24, 2026
SKILL.md
name: ralph-methodology description: Technical mechanics for autonomous AI coding loops triggers:
- ralph
- autonomous loop
- iteration loop
Ralph Loop Mechanics
How It Works
- Start: User runs
/majestic-ralph:start "<prompt>" --max-iterations N --completion-promise "WORD" - Loop: Stop hook intercepts session exit, re-feeds same prompt
- Exit: Output
<promise>WORD</promise>to signal genuine completion
State File
Location: .claude/ralph-loop.local.yml
iteration: 1
max_iterations: 50
completion_promise: DONE
started_at: 2024-01-15T10:30:00Z
prompt: |
Your prompt here.
Can be multiline.
Completion Signal
Output exactly: <promise>YOUR_PHRASE</promise>
- Only output when genuinely complete
- Lying restarts the loop
- Max iterations is a hard stop
Safety Rules
| Rule | Reason |
|---|---|
| Idempotent operations | Migrations with IF NOT EXISTS, etc. |
| Non-interactive commands | No -i flags, no prompts |
| Clear exit criteria | Vague goals loop forever |
Monitoring
# Check iteration
grep '^iteration:' .claude/ralph-loop.local.yml
# Cancel loop
/majestic-ralph:cancel
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+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