ralph-loop

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Ralph Loop

Ralph Loop

Complete setup for automated agent-driven development. Define features as user stories with testable acceptance criteria, then run AI agents in a loop until all stories pass.
自动化Agent驱动开发的完整设置。将功能定义为带有可测试验收标准的用户故事,然后循环运行AI Agent,直到所有故事都通过验收。

Prerequisites

前提条件

Complete these recipes first (in order):
请按顺序先完成以下配置:

AI Coding Agent Configuration

AI Coding Agent Configuration

Configure AI coding agents like Cursor, GitHub Copilot, or Claude Code with project-specific patterns, coding guidelines, and MCP servers for consistent AI-assisted development.
bash
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/agent-setup
配置AI编码Agent(如Cursor、GitHub Copilot或Claude Code),使其符合项目特定模式、编码规范和MCP服务器要求,以实现一致的AI辅助开发。
bash
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/agent-setup

Cookbook - Complete These Recipes in Order

操作手册 - 按顺序完成以下步骤

User Stories Setup

用户故事设置

Create a structured format for documenting feature requirements as user stories. JSON files with testable acceptance criteria that AI agents can verify and track.
bash
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/user-stories-setup
创建结构化格式,将功能需求记录为用户故事。使用JSON文件存储可测试的验收标准,以便AI Agent可以验证和跟踪。
bash
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/user-stories-setup

Working with User Stories

用户故事使用指南

Document and track feature implementation with user stories. Workflow for authoring stories, building features, and marking acceptance criteria as passing.
bash
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/using-user-stories
通过用户故事记录和跟踪功能实现流程。包含编写故事、开发功能以及标记验收标准为通过的工作流。
bash
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/using-user-stories

Ralph Agent Loop

Ralph Agent循环

Set up automated agent-driven development with Ralph. Run AI agents in a loop to implement features from user stories, verify acceptance criteria, and log progress for the next agent.
bash
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/ralph-setup
使用Ralph设置自动化Agent驱动开发。循环运行AI Agent,根据用户故事实现功能、验证验收标准,并记录进度供下一个Agent使用。
bash
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/ralph-setup