@forwardimpact/pathway 0.25.22 → 0.25.24
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.
- package/bin/fit-pathway.js +117 -325
- package/package.json +2 -2
- package/src/commands/agent-io.js +1 -1
- package/src/commands/agent.js +13 -13
- package/src/commands/behaviour.js +7 -7
- package/src/commands/build-packs.js +208 -34
- package/src/commands/build.js +2 -2
- package/src/commands/command-factory.js +2 -2
- package/src/commands/discipline.js +7 -7
- package/src/commands/driver.js +8 -8
- package/src/commands/index.js +0 -1
- package/src/commands/interview.js +4 -4
- package/src/commands/job.js +19 -17
- package/src/commands/level.js +7 -7
- package/src/commands/progress.js +4 -4
- package/src/commands/questions.js +10 -8
- package/src/commands/skill.js +9 -9
- package/src/commands/stage.js +7 -7
- package/src/commands/tool.js +6 -6
- package/src/commands/track.js +7 -7
- package/src/formatters/questions/yaml.js +1 -1
- package/src/index.html +1 -1
- package/src/lib/cli-command.js +33 -33
- package/src/lib/cli-output.js +9 -189
- package/src/pages/agent-builder-install.js +6 -5
- package/src/commands/init.js +0 -64
- package/starter/behaviours/systems_thinking.yaml +0 -32
- package/starter/capabilities/delivery.yaml +0 -105
- package/starter/capabilities/reliability.yaml +0 -72
- package/starter/disciplines/software_engineering.yaml +0 -46
- package/starter/drivers.yaml +0 -10
- package/starter/framework.yaml +0 -49
- package/starter/levels.yaml +0 -39
- package/starter/questions/behaviours/.gitkeep +0 -0
- package/starter/questions/capabilities/.gitkeep +0 -0
- package/starter/questions/skills/.gitkeep +0 -0
- package/starter/stages.yaml +0 -21
- package/starter/tracks/forward_deployed.yaml +0 -33
- package/starter/tracks/platform.yaml +0 -33
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
# yaml-language-server: $schema=https://www.forwardimpact.team/schema/json/capability.schema.json
|
|
2
|
-
|
|
3
|
-
id: delivery
|
|
4
|
-
name: Delivery
|
|
5
|
-
emojiIcon: "\U0001F680"
|
|
6
|
-
ordinalRank: 1
|
|
7
|
-
description: |
|
|
8
|
-
Building and shipping solutions that solve real problems.
|
|
9
|
-
professionalResponsibilities:
|
|
10
|
-
awareness:
|
|
11
|
-
You complete assigned tasks within established patterns with guidance
|
|
12
|
-
foundational: You deliver small features end-to-end with minimal guidance
|
|
13
|
-
working: You own feature delivery from design through deployment
|
|
14
|
-
practitioner: You lead technical delivery of complex projects across teams
|
|
15
|
-
expert: You drive delivery of the most critical technical initiatives
|
|
16
|
-
managementResponsibilities:
|
|
17
|
-
awareness: You track team progress and communicate status to stakeholders
|
|
18
|
-
foundational:
|
|
19
|
-
You coordinate team delivery by managing dependencies and removing blockers
|
|
20
|
-
working: You own team delivery outcomes and make resourcing decisions
|
|
21
|
-
practitioner: You drive delivery excellence across multiple teams
|
|
22
|
-
expert: You shape delivery culture across the business unit
|
|
23
|
-
skills:
|
|
24
|
-
- id: task_completion
|
|
25
|
-
name: Task Completion
|
|
26
|
-
human:
|
|
27
|
-
description:
|
|
28
|
-
Completing work items reliably, from understanding requirements through
|
|
29
|
-
implementation to verification.
|
|
30
|
-
proficiencyDescriptions:
|
|
31
|
-
awareness:
|
|
32
|
-
You complete well-defined tasks with guidance, following established
|
|
33
|
-
patterns and asking for help when needed.
|
|
34
|
-
foundational:
|
|
35
|
-
You break down tasks into steps, estimate effort, and deliver
|
|
36
|
-
independently on familiar work.
|
|
37
|
-
working:
|
|
38
|
-
You manage your own workload, handle ambiguous requirements, and
|
|
39
|
-
consistently deliver on commitments.
|
|
40
|
-
practitioner:
|
|
41
|
-
You coordinate task delivery across teams, unblock others, and
|
|
42
|
-
establish completion standards for your area.
|
|
43
|
-
expert:
|
|
44
|
-
You define delivery practices across the organization and drive
|
|
45
|
-
completion of the most complex initiatives.
|
|
46
|
-
agent:
|
|
47
|
-
name: task-completion
|
|
48
|
-
description: |
|
|
49
|
-
Guide for completing work items reliably from requirements through
|
|
50
|
-
verification.
|
|
51
|
-
useWhen: |
|
|
52
|
-
Implementing features, fixing bugs, or completing any defined work item.
|
|
53
|
-
stages:
|
|
54
|
-
code:
|
|
55
|
-
focus: |
|
|
56
|
-
Implement the solution according to requirements. Write clean,
|
|
57
|
-
tested code that meets acceptance criteria.
|
|
58
|
-
readChecklist:
|
|
59
|
-
- Understand the requirements and acceptance criteria
|
|
60
|
-
- Review relevant existing code and patterns
|
|
61
|
-
confirmChecklist:
|
|
62
|
-
- Code compiles and passes tests
|
|
63
|
-
- Acceptance criteria are met
|
|
64
|
-
- Changes are documented
|
|
65
|
-
|
|
66
|
-
- id: planning
|
|
67
|
-
name: Planning
|
|
68
|
-
human:
|
|
69
|
-
description:
|
|
70
|
-
Breaking down work into manageable pieces, estimating effort, and
|
|
71
|
-
sequencing delivery for maximum impact.
|
|
72
|
-
proficiencyDescriptions:
|
|
73
|
-
awareness:
|
|
74
|
-
You follow project plans created by others and report progress
|
|
75
|
-
accurately.
|
|
76
|
-
foundational:
|
|
77
|
-
You create simple plans for your own work, estimate tasks, and
|
|
78
|
-
identify dependencies.
|
|
79
|
-
working:
|
|
80
|
-
You plan features end-to-end, manage dependencies, and adjust plans
|
|
81
|
-
based on new information.
|
|
82
|
-
practitioner:
|
|
83
|
-
You lead planning for complex projects across teams, manage risk, and
|
|
84
|
-
establish planning practices for your area.
|
|
85
|
-
expert:
|
|
86
|
-
You shape planning strategy across the organization and drive delivery
|
|
87
|
-
of the most complex programmes.
|
|
88
|
-
agent:
|
|
89
|
-
name: planning
|
|
90
|
-
description: |
|
|
91
|
-
Guide for breaking down work, estimating effort, and sequencing
|
|
92
|
-
delivery.
|
|
93
|
-
useWhen: |
|
|
94
|
-
Planning features, creating implementation plans, or sequencing work.
|
|
95
|
-
stages:
|
|
96
|
-
code:
|
|
97
|
-
focus: |
|
|
98
|
-
Follow the implementation plan. Track progress and flag deviations
|
|
99
|
-
from the plan early.
|
|
100
|
-
readChecklist:
|
|
101
|
-
- Review the implementation plan
|
|
102
|
-
- Understand task dependencies and ordering
|
|
103
|
-
confirmChecklist:
|
|
104
|
-
- Plan steps are completed in order
|
|
105
|
-
- Deviations from the plan are documented
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
# yaml-language-server: $schema=https://www.forwardimpact.team/schema/json/capability.schema.json
|
|
2
|
-
|
|
3
|
-
id: reliability
|
|
4
|
-
name: Reliability
|
|
5
|
-
emojiIcon: "\U0001F6E1\uFE0F"
|
|
6
|
-
ordinalRank: 2
|
|
7
|
-
description: |
|
|
8
|
-
Ensuring systems are dependable, observable, and resilient.
|
|
9
|
-
professionalResponsibilities:
|
|
10
|
-
awareness: You follow operational guidelines and escalate issues appropriately
|
|
11
|
-
foundational:
|
|
12
|
-
You implement reliability practices in your code and create basic monitoring
|
|
13
|
-
working: You design for reliability and lead incident response
|
|
14
|
-
practitioner: You establish SLOs across teams and drive reliability culture
|
|
15
|
-
expert: You shape reliability strategy across the business unit
|
|
16
|
-
managementResponsibilities:
|
|
17
|
-
awareness:
|
|
18
|
-
You understand reliability requirements and support escalation processes
|
|
19
|
-
foundational:
|
|
20
|
-
You ensure your team follows reliability practices and facilitate
|
|
21
|
-
retrospectives
|
|
22
|
-
working:
|
|
23
|
-
You own team reliability outcomes and manage incident response rotations
|
|
24
|
-
practitioner:
|
|
25
|
-
You drive reliability culture across teams and own cross-team reliability
|
|
26
|
-
outcomes
|
|
27
|
-
expert:
|
|
28
|
-
You shape reliability strategy across the business unit and own enterprise
|
|
29
|
-
reliability outcomes
|
|
30
|
-
skills:
|
|
31
|
-
- id: incident_response
|
|
32
|
-
name: Incident Response
|
|
33
|
-
human:
|
|
34
|
-
description:
|
|
35
|
-
Responding to production incidents effectively, from detection through
|
|
36
|
-
resolution and post-incident review.
|
|
37
|
-
proficiencyDescriptions:
|
|
38
|
-
awareness:
|
|
39
|
-
You follow incident response procedures and escalate issues using
|
|
40
|
-
established channels.
|
|
41
|
-
foundational:
|
|
42
|
-
You participate in incident response, gather diagnostic information,
|
|
43
|
-
and contribute to post-incident reviews.
|
|
44
|
-
working:
|
|
45
|
-
You lead incident response for your services, coordinate resolution,
|
|
46
|
-
and conduct blameless post-mortems.
|
|
47
|
-
practitioner:
|
|
48
|
-
You establish incident response practices across teams, lead complex
|
|
49
|
-
incidents, and drive systemic improvements.
|
|
50
|
-
expert:
|
|
51
|
-
You define incident management strategy across the organization and
|
|
52
|
-
lead response to the most critical incidents.
|
|
53
|
-
agent:
|
|
54
|
-
name: incident-response
|
|
55
|
-
description: |
|
|
56
|
-
Guide for responding to production incidents from detection through
|
|
57
|
-
resolution.
|
|
58
|
-
useWhen: |
|
|
59
|
-
Handling production issues, investigating failures, or improving
|
|
60
|
-
incident response processes.
|
|
61
|
-
stages:
|
|
62
|
-
code:
|
|
63
|
-
focus: |
|
|
64
|
-
Implement fixes for identified issues. Ensure changes are tested
|
|
65
|
-
and do not introduce regressions.
|
|
66
|
-
readChecklist:
|
|
67
|
-
- Understand the root cause of the incident
|
|
68
|
-
- Review affected systems and dependencies
|
|
69
|
-
confirmChecklist:
|
|
70
|
-
- Fix addresses the root cause
|
|
71
|
-
- Changes are tested
|
|
72
|
-
- Monitoring confirms resolution
|
|
@@ -1,46 +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
|
-
|
|
7
|
-
# null = allow trackless (generalist)
|
|
8
|
-
validTracks:
|
|
9
|
-
- null
|
|
10
|
-
- forward_deployed
|
|
11
|
-
- platform
|
|
12
|
-
|
|
13
|
-
description:
|
|
14
|
-
Builds and maintains software systems, focusing on code quality, architecture,
|
|
15
|
-
and reliable delivery of business value.
|
|
16
|
-
|
|
17
|
-
# Derivation inputs — one skill per tier
|
|
18
|
-
coreSkills:
|
|
19
|
-
- task_completion
|
|
20
|
-
supportingSkills:
|
|
21
|
-
- planning
|
|
22
|
-
broadSkills:
|
|
23
|
-
- incident_response
|
|
24
|
-
behaviourModifiers:
|
|
25
|
-
systems_thinking: 1
|
|
26
|
-
|
|
27
|
-
# Human-specific content
|
|
28
|
-
human:
|
|
29
|
-
professionalRoleSummary:
|
|
30
|
-
As a {roleTitle}, you build and maintain software systems that deliver
|
|
31
|
-
business value reliably.
|
|
32
|
-
managementRoleSummary:
|
|
33
|
-
As a {specialization} manager, you lead teams that build and maintain
|
|
34
|
-
software systems delivering business value.
|
|
35
|
-
|
|
36
|
-
# Agent-specific content
|
|
37
|
-
agent:
|
|
38
|
-
identity: |
|
|
39
|
-
You are a {roleTitle} agent focused on building reliable software.
|
|
40
|
-
priority: |
|
|
41
|
-
Write clean, tested code that meets requirements and follows established
|
|
42
|
-
patterns.
|
|
43
|
-
constraints:
|
|
44
|
-
- Follow existing code conventions
|
|
45
|
-
- Write tests for new functionality
|
|
46
|
-
- Document non-obvious decisions
|
package/starter/drivers.yaml
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
# yaml-language-server: $schema=https://www.forwardimpact.team/schema/json/drivers.schema.json
|
|
2
|
-
|
|
3
|
-
- id: quality
|
|
4
|
-
name: Quality
|
|
5
|
-
description: Deliver work that meets expectations consistently.
|
|
6
|
-
contributingSkills:
|
|
7
|
-
- task_completion
|
|
8
|
-
- planning
|
|
9
|
-
contributingBehaviours:
|
|
10
|
-
- systems_thinking
|
package/starter/framework.yaml
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
# yaml-language-server: $schema=https://www.forwardimpact.team/schema/json/framework.schema.json
|
|
2
|
-
|
|
3
|
-
title: Engineering Pathway
|
|
4
|
-
emojiIcon: "\U0001F9ED"
|
|
5
|
-
description: |
|
|
6
|
-
Define what good engineering looks like for your organization.
|
|
7
|
-
Edit these files to match your skills, levels, and expectations.
|
|
8
|
-
|
|
9
|
-
entityDefinitions:
|
|
10
|
-
driver:
|
|
11
|
-
title: Drivers
|
|
12
|
-
emojiIcon: "\U0001F3AF"
|
|
13
|
-
description: Organizational outcomes that productive teams achieve.
|
|
14
|
-
skill:
|
|
15
|
-
title: Skills
|
|
16
|
-
emojiIcon: "\U0001F4A1"
|
|
17
|
-
description: Capabilities required to perform work effectively.
|
|
18
|
-
behaviour:
|
|
19
|
-
title: Behaviours
|
|
20
|
-
emojiIcon: "\U0001F9E0"
|
|
21
|
-
description: Mindsets and ways of working.
|
|
22
|
-
discipline:
|
|
23
|
-
title: Disciplines
|
|
24
|
-
emojiIcon: "\U0001F52C"
|
|
25
|
-
description: Engineering specializations that define skill profiles.
|
|
26
|
-
level:
|
|
27
|
-
title: Levels
|
|
28
|
-
emojiIcon: "\U0001F4CA"
|
|
29
|
-
description: Career levels that define expectations.
|
|
30
|
-
track:
|
|
31
|
-
title: Tracks
|
|
32
|
-
emojiIcon: "\U0001F6E4\uFE0F"
|
|
33
|
-
description: Work contexts that modify expectations.
|
|
34
|
-
job:
|
|
35
|
-
title: Jobs
|
|
36
|
-
emojiIcon: "\U0001F4CB"
|
|
37
|
-
description: Role specifications combining discipline, track, and level.
|
|
38
|
-
agent:
|
|
39
|
-
title: Agents
|
|
40
|
-
emojiIcon: "\U0001F916"
|
|
41
|
-
description: AI agent configurations generated from the framework.
|
|
42
|
-
stage:
|
|
43
|
-
title: Stages
|
|
44
|
-
emojiIcon: "\U0001F504"
|
|
45
|
-
description: Phases of the engineering lifecycle.
|
|
46
|
-
tool:
|
|
47
|
-
title: Tools
|
|
48
|
-
emojiIcon: "\U0001F527"
|
|
49
|
-
description: Recommended tools referenced by skills.
|
package/starter/levels.yaml
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
# yaml-language-server: $schema=https://www.forwardimpact.team/schema/json/levels.schema.json
|
|
2
|
-
|
|
3
|
-
- id: J040
|
|
4
|
-
professionalTitle: Level I
|
|
5
|
-
managementTitle: Associate
|
|
6
|
-
typicalExperienceRange: "0-2 years"
|
|
7
|
-
ordinalRank: 1
|
|
8
|
-
qualificationSummary:
|
|
9
|
-
Entry-level position suitable for recent graduates or those transitioning
|
|
10
|
-
into the field ({typicalExperienceRange}).
|
|
11
|
-
baseSkillProficiencies:
|
|
12
|
-
primary: foundational
|
|
13
|
-
secondary: awareness
|
|
14
|
-
broad: awareness
|
|
15
|
-
baseBehaviourMaturity: emerging
|
|
16
|
-
expectations:
|
|
17
|
-
impactScope: Individual tasks with guidance
|
|
18
|
-
autonomyExpectation: Work with supervision
|
|
19
|
-
influenceScope: Contribute to team discussions
|
|
20
|
-
complexityHandled: Standard tasks with established patterns
|
|
21
|
-
|
|
22
|
-
- id: J060
|
|
23
|
-
professionalTitle: Level II
|
|
24
|
-
managementTitle: Senior Associate
|
|
25
|
-
typicalExperienceRange: "2-5 years"
|
|
26
|
-
ordinalRank: 2
|
|
27
|
-
qualificationSummary:
|
|
28
|
-
Mid-level position with demonstrated ability to complete tasks independently
|
|
29
|
-
({typicalExperienceRange}).
|
|
30
|
-
baseSkillProficiencies:
|
|
31
|
-
primary: working
|
|
32
|
-
secondary: foundational
|
|
33
|
-
broad: awareness
|
|
34
|
-
baseBehaviourMaturity: developing
|
|
35
|
-
expectations:
|
|
36
|
-
impactScope: Features and small projects
|
|
37
|
-
autonomyExpectation: Work independently on familiar problems
|
|
38
|
-
influenceScope: Mentor junior team members
|
|
39
|
-
complexityHandled: Moderate complexity with some ambiguity
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/starter/stages.yaml
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
# yaml-language-server: $schema=https://www.forwardimpact.team/schema/json/stages.schema.json
|
|
2
|
-
|
|
3
|
-
- id: code
|
|
4
|
-
name: Code
|
|
5
|
-
emojiIcon: "\U0001F4BB"
|
|
6
|
-
summary: Build the solution
|
|
7
|
-
description:
|
|
8
|
-
Your primary task is to implement the solution according to the plan.
|
|
9
|
-
returnFormat:
|
|
10
|
-
- "Working code that meets acceptance criteria"
|
|
11
|
-
handoffs:
|
|
12
|
-
- targetStage: code
|
|
13
|
-
label: Continue Coding
|
|
14
|
-
prompt: Continue implementing the solution.
|
|
15
|
-
constraints:
|
|
16
|
-
- Follow the plan and spec requirements
|
|
17
|
-
readChecklist:
|
|
18
|
-
- Review the plan and acceptance criteria
|
|
19
|
-
confirmChecklist:
|
|
20
|
-
- Code compiles and passes tests
|
|
21
|
-
- Acceptance criteria are met
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
# yaml-language-server: $schema=https://www.forwardimpact.team/schema/json/track.schema.json
|
|
2
|
-
|
|
3
|
-
name: Forward Deployed
|
|
4
|
-
|
|
5
|
-
description:
|
|
6
|
-
Customer-facing engineering embedded with business units. Emphasizes rapid
|
|
7
|
-
solution delivery and domain expertise. Discovers patterns in the field that
|
|
8
|
-
Platform Engineers generalize into enterprise capabilities.
|
|
9
|
-
roleContext:
|
|
10
|
-
In this forward-deployed role, you are embedded directly with business units.
|
|
11
|
-
You operate like a startup CTO—bridging the gap between building products and
|
|
12
|
-
solving real business problems through rapid delivery.
|
|
13
|
-
|
|
14
|
-
skillModifiers:
|
|
15
|
-
delivery: 1
|
|
16
|
-
reliability: -1
|
|
17
|
-
behaviourModifiers:
|
|
18
|
-
systems_thinking: -1
|
|
19
|
-
assessmentWeights:
|
|
20
|
-
skillWeight: 0.4
|
|
21
|
-
behaviourWeight: 0.6
|
|
22
|
-
|
|
23
|
-
agent:
|
|
24
|
-
identity: |
|
|
25
|
-
You are a Forward Deployed {roleTitle} agent focused on rapid problem
|
|
26
|
-
discovery and solution delivery.
|
|
27
|
-
priority: |
|
|
28
|
-
Speed matters more than perfection. Deliver working solutions quickly.
|
|
29
|
-
Discover requirements through immersion, not documentation.
|
|
30
|
-
constraints:
|
|
31
|
-
- Deliver working solutions in days, not weeks
|
|
32
|
-
- Document trade-offs explicitly
|
|
33
|
-
- Identify candidates for platform generalization
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
# yaml-language-server: $schema=https://www.forwardimpact.team/schema/json/track.schema.json
|
|
2
|
-
|
|
3
|
-
name: Platform
|
|
4
|
-
|
|
5
|
-
description:
|
|
6
|
-
Internal tooling and infrastructure focus. Builds shared capabilities that
|
|
7
|
-
enable other engineering teams. Treats the platform as a product with
|
|
8
|
-
developers as customers.
|
|
9
|
-
roleContext:
|
|
10
|
-
In this platform-focused role, you build internal tooling and shared
|
|
11
|
-
infrastructure. You treat the platform as a product—building golden paths and
|
|
12
|
-
optimizing for developer experience.
|
|
13
|
-
|
|
14
|
-
skillModifiers:
|
|
15
|
-
reliability: 1
|
|
16
|
-
delivery: -1
|
|
17
|
-
behaviourModifiers:
|
|
18
|
-
systems_thinking: 1
|
|
19
|
-
assessmentWeights:
|
|
20
|
-
skillWeight: 0.6
|
|
21
|
-
behaviourWeight: 0.4
|
|
22
|
-
|
|
23
|
-
agent:
|
|
24
|
-
identity: |
|
|
25
|
-
You are a Platform {roleTitle} agent focused on building self-service
|
|
26
|
-
capabilities that enable other engineers.
|
|
27
|
-
priority: |
|
|
28
|
-
Developer experience is paramount. Design golden paths, maintain backward
|
|
29
|
-
compatibility, and document everything.
|
|
30
|
-
constraints:
|
|
31
|
-
- Maintain backward compatibility
|
|
32
|
-
- Document breaking changes with migration guides
|
|
33
|
-
- Test changes against consumer use cases
|