From 259f4079c20b8e824fad0d5bce79cf7be0dd17ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A8NW=C2=A8?= <¨neroworld@mail.ru¨> Date: Sun, 5 Apr 2026 00:50:08 +0100 Subject: [PATCH] docs: add CapabilityAnalyst and MarkdownValidator to spec and orchestrator table --- .kilo/KILO_SPEC.md | 2 ++ .kilo/agents/orchestrator.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.kilo/KILO_SPEC.md b/.kilo/KILO_SPEC.md index 3200a32..ed8a3a5 100644 --- a/.kilo/KILO_SPEC.md +++ b/.kilo/KILO_SPEC.md @@ -431,6 +431,8 @@ Provider availability depends on configuration. Common providers include: | `@ProductOwner` | Manages issue checklists | openrouter/qwen/qwen3.6-plus:free | | `@Orchestrator` | Routes tasks between agents | ollama-cloud/glm-5 | | `@AgentArchitect` | Manages agent network per Kilo.ai spec | ollama-cloud/gpt-oss:120b | +| `@CapabilityAnalyst` | Analyzes task coverage, identifies gaps | ollama-cloud/gpt-oss:120b | +| `@MarkdownValidator` | Validates Markdown for Gitea issues | qwen/qwen3.6-plus:free | **Note:** For AgentArchitect, use `subagent_type: "system-analyst"` with prompt "You are Agent Architect..." (workaround for unsupported agent-architect type). diff --git a/.kilo/agents/orchestrator.md b/.kilo/agents/orchestrator.md index 552035f..738d625 100644 --- a/.kilo/agents/orchestrator.md +++ b/.kilo/agents/orchestrator.md @@ -118,6 +118,8 @@ Use the Task tool to delegate to subagents with these subagent_type values: | RequirementRefiner | requirement-refiner | Refine requirements | | FrontendDeveloper | frontend-developer | UI implementation | | AgentArchitect | system-analyst | Manage agent network (workaround: use system-analyst) | +| CapabilityAnalyst | capability-analyst | Analyze task coverage and gaps | +| MarkdownValidator | markdown-validator | Validate Markdown formatting | **Note:** `agent-architect` subagent_type is not recognized. Use `system-analyst` with prompt "You are Agent Architect..." as workaround.