What problem does it solve? Running Claude Code autonomously over long tasks requires choosing and wiring the right loop architecture, and ad-hoc setups often fail due to context loss between iterations, merge conflicts in parallel work, or low-quality output from unconstrained agents. ## Core Features & Use Cases - Loop Pattern Spectrum: Six documented architectures ranging 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 Patterns: The De-Sloppify cleanup pass, tiered complexity pipelines, separate reviewer context windows, and merge-queue eviction recovery with full conflict context. - Use Case: A team with a written RFC for a large feature decomposes it into dependency-ordered work units, runs each through research/plan/implement/test/review stages in isolated worktrees, and lands them via an automated merge queue. ## Quick Start Ask the agent 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.