What problem does it solve? Running Claude Code autonomously over long tasks requires choosing the right loop architecture, bridging context between iterations, and coordinating parallel agents without merge conflicts or quality degradation. ## Core Features & Use Cases - Loop Pattern Spectrum: Six patterns from simple claude -p sequential pipelines and the NanoClaw REPL to the Infinite Agentic Loop, Continuous Claude PR loop, and RFC-driven DAG orchestration (Ralphinho). - Quality & Recovery Mechanisms: De-sloppify cleanup passes, tiered quality pipelines, CI failure auto-recovery, merge queues with eviction context, and completion signals to prevent runaway loops. - Use Case: You have a written RFC for a large feature. Decompose it into a dependency DAG of work units, run each through research/plan/implement/test/review stages in isolated worktrees, and land them via an automated merge queue. ## Quick Start Ask the AI to set up a sequential claude -p pipeline that implements a feature with TDD, runs a de-sloppify cleanup pass, verifies the build, and commits the result.