Skip to main content
wiggum init [options]
Scans your project and generates a .ralph/ directory with configuration, prompts, guides, and scripts tailored to your codebase.

What happens

A multi-agent AI system analyzes your project:
  1. Planning — creates an analysis plan based on detected files and config
  2. Parallel analysis — enriches context from source code while researching best practices for your stack
  3. Synthesis — merges results and detects relevant MCP servers
  4. Evaluation — validates and refines the output
Wiggum auto-detects 80+ technologies including frameworks, databases, ORMs, testing tools, deployment targets, and MCP server configurations.

Flags

--provider
string
default:"anthropic"
AI provider to use. Options: anthropic, openai, openrouter.
-i, --interactive
boolean
default:"false"
Stay in interactive TUI mode after init completes.
-y, --yes
boolean
default:"false"
Accept all defaults and skip confirmation prompts.

Examples

wiggum
# then type /init in the TUI

Output

Creates the .ralph/ directory. See configuration for the full file structure.