docs: add CapabilityAnalyst and MarkdownValidator to spec and orchestrator table
This commit is contained in:
@@ -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).
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user