autonomous-loops

Orchestrate autonomous Claude Code loops as sequential pipelines or RFC-driven DAGs.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/sakamoto-family-smile/agent_monorepo --skill autonomous-loops-sakamoto-family-smile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autonomous-loops
Source: https://github.com/sakamoto-family-smile/agent_monorepo/tree/main/.claude/skills/ecc/autonomous-loops
Command: npx skills add https://github.com/sakamoto-family-smile/agent_monorepo --skill autonomous-loops-sakamoto-family-smile

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Patterns and architectures for running Claude Code loops autonomously, enabling teams to design pipelines that operate with minimal human intervention and reduced context switching.

Core Features & Use Cases

  • Architecture patterns for sequential pipelines, NanoClaw-like sessions, infinite agentic loops, continuous Claude PR loops, de-sloppify passes, and RFC-driven DAG orchestration.
  • Guidance for per-stage separation of concerns, isolated context windows, and merge-queue landings with eviction recovery to maintain quality and traceability.
  • Use cases include end-to-end feature development workflows, multi-agent collaboration, and automated iteration management across complex software projects.

Quick Start

Run an autonomous loop using the Sequential Pipeline pattern to execute a feature from planning through validation.

Frequently Asked Questions about autonomous-loops

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

FAQPage Schema
How do I orchestrate autonomous Claude Code workflows for end-to-end feature development?

Autonomous Claude Code workflows are orchestrated by running sequential pipelines or RFC-driven DAGs that automate feature development from planning through validation with minimal human intervention. This Skill provides architecture patterns for reproducible development pipelines, ensuring per-stage context isolation and robust merge strategies.

What is an RFC-driven DAG in multi-agent pipeline orchestration?

An RFC-driven DAG in multi-agent orchestration is a directed acyclic graph pattern where Claude Code loop stages are defined by an RFC document, enabling complex feature workflows to execute autonomously with traceable context isolation and merge-queue landings.

Can I use sequential pipelines for continuous Claude PR loops with merge-queue recovery?

Yes, sequential pipelines support continuous Claude PR loops by applying architecture patterns that include merge-queue landings and eviction recovery. This maintains quality and traceability across automated iteration management in complex software projects.

What's the best way to isolate context windows across multi-agent Claude Code loops?

The best way to isolate context windows across multi-agent loops is applying per-stage separation of concerns architecture patterns. This ensures each autonomous loop stage maintains an isolated context window, reducing context switching and preserving quality during complex feature development.

Do I need an RFC to run autonomous agentic loops for complex software projects?

No, an RFC is not required to run autonomous agentic loops. You can utilize simpler sequential pipeline patterns or NanoClaw-like sessions for automated iteration management, while RFC-driven DAG orchestration is reserved for complex features requiring multi-agent coordination.

Why does context switching degrade quality in continuous Claude Code iterations?

Context switching degrades quality in continuous Claude Code iterations because shared state across pipeline stages introduces noise and errors. Applying per-stage separation of concerns with isolated context windows prevents this, ensuring robust merge and review strategies land features reliably.