@forwardimpact/schema 0.9.1 → 0.10.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.
- package/examples/capabilities/delivery.yaml +12 -4
- package/examples/questions/capabilities/business.yaml +33 -33
- package/examples/questions/capabilities/delivery.yaml +31 -34
- package/examples/questions/capabilities/people.yaml +33 -31
- package/examples/questions/capabilities/reliability.yaml +33 -31
- package/examples/questions/capabilities/scale.yaml +33 -32
- package/examples/questions/skills/architecture_design.yaml +59 -48
- package/examples/questions/skills/cloud_platforms.yaml +54 -42
- package/examples/questions/skills/code_quality.yaml +104 -31
- package/examples/questions/skills/data_modeling.yaml +51 -39
- package/examples/questions/skills/devops.yaml +56 -38
- package/examples/questions/skills/full_stack_development.yaml +59 -36
- package/examples/questions/skills/sre_practices.yaml +58 -39
- package/examples/questions/skills/stakeholder_management.yaml +56 -39
- package/examples/questions/skills/team_collaboration.yaml +52 -35
- package/examples/questions/skills/technical_writing.yaml +54 -35
- package/examples/stages.yaml +13 -7
- package/package.json +1 -1
|
@@ -361,6 +361,8 @@ skills:
|
|
|
361
361
|
- All dependencies installed and versions locked
|
|
362
362
|
- Environment variables configured for local development
|
|
363
363
|
- Database running locally with schema applied
|
|
364
|
+
- All credentials stored in .env — NEVER hardcoded in code,
|
|
365
|
+
including seed scripts and utility scripts
|
|
364
366
|
- Linter and formatter pass on existing code
|
|
365
367
|
- Development server starts and responds to requests
|
|
366
368
|
- CI pipeline configuration is valid
|
|
@@ -379,6 +381,7 @@ skills:
|
|
|
379
381
|
- Database schema supports the feature
|
|
380
382
|
- Error handling spans all layers
|
|
381
383
|
- Feature works end-to-end
|
|
384
|
+
- At least one test exists for each API route and passes when run
|
|
382
385
|
- Deployment is automated
|
|
383
386
|
review:
|
|
384
387
|
focus: |
|
|
@@ -613,10 +616,12 @@ skills:
|
|
|
613
616
|
Surface ambiguities and unknowns before attempting solutions.
|
|
614
617
|
readChecklist:
|
|
615
618
|
- Document the initial problem statement as understood
|
|
616
|
-
-
|
|
617
|
-
|
|
618
|
-
-
|
|
619
|
-
-
|
|
619
|
+
- ASK the user who the stakeholders are and what their perspectives
|
|
620
|
+
are
|
|
621
|
+
- ASK the user what is known vs unknown about the problem
|
|
622
|
+
- ASK the user to confirm or reject your assumptions
|
|
623
|
+
- Mark all ambiguities with [NEEDS CLARIFICATION] and ASK the user
|
|
624
|
+
to clarify them
|
|
620
625
|
confirmChecklist:
|
|
621
626
|
- Initial problem statement is documented
|
|
622
627
|
- Stakeholders are identified
|
|
@@ -858,6 +863,9 @@ skills:
|
|
|
858
863
|
confirmChecklist:
|
|
859
864
|
- Core concept is demonstrable
|
|
860
865
|
- Happy path works end-to-end
|
|
866
|
+
- At least one smoke test verifying the happy path exists
|
|
867
|
+
- SSR pages that fetch from API routes use environment-aware base
|
|
868
|
+
URLs (not hardcoded localhost)
|
|
861
869
|
- Known limitations are documented
|
|
862
870
|
- Stakeholders can interact with it
|
|
863
871
|
review:
|
|
@@ -58,50 +58,50 @@ managementQuestions:
|
|
|
58
58
|
working:
|
|
59
59
|
- id: biz_mgmt_work_decomp_1
|
|
60
60
|
text:
|
|
61
|
-
Your engineering
|
|
62
|
-
|
|
63
|
-
manage this?
|
|
61
|
+
Your engineering organization needs to reduce costs by 20% while
|
|
62
|
+
maintaining delivery commitments. How would you approach this?
|
|
64
63
|
context:
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
64
|
+
Budget constraints require significant cost reduction. You manage 3
|
|
65
|
+
teams with 18 engineers total. Current commitments include two major
|
|
66
|
+
product launches in the next quarter.
|
|
68
67
|
decompositionPrompts:
|
|
69
|
-
- How would you
|
|
70
|
-
-
|
|
71
|
-
- How would you communicate
|
|
72
|
-
-
|
|
68
|
+
- How would you identify cost reduction opportunities?
|
|
69
|
+
- How would you prioritize cuts while protecting critical work?
|
|
70
|
+
- How would you communicate changes to your teams?
|
|
71
|
+
- How would you ensure commitments are still achievable?
|
|
73
72
|
lookingFor:
|
|
74
|
-
-
|
|
75
|
-
-
|
|
76
|
-
-
|
|
77
|
-
-
|
|
73
|
+
- Analyzes costs systematically (infrastructure, tooling, headcount)
|
|
74
|
+
- Protects high-value work while cutting low-impact activities
|
|
75
|
+
- Communicates transparently with teams about constraints
|
|
76
|
+
- Renegotiates scope or timelines where necessary
|
|
78
77
|
expectedDurationMinutes: 15
|
|
79
78
|
followUps:
|
|
80
|
-
- What if
|
|
81
|
-
|
|
82
|
-
- How would you handle if
|
|
79
|
+
- What if leadership insists on no headcount changes but still needs 20%
|
|
80
|
+
savings?
|
|
81
|
+
- How would you handle if key team members leave due to uncertainty?
|
|
83
82
|
|
|
84
83
|
practitioner:
|
|
85
84
|
- id: biz_mgmt_pract_decomp_1
|
|
86
85
|
text:
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
86
|
+
The board is considering a major acquisition that would double your
|
|
87
|
+
engineering organization. How would you evaluate the technical due
|
|
88
|
+
diligence and integration plan?
|
|
90
89
|
context:
|
|
91
|
-
The company
|
|
92
|
-
|
|
93
|
-
|
|
90
|
+
The target company has 100 engineers, different tech stack, and
|
|
91
|
+
overlapping product lines. You have 6 weeks for due diligence and need
|
|
92
|
+
to present integration risks and synergies to the board.
|
|
94
93
|
decompositionPrompts:
|
|
95
|
-
- What
|
|
96
|
-
- How would you
|
|
97
|
-
- What
|
|
98
|
-
- How would you
|
|
94
|
+
- What technical areas would you prioritize in due diligence?
|
|
95
|
+
- How would you assess organizational and cultural compatibility?
|
|
96
|
+
- What integration models would you consider?
|
|
97
|
+
- How would you quantify risks and synergies for the board?
|
|
99
98
|
lookingFor:
|
|
100
|
-
- Evaluates
|
|
101
|
-
-
|
|
102
|
-
-
|
|
103
|
-
-
|
|
99
|
+
- Evaluates architecture, tech debt, and platform compatibility
|
|
100
|
+
- Assesses talent retention risk and cultural differences
|
|
101
|
+
- Proposes realistic integration timeline and approach
|
|
102
|
+
- Presents findings with clear decision criteria for leadership
|
|
104
103
|
expectedDurationMinutes: 15
|
|
105
104
|
followUps:
|
|
106
|
-
- What if
|
|
107
|
-
- How would you handle if the
|
|
105
|
+
- What if the acquisition goes through despite your concerns?
|
|
106
|
+
- How would you handle if the target's best engineers leave
|
|
107
|
+
post-acquisition?
|
|
@@ -13,6 +13,7 @@ professionalQuestions:
|
|
|
13
13
|
- What information would you need to gather first?
|
|
14
14
|
- How would you break down the technical implementation?
|
|
15
15
|
- What are the biggest risks and how would you mitigate them?
|
|
16
|
+
- How would AI tools change your approach to building this faster?
|
|
16
17
|
- How would you prioritize if you had only 3 weeks instead?
|
|
17
18
|
lookingFor:
|
|
18
19
|
- Asks clarifying questions about requirements before diving in
|
|
@@ -54,51 +55,47 @@ managementQuestions:
|
|
|
54
55
|
working:
|
|
55
56
|
- id: del_mgmt_work_decomp_1
|
|
56
57
|
text:
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
you handle this?
|
|
58
|
+
A critical project is at risk of missing its deadline, and stakeholders
|
|
59
|
+
are escalating. How would you assess and address the situation?
|
|
60
60
|
context:
|
|
61
|
-
The
|
|
62
|
-
|
|
63
|
-
team
|
|
61
|
+
The project was planned for 8 weeks but is now in week 6 with 40% of
|
|
62
|
+
scope remaining. The team of 5 engineers reports blockers from another
|
|
63
|
+
team. The business committed the date to a major customer.
|
|
64
64
|
decompositionPrompts:
|
|
65
|
-
- How would you
|
|
66
|
-
- What options would you present
|
|
67
|
-
- How would you
|
|
68
|
-
-
|
|
65
|
+
- How would you assess the true state of the project?
|
|
66
|
+
- What options would you present to stakeholders?
|
|
67
|
+
- How would you protect the team while managing expectations?
|
|
68
|
+
- How would you prevent this situation in future projects?
|
|
69
69
|
lookingFor:
|
|
70
|
-
-
|
|
71
|
-
- Presents options
|
|
72
|
-
-
|
|
73
|
-
-
|
|
70
|
+
- Gets accurate assessment from team without blame
|
|
71
|
+
- Presents realistic options with trade-offs (scope, time, resources)
|
|
72
|
+
- Manages stakeholder expectations transparently
|
|
73
|
+
- Addresses systemic issues (estimation, dependencies, communication)
|
|
74
74
|
expectedDurationMinutes: 15
|
|
75
75
|
followUps:
|
|
76
|
-
- What if
|
|
77
|
-
- How would you handle if
|
|
78
|
-
underestimated?
|
|
76
|
+
- What if leadership insists the original date cannot move?
|
|
77
|
+
- How would you handle if the blocking team is unresponsive?
|
|
79
78
|
|
|
80
79
|
practitioner:
|
|
81
80
|
- id: del_mgmt_pract_decomp_1
|
|
82
81
|
text:
|
|
83
|
-
You're
|
|
84
|
-
|
|
85
|
-
delivery?
|
|
82
|
+
You're responsible for coordinating a major platform initiative across 4
|
|
83
|
+
engineering teams. How would you structure the delivery?
|
|
86
84
|
context:
|
|
87
|
-
The initiative is a platform modernization
|
|
88
|
-
|
|
89
|
-
Executive sponsorship is strong but
|
|
90
|
-
challenging.
|
|
85
|
+
The initiative is a 12-month platform modernization affecting all
|
|
86
|
+
products. Teams have different managers, priorities, and technical
|
|
87
|
+
preferences. Executive sponsorship is strong but teams are skeptical.
|
|
91
88
|
decompositionPrompts:
|
|
92
|
-
- How would you establish
|
|
93
|
-
- What coordination mechanisms would you put in place?
|
|
94
|
-
- How would you handle
|
|
95
|
-
- How would you
|
|
89
|
+
- How would you establish alignment across teams?
|
|
90
|
+
- What governance and coordination mechanisms would you put in place?
|
|
91
|
+
- How would you handle competing priorities between teams?
|
|
92
|
+
- How would you track and communicate progress to executives?
|
|
96
93
|
lookingFor:
|
|
97
|
-
- Creates clear
|
|
98
|
-
- Establishes
|
|
99
|
-
-
|
|
100
|
-
-
|
|
94
|
+
- Creates clear roles, responsibilities, and decision rights
|
|
95
|
+
- Establishes lightweight coordination that doesn't slow teams
|
|
96
|
+
- Manages dependencies and resolves conflicts across teams
|
|
97
|
+
- Provides executive visibility without micromanagement
|
|
101
98
|
expectedDurationMinutes: 15
|
|
102
99
|
followUps:
|
|
103
|
-
- What if one team
|
|
104
|
-
- How would you handle if executive sponsorship
|
|
100
|
+
- What if one team's manager disagrees with the overall approach?
|
|
101
|
+
- How would you handle if the initiative loses executive sponsorship?
|
|
@@ -13,6 +13,7 @@ professionalQuestions:
|
|
|
13
13
|
decompositionPrompts:
|
|
14
14
|
- What would the first week look like vs the first month?
|
|
15
15
|
- How would you balance their learning with team productivity?
|
|
16
|
+
- How would AI tools accelerate their ramp-up on the new stack?
|
|
16
17
|
- What pairing or mentoring structure would you set up?
|
|
17
18
|
- How would you measure whether onboarding is successful?
|
|
18
19
|
lookingFor:
|
|
@@ -57,48 +58,49 @@ managementQuestions:
|
|
|
57
58
|
working:
|
|
58
59
|
- id: ppl_mgmt_work_decomp_1
|
|
59
60
|
text:
|
|
60
|
-
One of your
|
|
61
|
-
|
|
61
|
+
One of your team members is consistently underperforming despite
|
|
62
|
+
multiple feedback conversations. How would you handle this situation?
|
|
62
63
|
context:
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
64
|
+
The engineer has been on the team for 8 months. They meet basic
|
|
65
|
+
expectations but are not growing. Peers are frustrated with carrying
|
|
66
|
+
extra load. You've had 3 feedback conversations with limited
|
|
67
|
+
improvement.
|
|
66
68
|
decompositionPrompts:
|
|
67
|
-
- How would you
|
|
68
|
-
- What
|
|
69
|
-
- How would you
|
|
70
|
-
- What
|
|
69
|
+
- How would you assess whether this is a skill, will, or fit issue?
|
|
70
|
+
- What performance improvement approach would you take?
|
|
71
|
+
- How would you manage the impact on the rest of the team?
|
|
72
|
+
- What decision criteria would you use for next steps?
|
|
71
73
|
lookingFor:
|
|
72
|
-
-
|
|
73
|
-
-
|
|
74
|
-
-
|
|
75
|
-
-
|
|
74
|
+
- Diagnoses root cause before choosing intervention
|
|
75
|
+
- Creates clear, measurable improvement plan with timeline
|
|
76
|
+
- Manages team dynamics while addressing individual performance
|
|
77
|
+
- Prepares for multiple outcomes including separation
|
|
76
78
|
expectedDurationMinutes: 15
|
|
77
79
|
followUps:
|
|
78
|
-
- What if
|
|
79
|
-
- How would you handle if
|
|
80
|
+
- What if the engineer claims the expectations are unfair?
|
|
81
|
+
- How would you handle if the team wants you to act faster?
|
|
80
82
|
|
|
81
83
|
practitioner:
|
|
82
84
|
- id: ppl_mgmt_pract_decomp_1
|
|
83
85
|
text:
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
laid off. How do you navigate this with your team?
|
|
86
|
+
You need to grow your engineering organization from 25 to 50 engineers
|
|
87
|
+
over the next year. How would you approach this scaling challenge?
|
|
87
88
|
context:
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
89
|
+
The company has secured Series B funding. Current team is strong but has
|
|
90
|
+
no formal career ladders or management structure. You're the only
|
|
91
|
+
engineering manager reporting to the CTO.
|
|
91
92
|
decompositionPrompts:
|
|
92
|
-
- How would you
|
|
93
|
-
-
|
|
94
|
-
- How would you
|
|
95
|
-
- How would you
|
|
93
|
+
- How would you structure the hiring plan and timeline?
|
|
94
|
+
- What organizational structure would you build?
|
|
95
|
+
- How would you develop management capacity?
|
|
96
|
+
- How would you preserve culture while scaling?
|
|
96
97
|
lookingFor:
|
|
97
|
-
-
|
|
98
|
-
-
|
|
99
|
-
-
|
|
100
|
-
-
|
|
98
|
+
- Creates phased hiring plan with clear milestones
|
|
99
|
+
- Designs org structure that scales (spans of control, team topology)
|
|
100
|
+
- Develops managers from within and hires experienced managers
|
|
101
|
+
- Explicitly addresses culture preservation and evolution
|
|
101
102
|
expectedDurationMinutes: 15
|
|
102
103
|
followUps:
|
|
103
|
-
- What if you
|
|
104
|
-
- How would you handle if
|
|
104
|
+
- What if you can't find enough quality candidates?
|
|
105
|
+
- How would you handle if existing senior ICs don't want to become
|
|
106
|
+
managers?
|
|
@@ -56,48 +56,50 @@ managementQuestions:
|
|
|
56
56
|
working:
|
|
57
57
|
- id: rel_mgmt_work_decomp_1
|
|
58
58
|
text:
|
|
59
|
-
Your
|
|
60
|
-
|
|
59
|
+
Your on-call engineers are burning out due to frequent pages and
|
|
60
|
+
incident response. How would you improve the situation?
|
|
61
61
|
context:
|
|
62
|
-
The team
|
|
63
|
-
|
|
64
|
-
|
|
62
|
+
The team is paged an average of 5 times per week outside business hours.
|
|
63
|
+
Two engineers have asked to leave on-call rotation. Incident response
|
|
64
|
+
often requires escalation because documentation is lacking.
|
|
65
65
|
decompositionPrompts:
|
|
66
|
-
- How would you
|
|
67
|
-
- What changes
|
|
68
|
-
- How would you
|
|
69
|
-
- How would you
|
|
66
|
+
- How would you analyze the current on-call burden?
|
|
67
|
+
- What changes to the on-call structure would you consider?
|
|
68
|
+
- How would you reduce incident frequency and impact?
|
|
69
|
+
- How would you sustain these improvements over time?
|
|
70
70
|
lookingFor:
|
|
71
|
-
-
|
|
72
|
-
-
|
|
73
|
-
-
|
|
74
|
-
-
|
|
71
|
+
- Analyzes incidents to identify patterns and preventable pages
|
|
72
|
+
- Considers rotation structure, compensation, and workload distribution
|
|
73
|
+
- Invests in runbooks, automation, and self-healing
|
|
74
|
+
- Creates sustainable practices rather than short-term fixes
|
|
75
75
|
expectedDurationMinutes: 15
|
|
76
76
|
followUps:
|
|
77
|
-
- What if
|
|
78
|
-
|
|
77
|
+
- What if leadership says there's no budget for additional on-call
|
|
78
|
+
support?
|
|
79
|
+
- How would you handle if the most experienced engineers refuse on-call?
|
|
79
80
|
|
|
80
81
|
practitioner:
|
|
81
82
|
- id: rel_mgmt_pract_decomp_1
|
|
82
83
|
text:
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
84
|
+
Your organization has grown to 20 services owned by different teams but
|
|
85
|
+
has no consistent approach to reliability. How would you establish
|
|
86
|
+
reliability practices at scale?
|
|
86
87
|
context:
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
88
|
+
Some teams have mature SLOs and incident response, others don't. Recent
|
|
89
|
+
cross-team incidents took too long to resolve due to unclear ownership.
|
|
90
|
+
Leadership wants to improve reliability organization-wide.
|
|
90
91
|
decompositionPrompts:
|
|
91
|
-
- How would you
|
|
92
|
-
-
|
|
93
|
-
-
|
|
94
|
-
- How would you
|
|
92
|
+
- How would you assess current reliability maturity across teams?
|
|
93
|
+
- What standards and practices would you establish?
|
|
94
|
+
- How would you drive adoption across teams with different contexts?
|
|
95
|
+
- How would you coordinate reliability during cross-team incidents?
|
|
95
96
|
lookingFor:
|
|
96
|
-
-
|
|
97
|
-
-
|
|
98
|
-
-
|
|
99
|
-
-
|
|
97
|
+
- Creates maturity model to meet teams where they are
|
|
98
|
+
- Establishes minimum standards while allowing team flexibility
|
|
99
|
+
- Provides enablement (tooling, templates) alongside requirements
|
|
100
|
+
- Defines clear escalation and coordination for cross-team issues
|
|
100
101
|
expectedDurationMinutes: 15
|
|
101
102
|
followUps:
|
|
102
|
-
- What if
|
|
103
|
-
- How would you handle
|
|
103
|
+
- What if teams resist reliability requirements as overhead?
|
|
104
|
+
- How would you handle if different teams have conflicting SLO
|
|
105
|
+
definitions?
|
|
@@ -55,49 +55,50 @@ managementQuestions:
|
|
|
55
55
|
working:
|
|
56
56
|
- id: scl_mgmt_work_decomp_1
|
|
57
57
|
text:
|
|
58
|
-
Your team
|
|
59
|
-
|
|
58
|
+
Your team is responsible for a system that needs to scale significantly,
|
|
59
|
+
but you don't have dedicated infrastructure expertise. How would you
|
|
60
|
+
build this capability?
|
|
60
61
|
context:
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
62
|
+
The system needs to 10x in capacity over the next year. Your team of 6
|
|
63
|
+
engineers has strong application development skills but limited
|
|
64
|
+
infrastructure and performance engineering experience.
|
|
64
65
|
decompositionPrompts:
|
|
65
|
-
- How would you assess
|
|
66
|
-
- What
|
|
67
|
-
- How would you
|
|
68
|
-
- How would you
|
|
66
|
+
- How would you assess your team's current capabilities and gaps?
|
|
67
|
+
- What strategy would you use to build the needed expertise?
|
|
68
|
+
- How would you manage the risk during the scaling effort?
|
|
69
|
+
- How would you balance learning with delivery commitments?
|
|
69
70
|
lookingFor:
|
|
70
|
-
-
|
|
71
|
-
- Considers
|
|
72
|
-
- Creates
|
|
73
|
-
-
|
|
71
|
+
- Honestly assesses capability gaps without blame
|
|
72
|
+
- Considers multiple approaches (hire, train, partner, outsource)
|
|
73
|
+
- Creates risk mitigation plan for capability building period
|
|
74
|
+
- Protects learning time while meeting business needs
|
|
74
75
|
expectedDurationMinutes: 15
|
|
75
76
|
followUps:
|
|
76
|
-
- What if
|
|
77
|
-
- How would you handle
|
|
78
|
-
immediately?
|
|
77
|
+
- What if you can't hire and must develop expertise internally?
|
|
78
|
+
- How would you handle if early scaling efforts fail?
|
|
79
79
|
|
|
80
80
|
practitioner:
|
|
81
81
|
- id: scl_mgmt_pract_decomp_1
|
|
82
82
|
text:
|
|
83
|
-
Your organization
|
|
84
|
-
|
|
85
|
-
|
|
83
|
+
Your organization's infrastructure costs have grown faster than revenue,
|
|
84
|
+
and leadership wants a 30% cost reduction while maintaining performance.
|
|
85
|
+
How would you approach this?
|
|
86
86
|
context:
|
|
87
|
-
Current
|
|
88
|
-
|
|
89
|
-
|
|
87
|
+
Current cloud spend is $2M annually across 15 teams. Some services are
|
|
88
|
+
over-provisioned, others have inefficient architectures. Teams have
|
|
89
|
+
autonomy over their infrastructure but no accountability for costs.
|
|
90
90
|
decompositionPrompts:
|
|
91
|
-
-
|
|
92
|
-
-
|
|
93
|
-
-
|
|
94
|
-
- How would you
|
|
91
|
+
- How would you analyze current spend and identify opportunities?
|
|
92
|
+
- What governance changes would you propose?
|
|
93
|
+
- How would you drive cost consciousness across teams?
|
|
94
|
+
- How would you ensure cost reduction doesn't impact performance?
|
|
95
95
|
lookingFor:
|
|
96
|
-
-
|
|
97
|
-
-
|
|
98
|
-
-
|
|
99
|
-
-
|
|
96
|
+
- Creates visibility into costs at service and team level
|
|
97
|
+
- Proposes accountability model while respecting team autonomy
|
|
98
|
+
- Identifies both quick wins and architectural improvements
|
|
99
|
+
- Establishes guardrails to prevent performance regression
|
|
100
100
|
expectedDurationMinutes: 15
|
|
101
101
|
followUps:
|
|
102
|
-
- What if
|
|
103
|
-
- How would you handle if
|
|
102
|
+
- What if teams push back on cost accountability?
|
|
103
|
+
- How would you handle if major cost savings require significant
|
|
104
|
+
refactoring?
|