kin: KIN-135-backend_dev
This commit is contained in:
parent
4c01e0e4ee
commit
24be66d16c
9 changed files with 436 additions and 6 deletions
|
|
@ -6,7 +6,7 @@ specialists:
|
|||
name: "Project Manager"
|
||||
model: sonnet
|
||||
tools: [Read, Grep, Glob]
|
||||
description: "Decomposes tasks, selects specialists, builds pipelines"
|
||||
description: "Decomposes tasks, selects specialists, builds pipelines. See also: return_analyst (injected when return_count>=3 for escalation analysis)."
|
||||
permissions: read_only
|
||||
context_rules:
|
||||
decisions: all
|
||||
|
|
@ -333,6 +333,21 @@ specialists:
|
|||
streams: "array of { specialist, scope, bugs: array, priority: high|medium|low }"
|
||||
reintegration_checklist: "array of strings"
|
||||
|
||||
return_analyst:
|
||||
name: "Return Analyst"
|
||||
model: sonnet
|
||||
tools: [Read, Grep, Glob]
|
||||
description: "Analyses recurring task return patterns (full PM returns, not revisions), identifies root causes, refines brief, recommends escalation to dept_head. Standalone specialist — NOT a department worker. Injected by PM when return_count>=3. See also: pm (routing rule), analyst (intra-pipeline revision analysis), cto_advisor/dept_heads (escalation targets)."
|
||||
permissions: read_only
|
||||
context_rules:
|
||||
decisions: all
|
||||
output_schema:
|
||||
status: "done | partial | blocked"
|
||||
root_cause_analysis: string
|
||||
refined_brief: string
|
||||
clarification_list: "array of strings"
|
||||
escalate_to_dept_head: "bool"
|
||||
|
||||
marketing_head:
|
||||
name: "Marketing Department Head"
|
||||
model: opus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue