/orchestrate command coordinates multiple specialist agents to solve complex problems requiring different domain expertise. This is the most powerful workflow for full-stack features.
When to use this
Full-stack features
Tasks spanning frontend, backend, and database
Complex tasks
Multi-step tasks requiring coordination
Multiple domains
Tasks needing different specialist perspectives
Comprehensive reviews
Security, performance, and quality analysis
Critical requirement
Two-phase orchestration
Phase 1: Planning
Project planning
The project-planner agent creates
docs/PLAN.md with:- Task breakdown
- Agent assignments
- Timeline estimates
Phase 2: Implementation (After Approval)
Multiple agents work in parallel:| Parallel Group | Agents |
|---|---|
| Foundation | database-architect, security-auditor |
| Core | backend-specialist, frontend-specialist |
| Polish | test-engineer, devops-engineer |
Agent selection matrix
| Task Type | Required Agents (minimum 3) |
|---|---|
| Web App | frontend-specialist, backend-specialist, test-engineer |
| API | backend-specialist, security-auditor, test-engineer |
| UI/Design | frontend-specialist, seo-specialist, performance-optimizer |
| Database | database-architect, backend-specialist, security-auditor |
| Full Stack | project-planner, frontend-specialist, backend-specialist, devops-engineer |
| Debug | debugger, explorer-agent, test-engineer |
| Security | security-auditor, penetration-tester, devops-engineer |
Available agents (17 total)
| Agent | Domain | Use When |
|---|---|---|
| project-planner | Planning | Task breakdown, PLAN.md |
| explorer-agent | Discovery | Codebase mapping |
| frontend-specialist | UI/UX | React, Vue, CSS, HTML |
| backend-specialist | Server | API, Node.js, Python |
| database-architect | Data | SQL, NoSQL, Schema |
| security-auditor | Security | Vulnerabilities, Auth |
| penetration-tester | Security | Active testing |
| test-engineer | Testing | Unit, E2E, Coverage |
| devops-engineer | Ops | CI/CD, Docker, Deploy |
| mobile-developer | Mobile | React Native, Flutter |
| performance-optimizer | Speed | Lighthouse, Profiling |
| seo-specialist | SEO | Meta, Schema, Rankings |
| documentation-writer | Docs | README, API docs |
| debugger | Debug | Error analysis |
| game-developer | Games | Unity, Godot |
Output format
You’ll receive an orchestration report:Usage examples
Key principles
Context passing: Each agent receives full context including user decisions and previous agent work.
Verification required: The last agent must run validation scripts (security_scan.py, lint_runner.py).
User approval: Implementation Phase 2 only starts after you approve Phase 1 plan.
