What problem does it solve?
This Skill eliminates the guesswork of selecting and implementing the right autonomous workflow pattern for Claude Code, providing clear guidance for everything from simple daily scripted tasks to complex multi-agent large feature development.
Core Features & Use Cases
- 6 Proven Loop Patterns: Covers the full spectrum from low-complexity sequential
claude -p pipelines to high-complexity RFC-driven multi-agent DAG orchestration with merge queues.
- Production-Ready Workflows: Includes battle-tested patterns like the Continuous Claude PR Loop with CI failure recovery, cost/time limits, and cross-iteration context persistence.
- Use Case Example: A development team building a multi-unit authentication feature can use the Ralphinho DAG pattern to decompose the RFC into parallel work units, run tiered quality pipelines for each, and automatically merge conflict-free changes.
Quick Start
Use the autonomous-loops skill to recommend the optimal loop pattern for your project and generate a ready-to-run sequential pipeline that automates your daily development steps including implementation, cleanup, verification, and commit.