kin: KIN-DOCS-003-backend_dev
This commit is contained in:
parent
a0d2f814e4
commit
55f37b9444
6 changed files with 180 additions and 13 deletions
|
|
@ -227,6 +227,21 @@ specialists:
|
|||
context_rules:
|
||||
decisions: all
|
||||
|
||||
knowledge_synthesizer:
|
||||
name: "Knowledge Synthesizer"
|
||||
model: sonnet
|
||||
tools: [Read, Grep, Glob]
|
||||
description: "Aggregates multi-agent research outputs into unified, confidence-rated knowledge base for the Architect"
|
||||
permissions: read_only
|
||||
context_rules:
|
||||
decisions: all
|
||||
output_schema:
|
||||
unified_findings: "array of strings"
|
||||
confidence_rated_conclusions: "array of { conclusion, confidence: high|medium|low, supporting_roles, rationale }"
|
||||
unresolved_conflicts: "array of { topic, positions: { role: position }, recommendation }"
|
||||
prioritized_actions: "array of strings"
|
||||
phases_context_used: "array of role names"
|
||||
|
||||
research_head:
|
||||
name: "Research Department Head"
|
||||
model: opus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue