kin: KIN-DOCS-005-backend_dev
This commit is contained in:
parent
5750b72e8b
commit
0717e3faa5
3 changed files with 126 additions and 7 deletions
|
|
@ -237,6 +237,21 @@ specialists:
|
|||
output_schema:
|
||||
context_packet: "{ architecture_notes: string, key_files: array, constraints: array, unknowns: array, handoff_for: string }"
|
||||
|
||||
prompt_engineer:
|
||||
name: "Prompt Engineer"
|
||||
model: sonnet
|
||||
tools: [Read, Grep, Glob]
|
||||
description: "Designs and optimises prompts for LLM agents, evaluates output quality, recommends model selection"
|
||||
permissions: read_only
|
||||
context_rules:
|
||||
decisions: all
|
||||
output_schema:
|
||||
status: "done | partial | blocked"
|
||||
prompt_design: "{ objective: string, prompt_structure: string, key_instructions: array, examples: array }"
|
||||
quality_evaluation: "{ criteria: array of { metric, score: 1-5, rationale }, overall_score: 1-5, findings: array }"
|
||||
model_recommendation: "{ recommended_model: string, rationale: string, alternatives: array of { model, tradeoffs } }"
|
||||
notes: string
|
||||
|
||||
knowledge_synthesizer:
|
||||
name: "Knowledge Synthesizer"
|
||||
model: sonnet
|
||||
|
|
@ -258,7 +273,7 @@ specialists:
|
|||
execution_type: department_head
|
||||
department: research
|
||||
tools: [Read, Grep, Glob]
|
||||
description: "Plans research work, coordinates tech_researcher/architect within research department"
|
||||
description: "Plans research work, coordinates tech_researcher/architect/prompt_engineer within research department"
|
||||
permissions: read_only
|
||||
context_rules:
|
||||
decisions: all
|
||||
|
|
@ -308,8 +323,8 @@ departments:
|
|||
|
||||
research:
|
||||
head: research_head
|
||||
workers: [tech_researcher, architect]
|
||||
description: "Technical research and architecture planning"
|
||||
workers: [tech_researcher, architect, prompt_engineer]
|
||||
description: "Technical research, architecture planning, and prompt engineering"
|
||||
|
||||
marketing:
|
||||
head: marketing_head
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue