# Kilo Code Agents Reference ## Commands (Quick Actions) | Command | Description | Model | |---------|-------------|-------| | `/plan` | Creates detailed task plans | ollama-cloud/deepseek-v3.2 | | `/ask` | Answers codebase questions | ollama-cloud/gemini-3-flash | | `/debug` | Analyzes and fixes bugs | ollama-cloud/minimax-m2.7 | | `/code` | Quick code generation | ollama-cloud/deepseek-v3.2 | ## Pipeline Agents | Agent | Role | Model | |-------|------|-------| | `@RequirementRefiner` | Converts vague ideas to strict User Stories | ollama-cloud/kimi-k2-thinking | | `@HistoryMiner` | Finds duplicates and past solutions in git | ollama-cloud/gemini-3-flash | | `@SystemAnalyst` | Designs technical specifications | ollama-cloud/gpt-oss-120b | | `@SDETEngineer` | Writes tests following TDD | ollama-cloud/qwen3-coder-next | | `@LeadDeveloper` | Primary code writer | ollama-cloud/deepseek-v3.2 | | `@FrontendDeveloper` | UI implementation with multimodal | ollama-cloud/kimi-k2.5 | | `@CodeSkeptic` | Adversarial code reviewer | ollama-cloud/gpt-oss-120b | | `@TheFixer` | Iteratively fixes bugs | ollama-cloud/minimax-m2.7 | | `@PerformanceEngineer` | Reviews for performance issues | ollama-cloud/nemotron-3-super | | `@SecurityAuditor` | Scans for vulnerabilities | ollama-cloud/glm-4.7 | | `@ReleaseManager` | Git operations and deployments | ollama-cloud/devstral-2-123b | | `@Evaluator` | Scores agent effectiveness | ollama-cloud/gpt-o3 | | `@PromptOptimizer` | Improves agent prompts | ollama-cloud/claude-4.5 | | `@ProductOwner` | Manages issue checklists | ollama-cloud/qwen3.5-122b | | `@Orchestrator` | Routes tasks between agents | ollama-cloud/glm-5 | | `@AgentArchitect` | Manages agent network per Kilo.ai spec | ollama-cloud/glm-5 | ## Workflow ``` [new] → HistoryMiner → [researching] → SystemAnalyst → [designing] → SDET ↓ [testing] → LeadDev → CodeSkeptic → [fail? TheFixer] → [pass] → Performance → Security → Release → Evaluator ``` ## Architecture Documentation - **KILO_SPEC.md** - Complete Kilo.ai specification for agent architecture - **agent-architect.md** - Agent management and network configuration