← Back to list

ralph-init
by Yeachan-Heo
Multi-agent orchestration for Claude Code. Zero learning curve. 28 agents, 28 skills, delegation-first architecture.
⭐ 1,751🍴 175📅 Jan 23, 2026
SKILL.md
name: ralph-init description: Initialize a PRD (Product Requirements Document) for structured ralph-loop execution user-invocable: true
Ralph Init Skill
[RALPH-INIT - PRD CREATION MODE]
What is PRD?
A PRD (Product Requirements Document) structures your task into discrete user stories for ralph-loop.
Your Task
Create .omc/prd.json and .omc/progress.txt based on the task description.
prd.json Structure
{
"project": "[Project Name]",
"branchName": "ralph/[feature-name]",
"description": "[Feature description]",
"userStories": [
{
"id": "US-001",
"title": "[Short title]",
"description": "As a [user], I want to [action] so that [benefit].",
"acceptanceCriteria": ["Criterion 1", "Typecheck passes"],
"priority": 1,
"passes": false
}
]
}
progress.txt Structure
# Ralph Progress Log
Started: [ISO timestamp]
## Codebase Patterns
(No patterns discovered yet)
---
Guidelines
- Right-sized stories: Each completable in one focused session
- Verifiable criteria: Include "Typecheck passes", "Tests pass"
- Independent stories: Minimize dependencies between stories
- Priority order: Foundational work (DB, types) before UI
After creating files, report summary and suggest running /oh-my-claudecode:ralph-loop to start.
Task to break down: {{ARGUMENTS}}
Score
Total Score
95/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
✓人気
GitHub Stars 1000以上
+15
✓最近の活動
1ヶ月以内に更新
+10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon
