From orchestrator
Setup du loop autonome de développement Ralph. Crée la structure .claude/ralph/, génère le PRD interactivement ou pour une feature spécifique, et affiche la commande à exécuter. NE lance jamais ralph.sh automatiquement.
How this skill is triggered — by the user, by Claude, or both
Slash command
/orchestrator:ralphsonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Setup du loop autonome de développement Ralph. **Ce skill ONLY configure Ralph — l'utilisateur lance les commandes lui-même.**
Setup du loop autonome de développement Ralph. Ce skill ONLY configure Ralph — l'utilisateur lance les commandes lui-même.
| Flag | Description |
|---|---|
<project-path> | Chemin vers le projet (défaut: répertoire courant) |
-i, --interactive | Mode interactif: brainstorm PRD avec assistance IA |
-f, --feature <name> | Nom du dossier feature (ex: 01-add-auth) |
Extraire depuis $ARGUMENTS :
project_path : chemin projet (défaut: .)interactive_mode : true si -i ou --interactivefeature_name : valeur après -f ou --featuremkdir -p {project_path}/.claude/ralph
Créer les fichiers Ralph nécessaires :
ralph.sh : script principal du loopfeature_name fourniBrainstormer le PRD avec l'utilisateur via AskUserQuestion :
Créer {feature_dir}/prd.json avec les user stories formatées.
Setup Ralph terminé
Structure créée :
{project_path}/.claude/ralph/
Pour lancer Ralph :
bun run .claude/ralph/ralph.sh -f {feature_name}
.claude/ralph/ créée dans le projetnpx claudepluginhub atournayre/claude-personas --plugin orchestratorInteractive wizard generates Product Requirements Document (PRD), Ralph autonomous loop setup, task sets, and project structure from discovery questions. For /create-prd or project initialization.
Initializes Ralph Loop infrastructure from approved Claude plans by creating .ralph/ with prd.json, loop.py, CLAUDE.md for autonomous multi-step execution.
Ralph autonomous agent for iterative development with multi-PRD parallel support. Commands: '/ralph-ryan:prd' (create PRD), '/ralph-ryan:prep' (prepare), '/ralph-ryan:run' (execute), '/ralph-ryan:status' (overview). Triggers on: ralph prd, ralph prep, ralph run, ralph go, ralph status.