48 lines
1.2 KiB
YAML
48 lines
1.2 KiB
YAML
id: https://nde.nl/ontology/hc/class/ScrumMaster
|
|
name: scrum_master
|
|
title: ScrumMaster Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ./StaffRole
|
|
- ../slots/specificity_annotation
|
|
- ./SpecificityAnnotation
|
|
- ../slots/template_specificity
|
|
- ./TemplateSpecificityScores
|
|
classes:
|
|
ScrumMaster:
|
|
is_a: StaffRole
|
|
description: |
|
|
Scrum master facilitating agile development processes.
|
|
|
|
**Official Title vs De Facto Work**:
|
|
May also serve as project manager, coach,
|
|
and cross-functional coordinator.
|
|
|
|
**Common Variants**:
|
|
- Agile Coach
|
|
- Agile Facilitator
|
|
- Delivery Lead
|
|
|
|
**Typical Domains**: Heritage institutions with digital teams
|
|
|
|
**Typical Responsibilities**:
|
|
- Sprint facilitation
|
|
- Impediment removal
|
|
- Process improvement
|
|
- Team coaching
|
|
- Stakeholder communication
|
|
slot_usage:
|
|
role_category:
|
|
ifabsent: string(DIGITAL)
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|
|
slots:
|
|
- specificity_annotation
|
|
- template_specificity
|