Quick Start Guide

Get up and running with AGENT-11 in under 5 minutes

1. Installation

Deploy your project-local squad with a single command:

$ curl -sSL https://raw.githubusercontent.com/TheWayWithin/agent-11/main/project/deployment/scripts/install.sh | bash -s full

This installs the Core squad (4 agents) to your project directory.

2. Your First Mission

Execute your first mission with the /coord command:

$ /coord build "User authentication system"
๐ŸŽฏ Mission: BUILD initiated | Duration: 4-8 hours
๐Ÿง  COORDINATOR: Breaking down requirements...
๐Ÿ—๏ธ ARCHITECT: Designing system architecture...
โœ… Mission complete! 47 tests passed, security validated.

3. Available Squad Sizes

Minimal (2 agents)
Perfect for fixes and simple tasks
bash -s minimal
Core (4 agents)
Ideal for most development needs
bash -s core
Full (11 agents)
Complete team for complex projects
bash -s full

Ready to Deploy Your Squad?

Start executing missions with project-local agents that understand your codebase.