From ralph-starter
Runs autonomous AI coding loop with ralph-starter: checks project state, implements tasks from specs/GitHub/Linear/Notion/Figma issues, iterates code writing/validation/commits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ralph-starter:ralph-runThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run an autonomous coding loop using ralph-starter.
Run an autonomous coding loop using ralph-starter.
ralph_status tool to check the current project stateralph_run with the current project path to start the loop
auto: true for fully automated modecommit: true to auto-commit changesvalidate: true to run tests/lint/build between iterationsOptions:
task for a one-off task, or let it read from IMPLEMENTATION_PLAN.mdfrom to fetch specs from integrations: github, linear, notion, figmaproject and label to filter issues from GitHub or Linearnpx claudepluginhub multivmlabs/ralph-starter --plugin ralph-starterRuns Ralph Loop autonomous dev loop: reads PRD/checklist, implements/tests/commits one item per session via Stop Hook, auto-branches/ignores state. Trigger: autodev, ralph loop for overnight progress.
Generates feature specs, implementation plans with task checklists, and project loop infrastructure via interactive user interviews on scope, risk tolerance, and validation.
Initializes Ralph Loop infrastructure from approved Claude plans by creating .ralph/ with prd.json, loop.py, CLAUDE.md for autonomous multi-step execution.