@forwardimpact/schema 0.3.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/bin/fit-schema.js +2 -2
  2. package/examples/capabilities/business.yaml +1 -1
  3. package/examples/capabilities/delivery.yaml +9 -7
  4. package/examples/capabilities/people.yaml +1 -1
  5. package/examples/capabilities/reliability.yaml +32 -11
  6. package/examples/capabilities/scale.yaml +1 -1
  7. package/examples/framework.yaml +1 -1
  8. package/examples/questions/behaviours/outcome_ownership.yaml +226 -49
  9. package/examples/questions/behaviours/polymathic_knowledge.yaml +273 -45
  10. package/examples/questions/behaviours/precise_communication.yaml +246 -52
  11. package/examples/questions/behaviours/relentless_curiosity.yaml +246 -48
  12. package/examples/questions/behaviours/systems_thinking.yaml +236 -50
  13. package/examples/questions/capabilities/business.yaml +107 -0
  14. package/examples/questions/capabilities/delivery.yaml +104 -0
  15. package/examples/questions/capabilities/people.yaml +104 -0
  16. package/examples/questions/capabilities/reliability.yaml +103 -0
  17. package/examples/questions/capabilities/scale.yaml +103 -0
  18. package/examples/questions/skills/architecture_design.yaml +102 -51
  19. package/examples/questions/skills/cloud_platforms.yaml +90 -44
  20. package/examples/questions/skills/code_quality.yaml +86 -45
  21. package/examples/questions/skills/data_modeling.yaml +93 -43
  22. package/examples/questions/skills/devops.yaml +91 -44
  23. package/examples/questions/skills/full_stack_development.yaml +93 -45
  24. package/examples/questions/skills/sre_practices.yaml +92 -41
  25. package/examples/questions/skills/stakeholder_management.yaml +97 -46
  26. package/examples/questions/skills/team_collaboration.yaml +87 -40
  27. package/examples/questions/skills/technical_writing.yaml +89 -40
  28. package/examples/stages.yaml +6 -0
  29. package/package.json +9 -9
  30. package/schema/json/behaviour-questions.schema.json +53 -26
  31. package/schema/json/capability-questions.schema.json +95 -0
  32. package/schema/json/capability.schema.json +3 -3
  33. package/schema/json/skill-questions.schema.json +34 -19
  34. package/schema/json/stages.schema.json +5 -1
  35. package/schema/rdf/behaviour-questions.ttl +39 -7
  36. package/schema/rdf/capability.ttl +5 -5
  37. package/schema/rdf/defs.ttl +3 -3
  38. package/schema/rdf/skill-questions.ttl +28 -1
  39. package/schema/rdf/stages.ttl +27 -3
  40. package/{lib → src}/levels.js +37 -80
  41. package/{lib → src}/loader.js +9 -5
  42. package/{lib → src}/modifiers.js +3 -3
  43. package/{lib → src}/validation.js +74 -37
  44. /package/{lib → src}/index-generator.js +0 -0
  45. /package/{lib → src}/index.js +0 -0
  46. /package/{lib → src}/schema-validation.js +0 -0
@@ -1,47 +1,93 @@
1
1
  # yaml-language-server: $schema=https://www.forwardimpact.team/schema/json/skill-questions.schema.json
2
2
 
3
- awareness:
4
- - id: cp_aware_1
5
- text: What cloud platforms are you familiar with?
6
- lookingFor:
7
- - Basic cloud awareness
8
- - Understanding of cloud services
9
- expectedDurationMinutes: 5
3
+ professionalQuestions:
4
+ awareness:
5
+ - id: cp_pro_aware_1
6
+ text: What cloud platforms are you familiar with?
7
+ lookingFor:
8
+ - Basic cloud awareness
9
+ - Understanding of cloud services
10
+ expectedDurationMinutes: 5
11
+ foundational:
12
+ - id: cp_pro_found_1
13
+ text: How would you deploy a simple application to the cloud?
14
+ lookingFor:
15
+ - Basic deployment knowledge
16
+ - Understanding of cloud resources
17
+ expectedDurationMinutes: 8
18
+ working:
19
+ - id: cp_pro_work_1
20
+ text:
21
+ Describe a cloud architecture you've designed. What services did you use
22
+ and why?
23
+ followUps:
24
+ - How did you handle cost optimization?
25
+ lookingFor:
26
+ - Practical cloud architecture experience
27
+ - Service selection rationale
28
+ expectedDurationMinutes: 10
29
+ practitioner:
30
+ - id: cp_pro_pract_1
31
+ text:
32
+ How do you approach cloud cost optimization and governance for your
33
+ team?
34
+ lookingFor:
35
+ - Cloud cost management
36
+ - Governance practices
37
+ expectedDurationMinutes: 8
38
+ expert:
39
+ - id: cp_pro_expert_1
40
+ text:
41
+ How have you shaped cloud strategy and practices across an organization?
42
+ lookingFor:
43
+ - Enterprise cloud strategy
44
+ - Multi-cloud or hybrid considerations
45
+ expectedDurationMinutes: 10
10
46
 
11
- foundational:
12
- - id: cp_found_1
13
- text: How would you deploy a simple application to the cloud?
14
- lookingFor:
15
- - Basic deployment knowledge
16
- - Understanding of cloud resources
17
- expectedDurationMinutes: 8
18
-
19
- working:
20
- - id: cp_work_1
21
- text:
22
- Describe a cloud architecture you've designed. What services did you use
23
- and why?
24
- followUps:
25
- - How did you handle cost optimization?
26
- lookingFor:
27
- - Practical cloud architecture experience
28
- - Service selection rationale
29
- expectedDurationMinutes: 10
30
-
31
- practitioner:
32
- - id: cp_pract_1
33
- text:
34
- How do you approach cloud cost optimization and governance for your team?
35
- lookingFor:
36
- - Cloud cost management
37
- - Governance practices
38
- expectedDurationMinutes: 8
39
-
40
- expert:
41
- - id: cp_expert_1
42
- text:
43
- How have you shaped cloud strategy and practices across an organization?
44
- lookingFor:
45
- - Enterprise cloud strategy
46
- - Multi-cloud or hybrid considerations
47
- expectedDurationMinutes: 10
47
+ managementQuestions:
48
+ awareness:
49
+ - id: cp_mgmt_aware_1
50
+ text:
51
+ How do you ensure your team has appropriate cloud access and knowledge?
52
+ lookingFor:
53
+ - Basic team enablement awareness
54
+ - Understanding of cloud access management
55
+ expectedDurationMinutes: 5
56
+ foundational:
57
+ - id: cp_mgmt_found_1
58
+ text: How do you manage cloud costs and budgets for your team?
59
+ lookingFor:
60
+ - Basic cost awareness
61
+ - Budget management practices
62
+ expectedDurationMinutes: 8
63
+ working:
64
+ - id: cp_mgmt_work_1
65
+ text:
66
+ How do you ensure your team follows cloud best practices and security
67
+ standards?
68
+ followUps:
69
+ - How do you handle compliance requirements?
70
+ lookingFor:
71
+ - Cloud governance approach
72
+ - Security and compliance awareness
73
+ expectedDurationMinutes: 10
74
+ practitioner:
75
+ - id: cp_mgmt_pract_1
76
+ text:
77
+ How do you build cloud expertise and platform capabilities within your
78
+ team?
79
+ followUps:
80
+ - How do you balance specialist vs generalist cloud skills?
81
+ lookingFor:
82
+ - Team cloud capability development
83
+ - Skill building strategies
84
+ expectedDurationMinutes: 8
85
+ expert:
86
+ - id: cp_mgmt_expert_1
87
+ text:
88
+ How do you drive cloud adoption and platform strategy across multiple
89
+ teams?
90
+ lookingFor:
91
+ - Cross-team cloud leadership
92
+ - Enterprise platform strategy
93
+ expectedDurationMinutes: 10
@@ -1,48 +1,89 @@
1
1
  # yaml-language-server: $schema=https://www.forwardimpact.team/schema/json/skill-questions.schema.json
2
2
 
3
- awareness:
4
- - id: cq_aware_1
5
- text: What does 'clean code' mean to you?
6
- lookingFor:
7
- - Basic understanding of readability
8
- - Awareness of maintainability concerns
9
- expectedDurationMinutes: 5
3
+ professionalQuestions:
4
+ awareness:
5
+ - id: cq_pro_aware_1
6
+ text: What does 'clean code' mean to you?
7
+ lookingFor:
8
+ - Basic understanding of readability
9
+ - Awareness of maintainability concerns
10
+ expectedDurationMinutes: 5
11
+ foundational:
12
+ - id: cq_pro_found_1
13
+ text: How do you ensure the code you write is readable by others?
14
+ followUps:
15
+ - What naming conventions do you follow?
16
+ - How do you decide when to add comments?
17
+ lookingFor:
18
+ - Consistent coding practices
19
+ - Understanding of code formatting and structure
20
+ expectedDurationMinutes: 5
21
+ working:
22
+ - id: cq_pro_work_1
23
+ text: How do you approach code review? What do you look for?
24
+ lookingFor:
25
+ - Systematic approach to reviews
26
+ - Balance between quality and velocity
27
+ expectedDurationMinutes: 8
28
+ practitioner:
29
+ - id: cq_pro_pract_1
30
+ text: How have you improved code quality practices in your team?
31
+ lookingFor:
32
+ - Measurable improvements
33
+ - Team influence
34
+ expectedDurationMinutes: 8
35
+ expert:
36
+ - id: cq_pro_expert_1
37
+ text:
38
+ How have you established code quality standards across an organization?
39
+ followUps:
40
+ - How did you gain adoption?
41
+ - How do you measure success?
42
+ lookingFor:
43
+ - Organizational influence
44
+ - Scalable quality practices
45
+ expectedDurationMinutes: 10
10
46
 
11
- foundational:
12
- - id: cq_found_1
13
- text: How do you ensure the code you write is readable by others?
14
- followUps:
15
- - What naming conventions do you follow?
16
- - How do you decide when to add comments?
17
- lookingFor:
18
- - Consistent coding practices
19
- - Understanding of code formatting and structure
20
- expectedDurationMinutes: 5
21
-
22
- working:
23
- - id: cq_work_1
24
- text: How do you approach code review? What do you look for?
25
- lookingFor:
26
- - Systematic approach to reviews
27
- - Balance between quality and velocity
28
- expectedDurationMinutes: 8
29
-
30
- practitioner:
31
- - id: cq_pract_1
32
- text: How have you improved code quality practices in your team?
33
- lookingFor:
34
- - Measurable improvements
35
- - Team influence
36
- expectedDurationMinutes: 8
37
-
38
- expert:
39
- - id: cq_expert_1
40
- text:
41
- How have you established code quality standards across an organization?
42
- followUps:
43
- - How did you gain adoption?
44
- - How do you measure success?
45
- lookingFor:
46
- - Organizational influence
47
- - Scalable quality practices
48
- expectedDurationMinutes: 10
47
+ managementQuestions:
48
+ awareness:
49
+ - id: cq_mgmt_aware_1
50
+ text: How do you set expectations for code quality in your team?
51
+ lookingFor:
52
+ - Basic quality expectations
53
+ - Understanding of team standards
54
+ expectedDurationMinutes: 5
55
+ foundational:
56
+ - id: cq_mgmt_found_1
57
+ text: How do you ensure code reviews happen effectively in your team?
58
+ followUps:
59
+ - How do you handle review bottlenecks?
60
+ lookingFor:
61
+ - Code review process management
62
+ - Team workflow optimization
63
+ expectedDurationMinutes: 5
64
+ working:
65
+ - id: cq_mgmt_work_1
66
+ text: How do you balance code quality with delivery speed in your team?
67
+ followUps:
68
+ - How do you make trade-off decisions?
69
+ lookingFor:
70
+ - Quality vs velocity trade-offs
71
+ - Team guidance on priorities
72
+ expectedDurationMinutes: 8
73
+ practitioner:
74
+ - id: cq_mgmt_pract_1
75
+ text: How do you build a culture of quality ownership within your team?
76
+ lookingFor:
77
+ - Quality culture development
78
+ - Team accountability practices
79
+ expectedDurationMinutes: 8
80
+ expert:
81
+ - id: cq_mgmt_expert_1
82
+ text:
83
+ How do you establish and evolve quality standards across multiple teams?
84
+ followUps:
85
+ - How do you measure quality outcomes?
86
+ lookingFor:
87
+ - Cross-team quality leadership
88
+ - Quality metrics and governance
89
+ expectedDurationMinutes: 10
@@ -1,45 +1,95 @@
1
1
  # yaml-language-server: $schema=https://www.forwardimpact.team/schema/json/skill-questions.schema.json
2
2
 
3
- awareness:
4
- - id: dm_aware_1
5
- text: What's the difference between relational and non-relational databases?
6
- lookingFor:
7
- - Basic database concepts
8
- - Understanding of use cases for each
9
- expectedDurationMinutes: 5
10
- foundational:
11
- - id: dm_found_1
12
- text:
13
- How would you design a simple database schema for a user management
14
- system?
15
- lookingFor:
16
- - Basic schema design
17
- - Understanding of normalization
18
- expectedDurationMinutes: 8
19
- working:
20
- - id: dm_work_1
21
- text: Describe a data model you've designed. What trade-offs did you make?
22
- followUps:
23
- - How did you handle performance?
24
- lookingFor:
25
- - Practical data modeling experience
26
- - Performance considerations
27
- expectedDurationMinutes: 10
28
- practitioner:
29
- - id: dm_pract_1
30
- text:
31
- How do you approach data modeling for complex domains with evolving
32
- requirements?
33
- lookingFor:
34
- - Advanced modeling techniques
35
- - Handling schema evolution
36
- expectedDurationMinutes: 10
37
- expert:
38
- - id: dm_expert_1
39
- text:
40
- How do you establish data modeling standards and practices across an
41
- organization?
42
- lookingFor:
43
- - Enterprise data architecture
44
- - Organizational standards leadership
45
- expectedDurationMinutes: 10
3
+ professionalQuestions:
4
+ awareness:
5
+ - id: dm_pro_aware_1
6
+ text:
7
+ What's the difference between relational and non-relational databases?
8
+ lookingFor:
9
+ - Basic database concepts
10
+ - Understanding of use cases for each
11
+ expectedDurationMinutes: 5
12
+ foundational:
13
+ - id: dm_pro_found_1
14
+ text:
15
+ How would you design a simple database schema for a user management
16
+ system?
17
+ lookingFor:
18
+ - Basic schema design
19
+ - Understanding of normalization
20
+ expectedDurationMinutes: 8
21
+ working:
22
+ - id: dm_pro_work_1
23
+ text: Describe a data model you've designed. What trade-offs did you make?
24
+ followUps:
25
+ - How did you handle performance?
26
+ lookingFor:
27
+ - Practical data modeling experience
28
+ - Performance considerations
29
+ expectedDurationMinutes: 10
30
+ practitioner:
31
+ - id: dm_pro_pract_1
32
+ text:
33
+ How do you approach data modeling for complex domains with evolving
34
+ requirements?
35
+ lookingFor:
36
+ - Advanced modeling techniques
37
+ - Handling schema evolution
38
+ expectedDurationMinutes: 10
39
+ expert:
40
+ - id: dm_pro_expert_1
41
+ text:
42
+ How do you establish data modeling standards and practices across an
43
+ organization?
44
+ lookingFor:
45
+ - Enterprise data architecture
46
+ - Organizational standards leadership
47
+ expectedDurationMinutes: 10
48
+
49
+ managementQuestions:
50
+ awareness:
51
+ - id: dm_mgmt_aware_1
52
+ text:
53
+ How do you ensure your team understands the data models they work with?
54
+ lookingFor:
55
+ - Basic data awareness in team
56
+ - Knowledge sharing practices
57
+ expectedDurationMinutes: 5
58
+ foundational:
59
+ - id: dm_mgmt_found_1
60
+ text: How do you support your team in making data modeling decisions?
61
+ followUps:
62
+ - What review processes do you have?
63
+ lookingFor:
64
+ - Team support practices
65
+ - Data decision governance
66
+ expectedDurationMinutes: 8
67
+ working:
68
+ - id: dm_mgmt_work_1
69
+ text:
70
+ How do you manage data quality and schema changes across your team's
71
+ services?
72
+ followUps:
73
+ - How do you coordinate breaking changes?
74
+ lookingFor:
75
+ - Data change management
76
+ - Cross-service coordination
77
+ expectedDurationMinutes: 10
78
+ practitioner:
79
+ - id: dm_mgmt_pract_1
80
+ text: How do you build data modeling expertise within your team?
81
+ followUps:
82
+ - How do you identify data skill gaps?
83
+ lookingFor:
84
+ - Team capability development
85
+ - Data skill growth strategies
86
+ expectedDurationMinutes: 10
87
+ expert:
88
+ - id: dm_mgmt_expert_1
89
+ text:
90
+ How do you drive data governance and modeling standards across multiple
91
+ teams?
92
+ lookingFor:
93
+ - Cross-team data leadership
94
+ - Enterprise data strategy
95
+ expectedDurationMinutes: 10
@@ -1,46 +1,93 @@
1
1
  # yaml-language-server: $schema=https://www.forwardimpact.team/schema/json/skill-questions.schema.json
2
2
 
3
- awareness:
4
- - id: devops_aware_1
5
- text: What do you understand about CI/CD pipelines? How have you used them?
6
- lookingFor:
7
- - Basic understanding of automated builds and deployments
8
- - Experience using pipelines defined by others
9
- expectedDurationMinutes: 5
10
- foundational:
11
- - id: devops_found_1
12
- text: Describe how you would set up a basic CI pipeline for a new project.
13
- lookingFor:
14
- - Understanding of CI fundamentals
15
- - Basic pipeline configuration knowledge
16
- expectedDurationMinutes: 8
17
- working:
18
- - id: devops_work_1
19
- text:
20
- Tell me about a deployment pipeline you've built. What stages did it
21
- include?
22
- followUps:
23
- - How did you handle failures?
24
- - What monitoring did you add?
25
- lookingFor:
26
- - End-to-end pipeline experience
27
- - Infrastructure as code awareness
28
- expectedDurationMinutes: 10
29
- practitioner:
30
- - id: devops_pract_1
31
- text: How have you improved deployment practices in your team?
32
- followUps:
33
- - How did you measure improvement?
34
- lookingFor:
35
- - DevOps leadership
36
- - Metrics-driven improvement
37
- expectedDurationMinutes: 8
38
- expert:
39
- - id: devops_expert_1
40
- text: How have you shaped DevOps practices across an organization?
41
- followUps:
42
- - What cultural changes did you drive?
43
- lookingFor:
44
- - Organizational DevOps transformation
45
- - Culture change leadership
46
- expectedDurationMinutes: 10
3
+ professionalQuestions:
4
+ awareness:
5
+ - id: devops_pro_aware_1
6
+ text:
7
+ What do you understand about CI/CD pipelines? How have you used them?
8
+ lookingFor:
9
+ - Basic understanding of automated builds and deployments
10
+ - Experience using pipelines defined by others
11
+ expectedDurationMinutes: 5
12
+ foundational:
13
+ - id: devops_pro_found_1
14
+ text: Describe how you would set up a basic CI pipeline for a new project.
15
+ lookingFor:
16
+ - Understanding of CI fundamentals
17
+ - Basic pipeline configuration knowledge
18
+ expectedDurationMinutes: 8
19
+ working:
20
+ - id: devops_pro_work_1
21
+ text:
22
+ Tell me about a deployment pipeline you've built. What stages did it
23
+ include?
24
+ followUps:
25
+ - How did you handle failures?
26
+ - What monitoring did you add?
27
+ lookingFor:
28
+ - End-to-end pipeline experience
29
+ - Infrastructure as code awareness
30
+ expectedDurationMinutes: 10
31
+ practitioner:
32
+ - id: devops_pro_pract_1
33
+ text: How have you improved deployment practices in your team?
34
+ followUps:
35
+ - How did you measure improvement?
36
+ lookingFor:
37
+ - DevOps leadership
38
+ - Metrics-driven improvement
39
+ expectedDurationMinutes: 8
40
+ expert:
41
+ - id: devops_pro_expert_1
42
+ text: How have you shaped DevOps practices across an organization?
43
+ followUps:
44
+ - What cultural changes did you drive?
45
+ lookingFor:
46
+ - Organizational DevOps transformation
47
+ - Culture change leadership
48
+ expectedDurationMinutes: 10
49
+
50
+ managementQuestions:
51
+ awareness:
52
+ - id: devops_mgmt_aware_1
53
+ text: How do you ensure your team can deploy their changes reliably?
54
+ lookingFor:
55
+ - Basic deployment awareness
56
+ - Team enablement understanding
57
+ expectedDurationMinutes: 5
58
+ foundational:
59
+ - id: devops_mgmt_found_1
60
+ text: How do you manage deployment frequency and risk in your team?
61
+ followUps:
62
+ - How do you handle deployment failures?
63
+ lookingFor:
64
+ - Deployment risk management
65
+ - Team process awareness
66
+ expectedDurationMinutes: 8
67
+ working:
68
+ - id: devops_mgmt_work_1
69
+ text: How do you balance deployment velocity with stability in your team?
70
+ followUps:
71
+ - What metrics do you track?
72
+ lookingFor:
73
+ - DevOps metrics understanding
74
+ - Trade-off management
75
+ expectedDurationMinutes: 10
76
+ practitioner:
77
+ - id: devops_mgmt_pract_1
78
+ text: How do you build DevOps capabilities and culture within your team?
79
+ followUps:
80
+ - How do you handle resistance to change?
81
+ lookingFor:
82
+ - DevOps culture development
83
+ - Team capability building
84
+ expectedDurationMinutes: 8
85
+ expert:
86
+ - id: devops_mgmt_expert_1
87
+ text:
88
+ How do you drive DevOps transformation and platform strategy across
89
+ multiple teams?
90
+ lookingFor:
91
+ - Cross-team DevOps leadership
92
+ - Organizational transformation
93
+ expectedDurationMinutes: 10