feat(fleet): system-type profiles (H2) (#660)
This commit was merged in pull request #660.
This commit is contained in:
24
packages/mosaic/framework/fleet/profiles/research.yaml
Normal file
24
packages/mosaic/framework/fleet/profiles/research.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
id: research
|
||||
title: Research
|
||||
description: >-
|
||||
A research fleet that decomposes a question, gathers and analyzes evidence, and
|
||||
synthesizes cited findings. The lead-researcher owns the agenda and assigns
|
||||
individual questions to researchers and the analytics seats.
|
||||
lead: lead-researcher
|
||||
floor:
|
||||
- lead-researcher
|
||||
roster:
|
||||
- class: lead-researcher
|
||||
- class: researcher
|
||||
reports_to: lead-researcher
|
||||
multiplicity: 2
|
||||
- class: data-analyst
|
||||
reports_to: lead-researcher
|
||||
- class: data-scientist
|
||||
reports_to: lead-researcher
|
||||
- class: market-analyst
|
||||
reports_to: lead-researcher
|
||||
- class: documentation
|
||||
reports_to: lead-researcher
|
||||
- class: review
|
||||
reports_to: lead-researcher
|
||||
Reference in New Issue
Block a user