원클릭으로
ralph
Run Ralph autonomous agent loop or check Ralph status. Use /ralph to start autonomous development, /ralph status to check progress.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run Ralph autonomous agent loop or check Ralph status. Use /ralph to start autonomous development, /ralph status to check progress.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run quality checks and generate a comprehensive report. Use proactively before any git commit, after completing implementation work, or when the user asks about code quality.
Run TDD workflow actions — generate test specs, write failing tests, implement, refactor, check coverage.
Generate or update the PRD (prd.json) for maxsim-flutter development. Use when adding new features or re-planning stories.
Provides context about maxsim-flutter's available modules, architecture patterns, and configuration. Use when discussing Flutter project setup options.
| name | ralph |
| description | Run Ralph autonomous agent loop or check Ralph status. Use /ralph to start autonomous development, /ralph status to check progress. |
| disable-model-invocation | true |
| argument-hint | [{"action":"run|status|resume"}] |
Start the Ralph agent loop:
./ralph.sh --tool claude 25
This will autonomously iterate through prd.json stories, implementing one per iteration.
Check current Ralph progress:
prd.json — count completed vs remaining storiesprogress.txt — see what was done in recent iterationsIf Ralph stopped mid-run (max iterations or error):
progress.txt for last completed storyprd.json for next incomplete storyjq installed (sudo apt install jq)claude CLI in PATHprd.json exists with valid storiesnpm run build succeeds (project compiles)Ralph iterations follow TDD discipline:
npm run quality is run before marking any story completejest.config.mjs coverageThreshold.global must be met (never hardcode)While Ralph runs, you can:
progress.txt for real-time updatesprd.json for story completion status