What problem does it solve?
This Skill provides patterns, architectures, and operational guidance to run reliable autonomous Claude Code loops and multi-agent pipelines, preventing context drift, merge conflicts, and repeated CI failures across iterations.
Core Features & Use Cases
- Sequential Pipeline: Run isolated, ordered claude -p steps for deterministic CI-style workflows and small feature changes.
- NanoClaw REPL & Persistent Sessions: Maintain session history and continuity for interactive exploration and incremental work.
- Infinite Agentic Loop & Parallel Agents: Orchestrate spec-driven parallel generation with assigned creative directions to avoid duplication.
- Continuous Claude PR Loop: Create, test, auto-fix, and merge PRs with CI gate handling and shared cross-iteration notes.
- Ralphinho / RFC-Driven DAG: Decompose RFCs into dependency DAGs, run tiered quality pipelines per unit, and use a merge queue with eviction recovery.
- De-Sloppify Pattern: Add focused cleanup passes after implementation to remove test and code slop without constraining authors.
Quick Start
Create a sequential autonomous loop that implements the feature in docs/auth-spec.md, runs a de-sloppify cleanup pass, verifies tests and CI, and persists progress to SHARED_TASK_NOTES.md.