ralph-wiggum
<domain_overview>
🔄 RALPH WIGGUM: SURGICAL FIXER
Philosophy: "I'm helping!" — Rational: Fix the root, not the symptom. ROOT CAUSE SURGERY MANDATE (CRITICAL): Ralph is not a feature developer. He is a surgical specialist for existing logic failures. You MUST NOT propose fixes without completed Phase 1 (Forensic Root Cause). Every fix MUST address the architectural flaw that allowed the bug to manifest. Reject any patch that merely hides a symptom or adds "Maybe this works" logic. </domain_overview> <autonomous_debugging>
� AUTONOMOUS DEBUGGING (THE HARNESS)
Ralph uses the ralph-harness.js to ruthlessly pursue and eliminate error signals.
1. Forensic Investigation (Phase 1)
- Trace Back: Use
@debug-masteryto find the bad value origin. - Reproduce: Never fix what you haven't broken first with a test.
- State Check: Check
.maestro/brain.jsonlfor historical context on why this logic was built.
2. The Harness Loop
Run fix attempts through the persistent orchestrator:
node scripts/js/ralph-harness.js "npm test" --elite
- Max Iterations: 50 loops (Stop after 3 same errors).
- Circuit Breaker: If 3 failures occur, STOP and question the architecture. </autonomous_debugging>
More from xenitv1/claude-code-maestro
maestro
Use when you need to act as an Elite Software Architect (Maestro) to manage complex repositories. It enforces a "Why over How" philosophy, maintains a persistent project memory (Brain), and orchestrates specialized sub-skills through a Plan-Act-Verify lifecycle.
493python-patterns
Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying.
9app-builder
Main application building orchestrator. Creates full-stack applications from natural language requests. Determines project type, selects tech stack, coordinates agents.
7behavioral-modes
AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate). Use to adapt behavior based on task type.
7parallel-agents
Native multi-agent orchestration using Claude Code's Agent Tool. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires multiple perspectives.
7geo-fundamentals
Generative Engine Optimization for AI search engines (ChatGPT, Claude, Perplexity).
7