Transform Claude Code into a 14+ agent virtual development team with autonomous AgentTask execution.
# Install
git clone https://github.com/intelligentcode-ai/intelligent-claude-code.git
cd intelligent-claude-code
make install # Linux/macOS
# or .\install.ps1 install # Windows
# Initialize
/icc-init-system
# Start working
@PM Build a user authentication system- 14+ Specialist Agents: @PM, @Developer, @AI-Engineer, @Database-Engineer, @Security-Engineer + unlimited dynamic specialists
- AgentTask Automation: Work requests automatically become self-contained AgentTasks
- Memory-First Operations: All agents check/store learnings automatically
- Autonomous Execution: L1 (manual) → L2 (guided) → L3 (fully autonomous)
# Natural @Role communication - no complex commands needed
@PM break down [story] # Story → AgentTasks
@Developer implement auth # Auto-creates + executes AgentTask
@AI-Engineer optimize system # AI/behavioral improvements
@DevOps-Engineer deploy prod # Infrastructure operations/icc-init-system # Initialize system
/icc-get-setting [key] # Get configuration
/icc-search-memory [query] # Search learningsEverything else is automatic - AgentTask generation, memory storage, specialist creation.
Configure in CLAUDE.md where YOUR files are:
# System adapts to YOUR project structure
agenttask_configuration:
best_practices_paths: ["docs/standards/"]
memory_configuration:
external_path: "~/claude-memory" # Optional external memory
workflow_settings:
tiny:
version_bump: true
changelog_required: true
pr_required: falseStart here: Documentation Index
Key Guides:
MIT - See LICENSE file