What problem does it solve?
Long SDD sessions accumulate stale context — hallucinated content, outdated decisions, and degraded performance. Ralph Loop enforces a hard context reset between iterations by persisting state in engram, ensuring each batch starts from a clean slate while preserving continuity.
Core Features & Use Cases
- Enforces one batch per iteration to avoid cross-task context leakage.
- Persists state externally (engram) to decouple agent context from long-running processes.
- Supports multi-phase SDD apply by spawning fresh agents for each phase and accumulating results.
- Provides a clear protocol for load, execute, save, and iterate with guardrails and decision logs.
Quick Start
Start a Ralph Loop by initializing the first iteration batch for your SDD change and letting the orchestrator spawn subsequent iterations with fresh context.