{"content":"# Ralph Loop\n\nRun a coding agent in an autonomous loop via a /ralph slash command. A preflight check verifies every CLI is installed, linked, and authenticated, then the agent breaks a wide prompt into tasks with first-principles thinking and builds, tests, and ships each one through the dev workflow.\n\n## Prerequisites\n\nComplete these setup recipes first:\n\n- AI Coding Agent Configuration\n- Code Health, Linting & Formatting\n- Testing\n\n## Ralph Loop Workflow\n\nRun a coding agent in an autonomous loop via a /ralph slash command. A preflight check confirms every CLI is installed, linked, and authenticated before the agent breaks a wide prompt into tasks and builds, tests, and ships each one.\n\nInstall this skill so your agent retains these patterns for day-to-day work:\n\n```bash\nbunx skills add andrelandgraf/fullstackrecipes/skills -s ralph-loop-workflow\n```"}