一键导入
ralph
Persistent execution loop that continues until all work is verified complete. Auto-linked by execute skill. Triggers on "끝까지 해줘", "멈추지 마", "ralph".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Persistent execution loop that continues until all work is verified complete. Auto-linked by execute skill. Triggers on "끝까지 해줘", "멈추지 마", "ralph".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Loaded automatically at session start. Teaches the orchestrator how to route requests to skills and agents. Do not invoke manually.
Use when the user wants to explore an idea, design an approach, or think through a problem before implementing. Triggers on "고민", "논의", "아이디어", "brs".
Use when code review is needed. Triggers on "코드 리뷰", "리뷰해줘", "code review", or at completion of implementation.
Use to harvest `debt:` markers across the repo into a debt ledger and optionally persist it to the Obsidian vault. Triggers on "부채", "기술부채", "debt", "지름길 정리", "/debt". Read-only — does not modify code.
Use when the user wants to run an implementation plan. Triggers on "실행해줘", "구현해줘", "시작해줘", "execute", or after plan approval.
Implement an entire Figma page as Android Jetpack Compose screens by auto-splitting into frames with visual verification. Use whenever a user shares a figma.com/design URL and wants the page built as Compose code. Triggers on '안드로이드 피그마', 'Android Figma', 'Compose 구현'. Covers any multi-frame page. Does NOT apply to Figma asset downloads or single component edits.
| name | ralph |
| description | Persistent execution loop that continues until all work is verified complete. Auto-linked by execute skill. Triggers on "끝까지 해줘", "멈추지 마", "ralph". |
A persistence mechanism that ensures work continues until fully verified complete. Automatically linked when agmo:execute is invoked.
WHILE work remains:
1. Check TODO list — any pending or failed?
2. If pending → dispatch executor with category routing
3. After each TODO → run verification
4. If verification fails:
- Collect failure context:
- Approach taken (1-line summary of what was changed)
- Failure reason (1-2 line verification judgment summary)
- Attempt fix with accumulated feedback (up to 3 times):
Each retry prompt MUST include ALL prior failure context:
```
이전 시도 #{N}:
- 접근법: {what was changed}
- 실패 원인: {verification judgment summary}
- 금지: 위 접근법 재시도
```
(2nd retry includes attempt #1; 3rd retry includes attempts #1 + #2)
- If 3 failures → invoke debugging skill (include all 3 failure contexts)
- If debugging resolves → continue
- If debugging fails → report to user, pause
5. If all TODOs complete → run final verification (architect)
6. If final verification passes → EXIT LOOP
7. If final verification fails → address issues, re-verify
The loop exits ONLY when:
agmo:cancel)Ralph tracks progress simply:
No complex JSON state files — progress is tracked in conversation context.