yzyydev/claude_code_sub_agents

42 stars · Last commit 2025-06-16

Claude Multi-Agent: Iterative Sub-Agent Orchestration System - Transform single-threaded AI assistance into a distributed, self-coordinating agent network capable of handling tasks of arbitrary complexity and scale.

README preview

# Claude Multi-Agent: Iterative Sub-Agent Orchestration System

A sophisticated project exploring the limits and capabilities of Claude Code for infinite-scale iterative task execution through parallel sub-agent coordination.

## 🎯 Project Overview

This project pushes the boundaries of what's possible with Claude Code by implementing a multi-agent orchestration system that can spawn and coordinate unlimited sub-agents to tackle complex, iterative tasks. The system demonstrates how to break through traditional single-agent limitations by leveraging Claude Code's command system for sophisticated parallel processing.

**Core Innovation**: Transform single-threaded AI assistance into a distributed, self-coordinating agent network capable of handling tasks of arbitrary complexity and scale.

## 🏗️ Architecture

The system is built around three core command modules in `/.claude/commands/`:

### Command System Overview

```
/.claude/commands/
├── start.md    # Infinite agentic loop orchestrator
├── solve.md    # Specialized parallel case processor

View full repository on GitHub →