kin: KIN-DOCS-004-backend_dev
This commit is contained in:
parent
de52526659
commit
ae2f0f1c81
8 changed files with 66 additions and 12 deletions
|
|
@ -181,6 +181,8 @@ specialists:
|
|||
context_rules:
|
||||
decisions: all
|
||||
modules: all
|
||||
output_schema:
|
||||
context_packet: "{ architecture_notes: string, key_files: array, constraints: array, unknowns: array, handoff_for: string }"
|
||||
|
||||
frontend_head:
|
||||
name: "Frontend Department Head"
|
||||
|
|
@ -193,6 +195,8 @@ specialists:
|
|||
context_rules:
|
||||
decisions: all
|
||||
modules: all
|
||||
output_schema:
|
||||
context_packet: "{ architecture_notes: string, key_files: array, constraints: array, unknowns: array, handoff_for: string }"
|
||||
|
||||
qa_head:
|
||||
name: "QA Department Head"
|
||||
|
|
@ -204,6 +208,8 @@ specialists:
|
|||
permissions: read_only
|
||||
context_rules:
|
||||
decisions: all
|
||||
output_schema:
|
||||
context_packet: "{ architecture_notes: string, key_files: array, constraints: array, unknowns: array, handoff_for: string }"
|
||||
|
||||
security_head:
|
||||
name: "Security Department Head"
|
||||
|
|
@ -215,6 +221,8 @@ specialists:
|
|||
permissions: read_only
|
||||
context_rules:
|
||||
decisions_category: security
|
||||
output_schema:
|
||||
context_packet: "{ architecture_notes: string, key_files: array, constraints: array, unknowns: array, handoff_for: string }"
|
||||
|
||||
infra_head:
|
||||
name: "Infrastructure Department Head"
|
||||
|
|
@ -226,6 +234,8 @@ specialists:
|
|||
permissions: read_only
|
||||
context_rules:
|
||||
decisions: all
|
||||
output_schema:
|
||||
context_packet: "{ architecture_notes: string, key_files: array, constraints: array, unknowns: array, handoff_for: string }"
|
||||
|
||||
knowledge_synthesizer:
|
||||
name: "Knowledge Synthesizer"
|
||||
|
|
@ -252,6 +262,8 @@ specialists:
|
|||
permissions: read_only
|
||||
context_rules:
|
||||
decisions: all
|
||||
output_schema:
|
||||
context_packet: "{ architecture_notes: string, key_files: array, constraints: array, unknowns: array, handoff_for: string }"
|
||||
|
||||
marketing_head:
|
||||
name: "Marketing Department Head"
|
||||
|
|
@ -264,6 +276,8 @@ specialists:
|
|||
context_rules:
|
||||
decisions: all
|
||||
modules: all
|
||||
output_schema:
|
||||
context_packet: "{ architecture_notes: string, key_files: array, constraints: array, unknowns: array, handoff_for: string }"
|
||||
|
||||
# Departments — PM uses these when routing complex cross-domain tasks to department heads
|
||||
departments:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue