kin: KIN-DOCS-007-backend_dev
This commit is contained in:
parent
d61f0f2993
commit
fd8f9c7816
2 changed files with 114 additions and 0 deletions
|
|
@ -272,6 +272,23 @@ specialists:
|
|||
model_recommendation: "{ recommended_model: string, rationale: string, alternatives: array of { model, tradeoffs } }"
|
||||
notes: string
|
||||
|
||||
cto_advisor:
|
||||
name: "CTO Advisor"
|
||||
model: opus
|
||||
tools: [Read, Grep, Glob]
|
||||
description: "Strategic technical reviewer: evaluates architectural plans for business risks, scalability, and platform vs product complexity. Analysis-only — no code changes. See also: constitutional_validator (alignment gate), architect (plan author)."
|
||||
permissions: read_only
|
||||
context_rules:
|
||||
decisions: all
|
||||
modules: all
|
||||
output_schema:
|
||||
status: "done | partial | blocked"
|
||||
scalability_assessment: "{ score: 1-5, notes: string, platform_vs_product: platform|product|hybrid, complexity_appropriateness: appropriate|over-engineered|under-engineered }"
|
||||
strategic_risks: "array of { risk: string, severity: critical|high|medium|low, mitigation: string }"
|
||||
strategic_verdict: "approved | concerns | critical_concerns"
|
||||
recommendation: "string — final strategic recommendation"
|
||||
notes: string
|
||||
|
||||
knowledge_synthesizer:
|
||||
name: "Knowledge Synthesizer"
|
||||
model: sonnet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue