Documentation
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:
This deploys all 11 specialist agents to your project directory.
Already on v5? Upgrade to v6 with:
2. Your First Mission
Execute your first mission with the /coord command:
Mission Reference
Complete guide to all 13 missions
Development Missions
/coord build "Feature description"/coord build "User profile management with image upload"/coord dev-setup [ideation file]/coord dev-setup ideation.md/coord dev-alignment/coord dev-alignment/coord fix "Bug description"/coord fix "Memory leak in image processing module"/coord deploy [environment]/coord deploy production/coord refactor "Target description"/coord refactor "Payment processing module for better maintainability"/coord document "Documentation scope"/coord document "API endpoints and authentication flow"Strategic Missions
/coord mvp "Product description"/coord mvp "Task management SaaS with team collaboration"/coord migrate "Migration description"/coord migrate "From MySQL to PostgreSQL with zero downtime"/coord optimize "Optimization target"/coord optimize "Database queries and API response times"/coord security [scope]/coord security "Authentication and data protection audit"/coord integrate "Integration description"/coord integrate "Stripe payment processing with webhooks"/coord release [version]/coord release v2.1.0Control Commands
Steer an in-progress mission without starting a new one:
/coord continueResume from project-plan.md after a pause/coord complete phase NMark phase N done and move to the next/coord vision-checkCheck current work against the original visionAgent Roles & Specialties
Meet your 11 AI specialists and their unique capabilities
Every install deploys all 11 specialists to your project.
Mission orchestration and agent coordination
Full-stack development and implementation
System design and technical architecture
Quality assurance and automated testing
Product requirements and strategic planning
DevOps, deployment, and infrastructure
Growth strategy and user acquisition
Customer support and issue resolution
Technical documentation and knowledge
Data analysis and performance metrics
UI/UX design and user experience
Configuration & Customization
Advanced configuration options and customization
Project Context
AGENT-11 detects your project context automatically. To give agents project-specific guidance, add your conventions, architecture decisions, and coding standards to your project's CLAUDE.md file. Agents read this at the start of every mission.
Harness Configuration
Tool permissions, environment variables, and hooks are configured in Claude Code's settings file,.claude/settings.json(or .claude/settings.local.json for machine-local overrides).
Mission Customisation
Missions live as Markdown files under your project'smissions/ directory. Copy an existing mission file and edit its phases and agent assignments to tailor a workflow to your needs.
Field Manual - 32 Guides
32 professional guides (around 14,400 lines) covering core workflows to advanced features
Complete Documentation Library
The AGENT-11 Field Manual provides 32 guides (around 14,400 lines) covering everything from getting started to advanced optimization techniques. A selection is shown below.
Core Guides
Project Lifecycle Guide
Complete workflow from idea to maintenance
Architecture SOP
System design documentation standards
Bootstrap Guide
Initial project setup and configuration
Getting Started
Onboarding for new users
Field Manual Overview
Documentation navigation and structure
Advanced Features
Memory Management β
Cross-session learning and persistent knowledge
Extended Thinking β
Strategic reasoning modes for complex tasks
Context Optimization β
On-demand tool loading and context strategies
Enhanced Prompting
Advanced prompting techniques
Tool Permissions
Security-first tool usage framework
MCP Integration β
Model Context Protocol usage patterns
Implementation Guides
Greenfield Implementation
New project setup
Brownfield Implementation
Existing project integration
BOS-AI Integration
Business automation framework
BOS-AI Quickstart
Rapid onboarding
Workflows & Missions
Mission Execution Cheatsheet
Quick mission reference
Creating Custom Missions
Build your own workflows
Coordinator Commands
Multi-agent orchestration
Multi-Project Workflows
Managing multiple projects
Update Management
Library update process
Design & Quality
UI Doctrine
UI/UX design principles and patterns
MCP Troubleshooting
Debugging integration issues
Total: 32 Guides
Complete documentation covering all aspects of AGENT-11 from basic setup to advanced optimization
View All Guides on GitHubContext Preservation Protocol
Zero context loss system for multi-agent workflows
What is Context Preservation?
AGENT-11's Context Preservation System ensures zero context loss across multi-agent workflows through persistent context files and mandatory handoff protocols. Specialists pick up exactly where the last one left off, which cuts rework and keeps missions moving.
Three Core Context Files
agent-context.md
Single accumulator for mission state, findings, and inter-agent handoffs
- β’ Mission objectives and accumulated findings
- β’ Technical decisions and known issues
- β’ Phase Handoff blocks (Findings / Decisions / Warnings / Open Items / Evidence)
project-plan.md
Living plan that drives mission orchestration end to end
- β’ Phase structure with task lists and gate definitions
- β’ Source of truth for /plan status and /coord continue
- β’ Read at session start; updated as work progresses
evidence-repository.md
Centralized collection of artifacts and supporting materials
- β’ Screenshots and code snippets
- β’ Test results and API responses
- β’ Error logs and debugging artifacts
Handoff Protocol
- 1.Specialist reads agent-context.md (with the latest Phase Handoff block) before starting work
- 2.Specialist maintains awareness of mission context during execution
- 3.At phase boundary, specialist appends a Phase Handoff block (Findings / Decisions / Warnings / Open Items / Evidence) to agent-context.md
- 4.Next specialist reads the latest block as the entry point for their work β single file, no choreography
v6 retired the separate handoff-notes.md file. Phase Handoff blocks live inside agent-context.md as a structured 5-field schema.
MCP Integration Guide
Model Context Protocol setup and 15+ supported integrations
What is MCP?
Model Context Protocol (MCP) servers extend AGENT-11 capabilities with specialized services for infrastructure, payments, development tools, and testing frameworks.
Quick Setup
Supported MCPs
π Infrastructure
- β’ Railway - Backend services
- β’ Netlify - Frontend hosting
- β’ Supabase - Database & auth
π³ Commerce
- β’ Stripe - Payments
- β’ Subscriptions management
- β’ Webhook handling
π§ Development
- β’ GitHub - PRs & issues
- β’ Context7 - Library docs
- β’ Firecrawl - Web scraping
π§ͺ Testing
- β’ Playwright - Browser automation
- β’ E2E testing
- β’ Visual regression
Security-First Development
Critical software development principles and security protocols
Core Principle
NEVER compromise security for convenience.
When encountering security features or policies, understand why they exist before making changes. Find ways to work WITH security features, not around them.
Strategic Solution Checklist
Before implementing any fix, verify:
- β Does this maintain all security requirements?
- β Is this the architecturally correct solution?
- β Will this create technical debt?
- β Are there better long-term solutions?
- β Have I understood the original design intent?
Anti-Patterns to Avoid
Root Cause Analysis Protocol
- PAUSE:Don't rush to implement the first solution
- RESEARCH:Understand the system design and constraints
- PROPOSE:Present multiple solutions with trade-offs
- IMPLEMENT:Choose the solution that maintains system integrity
- DOCUMENT:Record why decisions were made for future reference
Troubleshooting
Common issues and solutions
Common Issues
Getting Help
Ready to Deploy Your Squad?
Start executing missions with project-local agents that understand your codebase.