From rt
Runs Ralph autonomous loop to execute PRD stories from prds/*.json using git worktrees. Handles dependencies, iterative implementation, commits, and quality checks until complete.
npx claudepluginhub richtabor/agent-skills --plugin rtThis skill uses the workspace's default tool permissions.
Run the autonomous loop to execute features from `prds/` directory.
Autonomously loops Amp or Claude Code instances to complete all PRD stories from prd.json, persisting state via git commits, progress.txt, and prd.json.
Runs autonomous loop on GitHub Issues: selects PRDs, creates git worktrees, implements stories iteratively with dependency awareness, commits/closes issues, and creates PRs.
Initializes Ralph Loop infrastructure from approved Claude plans by creating .ralph/ with prd.json, loop.py, CLAUDE.md for autonomous multi-step execution.
Share bugs, ideas, or general feedback.
Run the autonomous loop to execute features from prds/ directory.
/ralph # Run next available project (respects dependencies)
/ralph 25 # Run with 25 iterations
/ralph auth-flow # Run specific project
Run the loop script in background mode:
~/.claude/skills/ralph/ralph.sh [iterations] [project-name]
Use run_in_background: true to prevent timeout. After starting, tell the user to check progress with tail -f <worktree>/.ralph-progress.txt.
../{repo}-{feature}/passes: falsefeat: [id] - [title]<promise>COMPLETE</promise>Ralph reads dependsOn from each PRD and enforces ordering:
{
"projectName": "Dashboard",
"dependsOn": ["auth-flow", "user-profile"]
}
Projects with incomplete dependencies are blocked. Ralph picks the first ready project alphabetically.
.json PRD file in .claude/plans/, plans/, or prds//ralph-json-create-issues to convert it