@forwardimpact/map 0.11.1 → 0.13.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 (59) hide show
  1. package/README.md +1 -1
  2. package/bin/fit-map.js +91 -34
  3. package/package.json +14 -4
  4. package/schema/json/capability.schema.json +33 -0
  5. package/schema/json/discipline.schema.json +2 -6
  6. package/schema/rdf/capability.ttl +48 -0
  7. package/schema/rdf/discipline.ttl +6 -19
  8. package/src/index-generator.js +67 -38
  9. package/src/index.js +10 -25
  10. package/src/loader.js +407 -559
  11. package/src/schema-validation.js +327 -307
  12. package/src/validation.js +54 -0
  13. package/examples/behaviours/_index.yaml +0 -8
  14. package/examples/behaviours/outcome_ownership.yaml +0 -43
  15. package/examples/behaviours/polymathic_knowledge.yaml +0 -41
  16. package/examples/behaviours/precise_communication.yaml +0 -39
  17. package/examples/behaviours/relentless_curiosity.yaml +0 -37
  18. package/examples/behaviours/systems_thinking.yaml +0 -40
  19. package/examples/capabilities/_index.yaml +0 -8
  20. package/examples/capabilities/business.yaml +0 -205
  21. package/examples/capabilities/delivery.yaml +0 -1001
  22. package/examples/capabilities/people.yaml +0 -68
  23. package/examples/capabilities/reliability.yaml +0 -349
  24. package/examples/capabilities/scale.yaml +0 -1672
  25. package/examples/copilot-setup-steps.yaml +0 -25
  26. package/examples/devcontainer.yaml +0 -21
  27. package/examples/disciplines/_index.yaml +0 -6
  28. package/examples/disciplines/data_engineering.yaml +0 -68
  29. package/examples/disciplines/engineering_management.yaml +0 -61
  30. package/examples/disciplines/software_engineering.yaml +0 -68
  31. package/examples/drivers.yaml +0 -202
  32. package/examples/framework.yaml +0 -73
  33. package/examples/levels.yaml +0 -115
  34. package/examples/questions/behaviours/outcome_ownership.yaml +0 -228
  35. package/examples/questions/behaviours/polymathic_knowledge.yaml +0 -275
  36. package/examples/questions/behaviours/precise_communication.yaml +0 -248
  37. package/examples/questions/behaviours/relentless_curiosity.yaml +0 -248
  38. package/examples/questions/behaviours/systems_thinking.yaml +0 -238
  39. package/examples/questions/capabilities/business.yaml +0 -107
  40. package/examples/questions/capabilities/delivery.yaml +0 -101
  41. package/examples/questions/capabilities/people.yaml +0 -106
  42. package/examples/questions/capabilities/reliability.yaml +0 -105
  43. package/examples/questions/capabilities/scale.yaml +0 -104
  44. package/examples/questions/skills/architecture_design.yaml +0 -115
  45. package/examples/questions/skills/cloud_platforms.yaml +0 -105
  46. package/examples/questions/skills/code_quality.yaml +0 -162
  47. package/examples/questions/skills/data_modeling.yaml +0 -107
  48. package/examples/questions/skills/devops.yaml +0 -111
  49. package/examples/questions/skills/full_stack_development.yaml +0 -118
  50. package/examples/questions/skills/sre_practices.yaml +0 -113
  51. package/examples/questions/skills/stakeholder_management.yaml +0 -116
  52. package/examples/questions/skills/team_collaboration.yaml +0 -106
  53. package/examples/questions/skills/technical_writing.yaml +0 -110
  54. package/examples/self-assessments.yaml +0 -64
  55. package/examples/stages.yaml +0 -191
  56. package/examples/tracks/_index.yaml +0 -5
  57. package/examples/tracks/platform.yaml +0 -47
  58. package/examples/tracks/sre.yaml +0 -46
  59. package/examples/vscode-settings.yaml +0 -21
@@ -1,25 +0,0 @@
1
- # Copilot Coding Agent setup steps workflow
2
- # This workflow is executed when a Copilot Coding Agent starts
3
- # to prepare the environment for the agent session.
4
- #
5
- # Reference: https://docs.github.com/en/copilot/customizing-copilot/customizing-the-development-environment-for-copilot-coding-agent
6
-
7
- name: Copilot Setup Steps
8
-
9
- on: copilot_setup_steps
10
-
11
- jobs:
12
- setup:
13
- runs-on: ubuntu-latest
14
- steps:
15
- - name: Checkout repository
16
- uses: actions/checkout@v4
17
-
18
- - name: Setup Node.js
19
- uses: actions/setup-node@v4
20
- with:
21
- node-version: "22"
22
- cache: npm
23
-
24
- - name: Install dependencies
25
- run: npm ci
@@ -1,21 +0,0 @@
1
- # Dev Container configuration template
2
- # Settings are dynamically populated at generation time
3
-
4
- # Base image for Node.js development
5
- image: mcr.microsoft.com/devcontainers/javascript-node:22-bookworm
6
-
7
- # VS Code customizations are populated dynamically from vscode-settings.yaml
8
- # customizations:
9
- # vscode:
10
- # settings: { ... dynamically injected ... }
11
-
12
- # Features to add to the dev container
13
- features:
14
- ghcr.io/devcontainers/features/github-cli:1: {}
15
-
16
- # Lifecycle commands
17
- postCreateCommand: npm install
18
-
19
- # Forward ports from the container (e.g., for dev server)
20
- forwardPorts:
21
- - 3000
@@ -1,6 +0,0 @@
1
- # Auto-generated index for browser loading
2
- # Do not edit manually - regenerate with: npx pathway --generate-index
3
- files:
4
- - data_engineering
5
- - engineering_management
6
- - software_engineering
@@ -1,68 +0,0 @@
1
- # yaml-language-server: $schema=https://www.forwardimpact.team/schema/json/discipline.schema.json
2
-
3
- specialization: Data Engineering
4
- roleTitle: Data Engineer
5
- isProfessional: true
6
- # null = allow trackless (generalist)
7
- validTracks:
8
- - null
9
- - platform
10
- - sre
11
-
12
- # Shared content (human and agent)
13
- description:
14
- Designs and builds data integration, storage systems, and data infrastructure
15
- to enable analytics and AI. Masters the art of gaining access to enterprise
16
- data and making it usable.
17
-
18
- # Derivation inputs
19
- coreSkills:
20
- - data_modeling
21
- - architecture_design
22
- - cloud_platforms
23
- supportingSkills:
24
- - code_quality
25
- - full_stack_development
26
- - devops
27
- - sre_practices
28
- broadSkills:
29
- - stakeholder_management
30
- - technical_writing
31
- - team_collaboration
32
- behaviourModifiers:
33
- systems_thinking: 1
34
- outcome_ownership: 1
35
- relentless_curiosity: 1
36
-
37
- # Human-specific content
38
- human:
39
- professionalRoleSummary:
40
- We are seeking a skilled {roleTitle} who will design and build data
41
- integration, storage systems, and data infrastructure that enable analytics
42
- and AI capabilities. In this role, you will master the art of gaining access
43
- to enterprise data and making it usable for decision-making across the
44
- organization.
45
- managementRoleSummary:
46
- We are seeking an experienced {specialization} leader to build and lead
47
- high-performing data engineering teams. In this role, you will drive the
48
- strategic direction of our data infrastructure while developing talent and
49
- ensuring data capabilities meet business needs. You will champion data
50
- quality, governance, and the democratization of data across the
51
- organization.
52
-
53
- # Agent-specific content
54
- agent:
55
- identity: |
56
- You are a {roleTitle} agent. Your focus is designing and building
57
- data integration, storage systems, and data infrastructure that
58
- enables analytics and AI capabilities. You treat checklists the
59
- way surgeons and pilots do—not as a crutch, but as a discipline
60
- that catches the errors expertise alone cannot prevent.
61
- priority: |
62
- Data quality is paramount. Always validate data at ingestion points and
63
- document schema assumptions. Treat undocumented schemas with suspicion.
64
- constraints:
65
- - Ignoring data quality issues
66
- - Creating pipelines without proper error handling
67
- - Undocumented schema changes
68
- - Tight coupling between data producers and consumers
@@ -1,61 +0,0 @@
1
- # yaml-language-server: $schema=https://www.forwardimpact.team/schema/json/discipline.schema.json
2
-
3
- specialization: Engineering Management
4
- roleTitle: Engineering Manager
5
- isManagement: true
6
- minLevel: L2
7
-
8
- description: |
9
- People and delivery leadership, focusing on team effectiveness,
10
- career development, and organizational outcomes.
11
-
12
- # null = allow trackless (generalist)
13
- validTracks:
14
- - null
15
-
16
- coreSkills:
17
- - stakeholder_management
18
- - team_collaboration
19
- supportingSkills:
20
- - code_quality
21
- - devops
22
- broadSkills:
23
- - architecture_design
24
- - technical_writing
25
-
26
- behaviourModifiers:
27
- outcome_ownership: 1
28
- systems_thinking: 1
29
-
30
- # Human-specific content
31
- human:
32
- professionalRoleSummary:
33
- We are seeking a skilled {roleTitle} who will lead engineering teams,
34
- focusing on team effectiveness, career development, and organizational
35
- outcomes. In this role, you will create space for curiosity and
36
- experimentation while modeling ownership behaviours.
37
- managementRoleSummary:
38
- We are seeking an experienced {specialization} leader to build and lead
39
- high-performing engineering teams. In this role, you will drive team
40
- effectiveness and career development while ensuring organizational outcomes
41
- are achieved. You will create space for innovation and model the ownership
42
- behaviors that define our engineering culture.
43
-
44
- # Agent-specific content
45
- agent:
46
- identity: |
47
- You are an {specialization} leadership support agent. Your primary
48
- focus is supporting engineering managers with team effectiveness,
49
- process design, and communication. You treat checklists the way
50
- surgeons and pilots do—not as a crutch, but as a discipline that
51
- catches the errors expertise alone cannot prevent.
52
- priority: |
53
- People and process over direct implementation. You help create space
54
- for curiosity and experimentation, model ownership behaviors, and
55
- remove organizational friction.
56
-
57
- Your role is to support engineering judgment, not replace it.
58
- constraints:
59
- - Focus on enabling and empowering rather than doing directly
60
- - Consider long-term team health over short-term fixes
61
- - Support engineering judgment, don't replace it
@@ -1,68 +0,0 @@
1
- # yaml-language-server: $schema=https://www.forwardimpact.team/schema/json/discipline.schema.json
2
-
3
- specialization: Software Engineering
4
- roleTitle: Software Engineer
5
- isProfessional: true
6
- # null = allow trackless (generalist)
7
- validTracks:
8
- - null
9
- - platform
10
- - sre
11
-
12
- # Shared content (human and agent)
13
- description:
14
- Builds and maintains software systems, focusing on code quality, architecture,
15
- and reliable delivery of business value. In the AI era, emphasizes
16
- verification and review of AI-generated code.
17
-
18
- # Derivation inputs
19
- coreSkills:
20
- - architecture_design
21
- - code_quality
22
- - full_stack_development
23
- supportingSkills:
24
- - devops
25
- - cloud_platforms
26
- - sre_practices
27
- broadSkills:
28
- - data_modeling
29
- - stakeholder_management
30
- - technical_writing
31
- - team_collaboration
32
- behaviourModifiers:
33
- outcome_ownership: 1
34
- systems_thinking: 1
35
- relentless_curiosity: 1
36
-
37
- # Human-specific content
38
- human:
39
- professionalRoleSummary:
40
- We are seeking a skilled {roleTitle} who will design, build, and maintain
41
- software systems that deliver business value. In this role, you will focus
42
- on code quality, architecture decisions, and reliable delivery while
43
- leveraging AI tools to enhance productivity. You will verify and review
44
- AI-generated code to ensure it meets our quality standards.
45
- managementRoleSummary:
46
- We are seeking an experienced {specialization} leader to build and lead
47
- high-performing software engineering teams. In this role, you will drive
48
- technical excellence while developing talent and ensuring delivery of
49
- business value. You will set technical direction, create space for
50
- innovation, and model the ownership behaviors that define our engineering
51
- culture.
52
-
53
- # Agent-specific content
54
- agent:
55
- identity: |
56
- You are a {roleTitle} agent. Your primary focus is writing
57
- correct, maintainable, well-tested code. You treat checklists the
58
- way surgeons and pilots do—not as a crutch, but as a discipline
59
- that catches the errors expertise alone cannot prevent.
60
- priority: |
61
- Code review is more important than code generation. Every line of code
62
- you produce must be understood and verified. Never ship code without
63
- comprehensive testing.
64
- constraints:
65
- - Committing code without running tests
66
- - Making changes without understanding the existing codebase
67
- - Ignoring error handling and edge cases
68
- - Over-engineering simple solutions
@@ -1,202 +0,0 @@
1
- # yaml-language-server: $schema=https://www.forwardimpact.team/schema/json/drivers.schema.json
2
-
3
- - id: clear_direction
4
- name: Clear Direction
5
- description:
6
- The degree to which developers understand their team's mission, goals, and
7
- alignment with the greater organization
8
- contributingSkills:
9
- - stakeholder_management
10
- - technical_writing
11
- contributingBehaviours:
12
- - polymathic_knowledge
13
- - systems_thinking
14
-
15
- - id: say_on_priorities
16
- name: Say on Priorities
17
- description:
18
- The involvement and influence developers hold in shaping their team's
19
- direction and tasks
20
- contributingSkills:
21
- - stakeholder_management
22
- - team_collaboration
23
- contributingBehaviours:
24
- - outcome_ownership
25
- - relentless_curiosity
26
-
27
- - id: requirements_quality
28
- name: Requirements Quality
29
- description:
30
- How well specifications are defined for tasks and projects, encompassing
31
- completeness and stability of requirements
32
- contributingSkills:
33
- - stakeholder_management
34
- - technical_writing
35
- - architecture_design
36
- contributingBehaviours:
37
- - precise_communication
38
- - systems_thinking
39
-
40
- # Delivery & Release
41
- - id: ease_of_release
42
- name: Ease of Release
43
- description:
44
- The amount of friction involved in releasing code to end-users, encompassing
45
- validation, packaging, and deployment
46
- contributingSkills:
47
- - devops
48
- - code_quality
49
- - full_stack_development
50
- - cloud_platforms
51
- contributingBehaviours:
52
- - outcome_ownership
53
- - precise_communication
54
-
55
- - id: test_efficiency
56
- name: Test Efficiency
57
- description:
58
- The speed and stability of an automated test suite, affecting feedback loops
59
- in the software development lifecycle
60
- contributingSkills:
61
- - full_stack_development
62
- - code_quality
63
- - devops
64
- contributingBehaviours:
65
- - outcome_ownership
66
- - relentless_curiosity
67
-
68
- - id: managing_tech_debt
69
- name: Managing Tech Debt
70
- description:
71
- Continuously identifying, analyzing, and addressing technical debt to
72
- maintain developer productivity
73
- contributingSkills:
74
- - code_quality
75
- - architecture_design
76
- contributingBehaviours:
77
- - outcome_ownership
78
- - systems_thinking
79
-
80
- # Quality & Documentation
81
- - id: code_review
82
- name: Code Review
83
- description:
84
- The timeliness and quality of feedback received during code review, as well
85
- as the experience of reviewing others' code
86
- contributingSkills:
87
- - code_quality
88
- - team_collaboration
89
- contributingBehaviours:
90
- - precise_communication
91
- - relentless_curiosity
92
-
93
- - id: documentation
94
- name: Documentation
95
- description:
96
- Helping developers obtain the information they need to understand and
97
- complete technical tasks
98
- contributingSkills:
99
- - technical_writing
100
- contributingBehaviours:
101
- - precise_communication
102
- - polymathic_knowledge
103
-
104
- - id: codebase_experience
105
- name: Codebase Experience
106
- description:
107
- The ease of understanding and modifying code, significantly affecting
108
- overall developer experience
109
- contributingSkills:
110
- - code_quality
111
- - architecture_design
112
- contributingBehaviours:
113
- - relentless_curiosity
114
- - polymathic_knowledge
115
-
116
- # Operations & Reliability
117
- - id: incident_response
118
- name: Incident Response
119
- description:
120
- How developers handle and resolve issues in their systems, including triage,
121
- resolution, and communication
122
- contributingSkills:
123
- - sre_practices
124
- - devops
125
- - cloud_platforms
126
- contributingBehaviours:
127
- - outcome_ownership
128
- - systems_thinking
129
-
130
- # Learning & Growth
131
- - id: learning_culture
132
- name: Learning Culture
133
- description:
134
- The team characteristic of continuously improving and learning from past
135
- experience
136
- contributingSkills:
137
- - team_collaboration
138
- - technical_writing
139
- contributingBehaviours:
140
- - relentless_curiosity
141
- - polymathic_knowledge
142
-
143
- - id: experimentation
144
- name: Experimentation
145
- description:
146
- Activities that generate new ideas, test hypotheses, and capture insights
147
- from experiments
148
- contributingSkills:
149
- - data_modeling
150
- - full_stack_development
151
- contributingBehaviours:
152
- - relentless_curiosity
153
- - polymathic_knowledge
154
-
155
- # Team & Collaboration
156
- - id: connectedness
157
- name: Connectedness
158
- description:
159
- The state of feeling linked and related to others at work, fostered through
160
- communication and interaction
161
- contributingSkills:
162
- - team_collaboration
163
- - stakeholder_management
164
- contributingBehaviours:
165
- - precise_communication
166
- - polymathic_knowledge
167
-
168
- - id: efficient_processes
169
- name: Efficient Processes
170
- description:
171
- How effectively team members collaborate to design and deliver software
172
- using principles and workflows
173
- contributingSkills:
174
- - team_collaboration
175
- - devops
176
- contributingBehaviours:
177
- - precise_communication
178
- - outcome_ownership
179
-
180
- - id: deep_work
181
- name: Deep Work
182
- description:
183
- The ability to focus on tasks without distraction, achieved by minimizing
184
- interruptions and context switching
185
- contributingSkills:
186
- - architecture_design
187
- - code_quality
188
- contributingBehaviours:
189
- - relentless_curiosity
190
- - precise_communication
191
-
192
- # User Focus
193
- - id: leveraging_user_feedback
194
- name: Leveraging User Feedback
195
- description:
196
- Collecting, analyzing, and taking action based on insights from end-users
197
- contributingSkills:
198
- - stakeholder_management
199
- - data_modeling
200
- contributingBehaviours:
201
- - relentless_curiosity
202
- - precise_communication
@@ -1,73 +0,0 @@
1
- # yaml-language-server: $schema=https://www.forwardimpact.team/schema/json/framework.schema.json
2
-
3
- title: Engineering Pathway
4
- emojiIcon: "🧭"
5
- tag: "#AcmeCorp"
6
- description: |
7
- Great engineering comes from improving the performance of people and machines together. The pathway defines skills, behaviours, and career levels that apply equally to human engineers and coding agent teams—raising quality, increasing output, and bringing pride of workmanship to both.
8
-
9
- # Distribution configuration
10
- distribution:
11
- siteUrl: https://pathway.example.com
12
-
13
- # Entity definitions for pages and chapters
14
- entityDefinitions:
15
- driver:
16
- title: Drivers
17
- emojiIcon: "🎯"
18
- description: |
19
- Organizational outcomes that productive teams achieve. Drivers link skills and behaviours to business value, helping teams understand how their capabilities contribute to organizational success.
20
-
21
- skill:
22
- title: Skills
23
- emojiIcon: "💡"
24
- description: |
25
- Capabilities required to perform work effectively. Skills are organized by capability and measured across five levels from Awareness to Expert. They form the foundation of technical and professional competence.
26
-
27
- behaviour:
28
- title: Behaviours
29
- emojiIcon: "🧠"
30
- description: |
31
- Mindsets and ways of working that underpin effective application of skills. Behaviours are measured across five maturity levels from Emerging to Exemplifying. They describe how engineers approach their work, collaborate with others, and drive outcomes.
32
-
33
- discipline:
34
- title: Disciplines
35
- emojiIcon: "🔬"
36
- description: |
37
- Engineering specializations that define T-shaped skill profiles. Each discipline specifies primary skills for deep expertise, secondary skills for supporting capabilities, and broad skills for general awareness. Disciplines answer the question: "What kind of engineer are you?"
38
-
39
- level:
40
- title: Levels
41
- emojiIcon: "📊"
42
- description: |
43
- Career levels that define expectations for skill proficiency, behaviour maturity, and scope of impact. Levels provide a clear progression path from entry-level to distinguished leadership roles, with defined expectations at each stage.
44
-
45
- track:
46
- title: Tracks
47
- emojiIcon: "🛤️"
48
- description: |
49
- Work contexts that modify skill and behaviour expectations based on the nature of the role. Tracks answer the question: "Where and how do you work?" They apply modifiers to adjust expectations for different working environments and responsibilities.
50
-
51
- job:
52
- title: Jobs
53
- emojiIcon: "📋"
54
- description: |
55
- Complete role specifications that combine discipline, track, and level into actionable job definitions with skill matrices, behaviour profiles, and derived responsibilities. Jobs represent the practical application of the framework to define concrete engineering positions.
56
-
57
- agent:
58
- title: Agents
59
- emojiIcon: "🤖"
60
- description: |
61
- AI coding agent configurations generated from the same disciplines, tracks, and skills that define human roles. Agent profiles and skills follow the GitHub Copilot specification, ensuring AI assistants understand context, constraints, and working styles aligned with human engineering expectations.
62
-
63
- stage:
64
- title: Stages
65
- emojiIcon: "🔄"
66
- description: |
67
- Defined phases of the engineering lifecycle that structure work from planning through delivery and review. Stages provide context for AI agents and define entry criteria, exit criteria, and appropriate handoffs between phases.
68
-
69
- tool:
70
- title: Tools
71
- emojiIcon: "🔧"
72
- description: |
73
- Required tools and utilities referenced by skills for effective engineering workflows. Tools are linked to specific skills with guidance on when and how to use them, surfacing organizational standards directly in skill definitions.
@@ -1,115 +0,0 @@
1
- # yaml-language-server: $schema=https://www.forwardimpact.team/schema/json/levels.schema.json
2
-
3
- - id: L1
4
- professionalTitle: Engineer I
5
- managementTitle: Associate Manager
6
- typicalExperienceRange: "0-2"
7
- ordinalRank: 1
8
- qualificationSummary:
9
- Entry-level position for those new to the field or transitioning careers.
10
- Bachelor's degree or equivalent practical experience.
11
- baseSkillProficiencies:
12
- primary: foundational
13
- secondary: awareness
14
- broad: awareness
15
- baseBehaviourMaturity: emerging
16
- expectations:
17
- impactScope:
18
- Individual tasks and small features with guidance from senior team members
19
- autonomyExpectation:
20
- Work with close supervision and ask for help when encountering challenges
21
- influenceScope:
22
- Contribute to team discussions and learn from experienced colleagues
23
- complexityHandled:
24
- Standard tasks with established patterns and clear requirements
25
-
26
- - id: L2
27
- professionalTitle: Engineer II
28
- managementTitle: Manager
29
- typicalExperienceRange: "2-5"
30
- ordinalRank: 2
31
- qualificationSummary: >
32
- {typicalExperienceRange} years of relevant experience. Demonstrated ability
33
- to complete tasks independently and contribute effectively to team projects.
34
- baseSkillProficiencies:
35
- primary: foundational
36
- secondary: foundational
37
- broad: awareness
38
- baseBehaviourMaturity: emerging
39
- expectations:
40
- impactScope: Complete features and components delivered independently
41
- autonomyExpectation:
42
- Work independently on familiar problems while seeking guidance on novel
43
- situations
44
- influenceScope:
45
- Help onboard new team members and participate actively in code reviews
46
- complexityHandled: Moderate complexity with some ambiguity in requirements
47
-
48
- - id: L3
49
- professionalTitle: Senior Engineer
50
- managementTitle: Senior Manager
51
- typicalExperienceRange: "5-8"
52
- ordinalRank: 3
53
- qualificationSummary: >
54
- {typicalExperienceRange} years of relevant experience. Proven track record
55
- of leading technical initiatives and mentoring team members.
56
- baseSkillProficiencies:
57
- primary: practitioner
58
- secondary: working
59
- broad: foundational
60
- baseBehaviourMaturity: developing
61
- expectations:
62
- impactScope:
63
- Large features and technical initiatives including leading small projects
64
- autonomyExpectation:
65
- Do self-directed work while seeking input on strategic decisions
66
- influenceScope: Shape team practices and mentor junior engineers
67
- complexityHandled: High complexity with comfort navigating ambiguity
68
-
69
- - id: L4
70
- professionalTitle: Staff Engineer
71
- managementTitle: Director
72
- typicalExperienceRange: "8-12"
73
- ordinalRank: 4
74
- qualificationSummary: >
75
- {typicalExperienceRange} years of relevant experience. Extensive experience
76
- leading complex technical projects with multi-team impact.
77
- baseSkillProficiencies:
78
- primary: expert
79
- secondary: practitioner
80
- broad: working
81
- baseBehaviourMaturity: practicing
82
- breadthCriteria:
83
- practitioner: 4
84
- expectations:
85
- impactScope: Multi-team initiatives with area-wide impact
86
- autonomyExpectation: Set own direction within broader strategic goals
87
- influenceScope:
88
- Influence teams in your area and be recognized as a domain expert
89
- complexityHandled:
90
- Very high complexity driving through ambiguity to deliver results
91
-
92
- - id: L5
93
- professionalTitle: Principal Engineer
94
- managementTitle: VP of Engineering
95
- typicalExperienceRange: "12+"
96
- ordinalRank: 5
97
- qualificationSummary: >
98
- {typicalExperienceRange} years of relevant experience. Deep technical
99
- expertise with a proven track record of organization-wide technical
100
- leadership.
101
- baseSkillProficiencies:
102
- primary: expert
103
- secondary: expert
104
- broad: practitioner
105
- baseBehaviourMaturity: role_modeling
106
- breadthCriteria:
107
- practitioner: 5
108
- expert: 2
109
- expectations:
110
- impactScope: Business unit technical strategy and architectural direction
111
- autonomyExpectation:
112
- Define strategic direction and be accountable for outcomes
113
- influenceScope:
114
- Shape practices across the business unit and maintain external visibility
115
- complexityHandled: Business unit complexity creating clarity from ambiguity