How it works
- Wiggum loads the spec from
.ralph/specs/<feature>.md - Combines it with project prompts, guides, and context from
.ralph/ - Delegates to Claude Code (or your configured coding agent)
- The agent implements the feature, runs tests, and fixes failures in a loop
- When done, wiggum generates a summary with diff stats and activity log
Flags
Name of the feature spec to run. Must match a file in
.ralph/specs/.Run in a git worktree for isolation. Allows running multiple features in parallel without conflicts.
Resume from the last checkpoint if a previous run was interrupted.
AI model for the coding agent. Options depend on your provider (e.g.,
opus, sonnet for Anthropic).Maximum number of implement-test-fix cycles.
Maximum number of E2E test retries.
What happens after the loop completes:
manual— stops at PR creation, you review manuallyauto— creates PR and runs automated reviewmerge— creates PR, reviews, and auto-merges if approved

