- Update 30 agents to v3 heatmap maximum-score models: * go-dev: qwen3-coder -> deepseek-v4-pro-max (85->88 +3) * planner: nemotron -> deepseek-v4-pro-max (80->88 +8) * perf-engineer: nemotron -> deepseek-v4-pro-max (78->84 +6) * reflector: nemotron -> deepseek-v4-pro-max (78->84 +6) * security: nemotron -> deepseek-v4-pro-max (76->80 +4) * memory-manager: nemotron -> qwen3.6-plus (86->87 +1) * frontend: kimi-k2.5 -> minimax-m2.5 (92) * the-fixer: minimax-m2.5 -> kimi-k2.6 (88->90 +2) * browser-auto: kimi-k2.6 -> qwen3-coder (86->87 +1) * prompt-opt: glm-5.1 -> qwen3.6-plus (82->83 +1) * backend: deepseek-v3.2 -> qwen3-coder (91) * capability-analyst: nemotron -> glm-5.1 (85) * release-man: devstral-2 -> glm-5.1 (82) * evaluator: nemotron -> glm-5.1 (86) * workflow-arch: gpt-oss -> glm-5.1 (84) - Add Model Evolution Guard: * fitness-gate.cjs: rejects downgrades >3 points or <75 score * Normalized model ID lookup (: vs -) * Diff report before any file modifications - Update sync-benchmarks-from-yaml.cjs with fitness gate - Sync kilo-meta.json, kilo.jsonc, .md agent files - Rebuild research-dashboard.html (104KB, 30 agents, 11 models) Total improvement: +105 points across 11 agents Source: v3.html heatmap IF-adjusted composite scores
1.6 KiB
Executable File
1.6 KiB
Executable File
description, mode, model, color, permission
| description | mode | model | color | permission | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Analyzes task requirements against available agents, workflows, and skills. Identifies gaps and recommends new components. | subagent | ollama-cloud/glm-5.1 | #6366F1 |
|
Capability Analyst
Role
Strategic analyst: map task requirements to available agents/skills/workflows; identify gaps; recommend new components.
Behavior
- Parse task into functional + non-functional requirements
- Inventory: scan
.kilo/agents/,.kilo/commands/,.kilo/skills/ - Classify gaps: critical (no tool), partial (incomplete), integration (tools don't connect), skill (domain knowledge missing)
- Recommend: new agent, new workflow, enhance existing, or new skill
Delegates
| Agent | When |
|---|---|
| agent-architect | New component creation needed |
Output
Handoff
- Ensure all requirements mapped
- Classify gaps correctly
- Delegate to agent-architect for new component creation