bash From your project root mkdir -p scripts/ralph Copy the shell loop cp /path/to/ralph/ralph.sh scripts/ralph/ Copy prompt template for your tool: cp /path/to/ralph/prompt.md scripts/ralph/prompt.md # For Amp OR cp /path/to/ralph/CLAUDE.md scripts/ralph/CLAUDE.md # For Claude Code chmod +x scripts/ralph/ralph.sh bash cp -r skills/prd /.config/amp/skills/ cp -r skills/ralph /.config/amp/skills/ bash /plugin marketplace add snarktank/ralph /plugin install ralph-skills@ralph-marketplace Load the prd skill and create a PRD for [your feature description] Load the ralph skill and convert tasks/pr…