snarktank

snarktank / ralph

#8
16,5031,632+691 todayTypeScript

Ralph is an autonomous AI agent loop that runs repeatedly until all PRD items are complete.

📖 README

RalphRalph is an autonomous AI agent loop that runs AI coding tools (Amp or Claude Code) repeatedly until all PRD items are complete. Each iteration is a fresh instance with clean context. Memory persists via git history, `progress.txt`, and `prd.json`.Based on Geoffrey Huntley's Ralph pattern.Read my in-depth article on how I use RalphPrerequisites • One of the following AI coding tools installed and authenticated: • Amp CLI (default) • Claude Code (`npm install -g @anthropic-ai/claude-code`) • `jq` installed (`brew install jq` on macOS) • A git repository for your projectSetupOption 1: Copy to your projectCopy the ralph files into your project:[代码块]Option 2: Install skills globally (Amp)Copy the skills to your Amp or Claude config for use across all projects:For AMP [代码块]For Claude Code (manual) [代码块]Option 3: Use as Claude Code MarketplaceAdd the Ralph marketplace to Claude Code:[代码块]Then install the skills:[代码块]Available skills after installation: • `/prd` - Generate Product Requir...

📊 Project Info

Language
TypeScript
Stars
16,503
Forks
1,632
Today
+691
Ranking
#8
Collection
Overall
Trending Date
April 13, 2026
Last Push
2/2/2026

📸 Screenshots

ralph screenshot 1ralph screenshot 2