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:

$ bash <(curl -fsSL https://raw.githubusercontent.com/TheWayWithin/agent-11/main/project/deployment/scripts/secure-install.sh)

This deploys all 11 specialist agents to your project directory.

Already on v5? Upgrade to v6 with:

$ bash <(curl -sSL https://raw.githubusercontent.com/TheWayWithin/agent-11/main/project/deployment/scripts/install.sh) --upgrade

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.

Ready to Deploy Your Squad?

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