Ralph — автономный цикл кодинг-агента по PRD
★ 21.5K
Ralph is an autonomous AI-agent loop that repeatedly runs coding tools (Amp or Claude Code) until all PRD items are complete. Reach for it when you want to drive a project to completion through autonomous iterations: each iteration is a fresh agent instance with clean context, while memory persists via git history, a `progress.txt` file, and a `prd.json`, so the agent remembers progress between runs. It is based on Geoffrey Huntley's Ralph pattern. Its focus is an autonomous loop of coding-agent runs over a PRD task list with external memory, not the agent itself or a multi-agent orchestrator: the value is running the agent with clean context again and again until the PRD is done, keeping progress outside the session. In job it is close to ralph-claude-code, with the emphasis on PRD/progress files and clean context each iteration. It suits people who want to autonomously close out PRD items with an agent that has reproducible memory.
- #Coding Agent