snarktank

snarktank / ralph

#8
16,5031,632+691 todayTypeScript

Ralph是一个自主AI智能体循环,持续运行直至所有产品需求文档条目完成

📖 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...

📊 项目信息

语言
TypeScript
Stars
16,503
Forks
1,632
今日新增
+691
排名
#8
收录
总榜
趋势日期
2026年4月13日
最后推送
2026/2/2

📸 截图

ralph screenshot 1ralph screenshot 2