Skip to main content

10 posts tagged with "ralph-starter"

View All Tags

Automating entire workflows with ralph-starter

· 11 min read
Ruben Marcus
Creator of ralph-starter

ralph-starter is a CLI tool that orchestrates AI coding agents in autonomous loops. You give it a task (or point it at a GitHub issue, a Linear ticket, a Notion page), it runs the agent, checks if tests pass, if lint is clean, if build works. If something fails it feeds the error back to the agent and loops again. When everything passes it commits, pushes, and opens a PR.

Why I built ralph-starter

· 3 min read
Ruben Marcus
Creator of ralph-starter

Do you know when you have a GitHub issue with the full spec, and then you open Claude or ChatGPT, copy the issue, paste there, get code back, paste in your editor, run tests, something breaks, go back to chat, paste the error? I was doing this 20 times a day. Twenty. I counted.