← スキル一覧に戻る

ralph-loop
by rstacruz
⭐ 6🍴 1📅 2026年1月24日
SKILL.md
name: ralph-loop description: A "ralph loop" iterates through a plan in a ticket-by-ticket basis. Use this when use specifically asks for a "ralph loop".
Ralph loop
Pre-requisites:
- Ensure there is a PRD as a Markdown file (
artefacts/prd.mdby default) - Ensure the PRD has tickets
- Ensure tickets have acceptance criteria
- Ensure there is a progress file (
artefacts/progress.md) - create an empty one if not
Workflow:
- Spawn an agent:
- Spawn a @general agent to do the instructions in
<skill_dir>/once.md - Use its instructions in verbatim, but change the file paths if needed
- Include additional instructions / preamble if given by user
- Ensure all plan files are included (eg, PRD, TDD)
- Spawn a @general agent to do the instructions in
- Verify commit:
- Verify that the agent created a git commit, create one if it didn't
- Assess completeness:
- If the agent reports all PRD tasks are done ("PRD_COMPLETE"), stop
- Otherwise, repeat step 1 (up to 10 times max iterations)
Guidelines:
- Only 1 iteration per agent. Do not ask agent to do more than 1
- Use new agent sessions (eg, don't reuse session_id) - unless otherwise specified
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です