orchestrator:ralph

Create directory structure and configuration files for Ralph autonomous development loops.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/atournayre/claude-personas --skill orchestrator-ralph
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrator:ralph
Source: https://github.com/atournayre/claude-personas/tree/main/orchestrator/skills/ralph
Command: npx skills add https://github.com/atournayre/claude-personas --skill orchestrator-ralph

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the setup process for the Ralph autonomous development loop, ensuring the necessary directory structure and configuration files are in place for a new feature or project.

Core Features & Use Cases

  • Project Initialization: Creates the .claude/ralph/ directory and essential configuration files like ralph.sh.
  • Feature Scaffolding: Generates a dedicated directory for a specific feature, including a Product Requirements Document (PRD) and progress tracking.
  • Interactive PRD Brainstorming: Facilitates an AI-assisted brainstorming session to define feature objectives, user stories, and acceptance criteria.
  • Use Case: Before starting a new feature, use this Skill to quickly set up the Ralph environment, define the feature's scope interactively with the AI, and get the exact command to start the autonomous development loop.

Quick Start

Use the orchestrator:ralph skill to set up Ralph for a new feature named 'add-user-authentication' in the current project directory.

Frequently Asked Questions about orchestrator:ralph

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up an autonomous development loop for a new feature?

An autonomous development loop automates feature implementation by scaffolding the required directory structure and configuration files. This setup ensures user stories and technical constraints are documented interactively before execution begins.

Can I generate a Product Requirements Document interactively before starting development?

Yes, you can generate a Product Requirements Document interactively. The setup process facilitates an AI-assisted brainstorming session to define feature objectives, user stories, and acceptance criteria directly within the generated feature directory.

How do I scaffold a project for feature-specific development?

You scaffold a project for feature-specific development by running this Skill with a specified feature name and project path. It generates a dedicated directory for that feature, including the PRD and progress tracking files required for the autonomous loop.

Does the autonomous development loop setup require user confirmation before running scripts?

Yes, the autonomous development loop setup requires user confirmation for command execution. This safeguard prevents unintended script runs while creating the directory structure and configuration files.