cc-autonomous-loops

Coordinate unattended automation loops with safety gates and boundary guards.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/z23cc/cc-code --skill cc-autonomous-loops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cc-autonomous-loops
Source: https://github.com/z23cc/cc-code/tree/main/skills/cc-autonomous-loops
Command: npx skills add https://github.com/z23cc/cc-code --skill cc-autonomous-loops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This reference provides structured patterns for unattended execution, enabling systems to run complex workflows without constant human input, while maintaining safety checks.

Core Features & Use Cases

  • Pattern-driven automation: simple pipeline, Ralph loop, worktree parallel, continuous PR, and OODA deep.
  • Safety and governance: embedded guards like max iterations, receipt-based quality gates, and boundary guards for worktrees.
  • Use Case: teams can deploy end-to-end automation across software delivery pipelines, data processing, and infrastructure tasks with minimal supervision.

Quick Start

Start by enabling an autonomous loop with the Ralph harness and configure basic safety gates for your project.

Frequently Asked Questions about cc-autonomous-loops

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

FAQPage Schema
How do I set up unattended execution for autonomous loops?

You set up unattended autonomous loops by enabling the Ralph harness and configuring safety gates like max iterations and receipt-based quality gates to run workflows without human input.

What are the available autonomous workflow patterns for software delivery?

Available autonomous workflow patterns include Simple Pipeline, Ralph Loop, Worktree Parallel, Continuous PR, and OODA Deep, designed for end-to-end software delivery and infrastructure operations.

How do safety guards prevent unsafe actions in autonomous automation loops?

Safety guards prevent unsafe actions in autonomous loops by enforcing functional requirements like max iterations, receipt-based quality gates, and worktree boundary guards to maintain governance.

Can I use worktree parallel patterns for parallel software development operations?

Yes, the worktree parallel pattern coordinates parallel software development operations by applying boundary guards to isolate worktrees during continuous autonomous loop execution.

What are the limitations of running continuous PR loops unattended?

Limitations of unattended continuous PR loops include the need for strict max iteration limits and receipt-based gates to prevent runaway processes and ensure quality control without human supervision.