@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.
@@ -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
- - List stakeholders and their perspectives
617
- - Identify what is known vs unknown
618
- - Document assumptions that need validation
619
- - Mark all ambiguities with [NEEDS CLARIFICATION]
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 team is being asked to support a new business unit that
62
- has different priorities than your current stakeholders. How would you
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
- The new business unit wants rapid feature delivery for market testing.
66
- Your current stakeholders prioritize stability and compliance. You have
67
- limited capacity to serve both.
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 assess the strategic importance of each stakeholder?
70
- - What process would you use to prioritize conflicting demands?
71
- - How would you communicate capacity constraints to leadership?
72
- - What organizational changes might be needed?
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
- - Escalates appropriately to resolve competing priorities
75
- - Creates transparent prioritization framework
76
- - Considers team capacity and sustainable pace
77
- - Proposes structural solutions rather than just working harder
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 the new business unit's executive has more organizational
81
- power?
82
- - How would you handle if your team felt stretched between demands?
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
- Leadership wants to build in-house capability for a technology area
88
- currently handled by vendors. How would you evaluate and plan this
89
- transition?
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 spends $2M annually on a third-party data analytics
92
- platform. Building in-house would require hiring 4 specialists and 18
93
- months of development. Leadership wants your recommendation.
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 factors would drive your build vs buy recommendation?
96
- - How would you structure the hiring and team formation?
97
- - What risks would you highlight to leadership?
98
- - How would you phase the transition to minimize disruption?
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 total cost of ownership including hiring and retention
101
- - Considers organizational capability development
102
- - Plans for knowledge transfer and vendor relationship management
103
- - Structures decision with clear criteria and milestones
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 you couldn't hire the specialists needed?
107
- - How would you handle if the vendor relationship became adversarial?
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
- Your team has committed to delivering a major feature, but halfway
58
- through the sprint you realize the scope was underestimated. How would
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 feature was estimated at 2 weeks but will likely take 4 weeks. The
62
- client has a marketing launch planned around the original date. Your
63
- team has 5 engineers.
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 communicate the delay to stakeholders?
66
- - What options would you present for moving forward?
67
- - How would you support your team through this situation?
68
- - What would you change to prevent this in the future?
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
- - Communicates early and transparently with stakeholders
71
- - Presents options rather than just problems
72
- - Protects team from blame while addressing root causes
73
- - Focuses on learning and process improvement
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 the stakeholder insists on the original date?
77
- - How would you handle if this was the third time this quarter scope was
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 leading a cross-functional initiative involving three teams with
84
- different managers, timelines, and priorities. How would you coordinate
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 requiring backend, frontend,
88
- and infrastructure teams. Each team has their own roadmap commitments.
89
- Executive sponsorship is strong but day-to-day coordination is
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 governance and decision-making?
93
- - What coordination mechanisms would you put in place?
94
- - How would you handle conflicts between team priorities?
95
- - How would you maintain momentum and visibility?
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 accountability and escalation paths
98
- - Establishes regular coordination touchpoints
99
- - Negotiates with peer managers for alignment
100
- - Uses visibility and reporting to maintain executive support
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 consistently missed their commitments?
104
- - How would you handle if executive sponsorship weakened mid-project?
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 engineers has been underperforming for the past two months.
61
- They were previously a strong contributor. How would you approach this?
61
+ One of your team members is consistently underperforming despite
62
+ multiple feedback conversations. How would you handle this situation?
62
63
  context:
63
- Their code quality has declined, they've missed two sprint commitments,
64
- and other team members have started picking up slack. They haven't
65
- mentioned any issues proactively.
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 prepare for a conversation with them?
68
- - What would you try to understand about the situation?
69
- - How would you structure support and accountability?
70
- - What timeline and milestones would you set?
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
- - Approaches with curiosity rather than assumptions
73
- - Considers personal and external factors
74
- - Creates clear expectations with support plan
75
- - Documents appropriately while maintaining trust
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 they revealed they're dealing with a personal crisis?
79
- - How would you handle if there was no improvement after one month?
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
- Your organization is going through a restructuring that will affect your
85
- team's composition. Some team members may be moved to other teams or
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
- Leadership has shared preliminary plans with managers. Final decisions
89
- are two weeks away. Rumors are starting to circulate. Your team has 8
90
- members, 3 of whom may be affected.
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 communicate with your team during uncertainty?
93
- - How would you advocate for your team members with leadership?
94
- - How would you support those who are affected?
95
- - How would you maintain team function during the transition?
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
- - Balances transparency with appropriate confidentiality
98
- - Advocates for team while aligning with organizational needs
99
- - Provides emotional support during uncertainty
100
- - Maintains team effectiveness through transition
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 disagreed with leadership's decisions about your team?
104
- - How would you handle if remaining team members had survivor's guilt?
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 team's on-call rotation is burning people out. Three engineers have
60
- complained about being paged too frequently. How would you address this?
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 of 6 handles on-call for 3 services. Page volume is 40 per
63
- week, with 60% being false alarms or low-priority. Two engineers are
64
- considering leaving due to on-call burden.
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 assess the current on-call health?
67
- - What changes would you prioritize to reduce burden?
68
- - How would you balance immediate relief with long-term fixes?
69
- - How would you rebuild team trust around on-call?
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
- - Takes retention risk seriously
72
- - Analyzes page sources to prioritize fixes
73
- - Considers short-term accommodations while fixing root causes
74
- - Involves team in designing sustainable solutions
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 you couldn't reduce page volume quickly?
78
- - How would you handle if leadership wanted to add a fourth service?
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
- After a major incident, your team's postmortem revealed significant
84
- process and communication failures. How would you drive organizational
85
- improvements?
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
- The incident lasted 4 hours and impacted $500K in transactions. Root
88
- causes included unclear escalation paths, lack of runbooks, and poor
89
- cross-team communication. Multiple teams were involved.
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 prioritize the improvements identified?
92
- - How would you build consensus across teams and leadership?
93
- - What governance would you establish to ensure follow-through?
94
- - How would you measure whether improvements are working?
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
- - Focuses on systemic issues rather than individual blame
97
- - Creates cross-functional alignment on improvements
98
- - Establishes accountability for action items
99
- - Builds culture of continuous reliability improvement
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 other teams resisted changes to their processes?
103
- - How would you handle pressure to move on without implementing fixes?
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's codebase has grown significantly and new engineers are
59
- taking much longer to become productive. How would you address this?
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
- Onboarding time has increased from 2 weeks to 6 weeks. The codebase has
62
- 300K lines of code with limited documentation. You're planning to hire 3
63
- more engineers this quarter.
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 what's causing the onboarding slowdown?
66
- - What investments would you prioritize to improve the situation?
67
- - How would you balance documentation work with feature delivery?
68
- - How would you measure improvement over time?
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
- - Investigates root causes systematically
71
- - Considers documentation, tooling, and mentorship investments
72
- - Creates sustainable approach that doesn't overburden existing team
73
- - Sets concrete onboarding time targets
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 senior engineers resisted taking time for documentation?
77
- - How would you handle pressure to start new hires on features
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 wants to scale from 3 engineering teams to 8 teams
84
- over the next year. You've been asked to help plan the team structure
85
- and architecture evolution. How would you approach this?
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 teams are organized by layer (frontend, backend,
88
- infrastructure). The product is a B2B SaaS platform with 5 major feature
89
- areas. Current architecture is a monolith with some extracted services.
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
- - What factors would drive your team topology recommendations?
92
- - How would you align architecture changes with team growth?
93
- - What challenges do you anticipate and how would you mitigate them?
94
- - How would you phase the transition?
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
- - Considers domain-driven team boundaries
97
- - Aligns architecture evolution with organizational design
98
- - Plans for communication overhead and coordination costs
99
- - Anticipates cultural and process challenges of rapid growth
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 leadership wanted to move faster than you recommended?
103
- - How would you handle if existing teams resisted reorganization?
102
+ - What if teams push back on cost accountability?
103
+ - How would you handle if major cost savings require significant
104
+ refactoring?