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.
ralph-setup follows the SKILL.md standard. Use the install command to add it to your agent stack.
--- name: ralph-setup description: 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. --- # Ralph Agent Loop To set up Ralph Agent Loop, refer to the fullstackrecipes MCP server resource: **Resource URI:** `recipe://fullstackrecipes.com/ralph-setup` If the MCP server is not configured, fetch the recipe directly: ```bash curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/ralph-setup ```