ilyasibrahim/claude-agents-coordination

72 stars · Last commit 2026-05-30

Multi-agent coordination system for Claude Code with institutional memory

README preview

# Claude Code Agents Coordination

**Production-grade multi-agent coordination system with tiered delegation, institutional memory, and explicit tech-debt tracking.**

This repository provides reusable configuration layers for Claude Code that enable sophisticated agent orchestration across projects—from solo development to enterprise-scale workflows.

## What This Solves

Three critical problems in Claude Code agent usage:

1. **Context Amnesia**: Agents forget prior work within 15-20 minutes
2. **Coordination Chaos**: Multiple agents overwrite each other's work
3. **Delegation Limits**: Manual oversight required for every decision

**Solution**: A tiered delegation architecture with persistent memory (registry + tech-debt tracking) that extends productive context windows to 2+ hours while enabling the Main Agent to consistently apply documented engineering criteria.

---

## Core Architecture

View full repository on GitHub →