autonomous-loops

Design and operate autonomous Claude Code loops across multiple agents.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/DarkCodePE/quipu --skill autonomous-loops-darkcodepe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autonomous-loops
Source: https://github.com/DarkCodePE/quipu/tree/main/docs/arquetipo/deliverables/skills/_optional/autonomous-loops
Command: npx skills add https://github.com/DarkCodePE/quipu --skill autonomous-loops-darkcodepe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designs and operates autonomous Claude Code loops across multiple agents to coordinate complex workflows without human intervention.

Core Features & Use Cases

  • Patterns coverage: Sequential Pipeline, NanoClaw REPL, Infinite Agentic Loop, Continuous Claude PR Loop, De-Sloppify, and Ralphinho / RFC-Driven DAG orchestration.
  • RFC-driven DAG decomposition and multi-agent parallelism with per-unit context windows.
  • Dedicated worktrees, merge queues, and eviction-based recovery for robust landings.
  • Separate context windows for each stage to reduce cross-contamination and improve guardrails.

Quick Start

Start with the Sequential Pipeline pattern by providing a spec file and letting Claude manage steps end-to-end.

Frequently Asked Questions about autonomous-loops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up autonomous Claude Code loops for multi-agent workflow orchestration?

Autonomous Claude Code loops coordinate complex workflows across multiple agents without human intervention by using pattern-based sequences and RFC-driven DAG orchestration. You provide a spec file, and the system manages end-to-end steps using separate context windows for each stage to reduce cross-contamination.

What is an RFC-driven DAG orchestration pattern for autonomous agents?

RFC-driven DAG orchestration decomposes large-scale feature development into multi-agent parallelism with per-unit context windows. It handles project scopes by mapping explicit dependency flows across agents, ensuring modular architecture and isolated execution environments for complex workflow automation.

How do I recover from CI failures or merge conflicts in a continuous Claude PR loop?

Continuous Claude PR loops recover from conflicts or CI failures using dedicated worktrees, merge queues, and eviction-based recovery. These robust merge strategies ensure stable landings by isolating failed branches and retrying integration without contaminating the main pipeline context.

When should I use a Sequential Pipeline vs an Infinite Agentic Loop?

Use a Sequential Pipeline for simple automation where Claude manages steps end-to-end from a spec file. Choose an Infinite Agentic Loop for continuous, open-ended task processing, and use the NanoClaw REPL pattern when you need interactive, isolated code execution within the workflow orchestration.

Do I need dedicated worktrees to run multi-agent autonomous workflows?

Yes, dedicated worktrees are required to satisfy the modular architecture constraints of autonomous loops. They provide separate context windows for each agent stage, reducing cross-contamination and enabling eviction-based recovery for robust merge strategies during complex workflow orchestration.