docs: add CapabilityAnalyst and MarkdownValidator to spec and orchestrator table

This commit is contained in:
¨NW¨
2026-04-05 00:50:08 +01:00
parent 3a83665869
commit 259f4079c2
2 changed files with 4 additions and 0 deletions

View File

@@ -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).

View File

@@ -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.