@forwardimpact/schema 0.4.0 → 0.7.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/bin/fit-schema.js +2 -2
- package/examples/capabilities/business.yaml +27 -11
- package/examples/capabilities/delivery.yaml +65 -27
- package/examples/capabilities/people.yaml +1 -1
- package/examples/capabilities/reliability.yaml +85 -31
- package/examples/capabilities/scale.yaml +83 -31
- package/examples/framework.yaml +5 -1
- package/examples/questions/behaviours/outcome_ownership.yaml +226 -49
- package/examples/questions/behaviours/polymathic_knowledge.yaml +273 -45
- package/examples/questions/behaviours/precise_communication.yaml +246 -52
- package/examples/questions/behaviours/relentless_curiosity.yaml +246 -48
- package/examples/questions/behaviours/systems_thinking.yaml +236 -50
- package/examples/questions/capabilities/business.yaml +107 -0
- package/examples/questions/capabilities/delivery.yaml +104 -0
- package/examples/questions/capabilities/people.yaml +104 -0
- package/examples/questions/capabilities/reliability.yaml +103 -0
- package/examples/questions/capabilities/scale.yaml +103 -0
- package/examples/questions/skills/architecture_design.yaml +102 -51
- package/examples/questions/skills/cloud_platforms.yaml +90 -44
- package/examples/questions/skills/code_quality.yaml +86 -45
- package/examples/questions/skills/data_modeling.yaml +93 -43
- package/examples/questions/skills/devops.yaml +91 -44
- package/examples/questions/skills/full_stack_development.yaml +93 -45
- package/examples/questions/skills/sre_practices.yaml +92 -41
- package/examples/questions/skills/stakeholder_management.yaml +97 -46
- package/examples/questions/skills/team_collaboration.yaml +87 -40
- package/examples/questions/skills/technical_writing.yaml +89 -40
- package/examples/stages.yaml +52 -13
- package/package.json +9 -9
- package/schema/json/behaviour-questions.schema.json +53 -26
- package/schema/json/capability-questions.schema.json +95 -0
- package/schema/json/capability.schema.json +8 -7
- package/schema/json/framework.schema.json +13 -0
- package/schema/json/skill-questions.schema.json +34 -19
- package/schema/json/stages.schema.json +6 -6
- package/schema/rdf/behaviour-questions.ttl +39 -7
- package/schema/rdf/capability.ttl +15 -15
- package/schema/rdf/defs.ttl +3 -3
- package/schema/rdf/framework.ttl +38 -0
- package/schema/rdf/skill-questions.ttl +28 -1
- package/schema/rdf/stages.ttl +14 -14
- package/{lib → src}/levels.js +53 -101
- package/{lib → src}/loader.js +9 -5
- package/{lib → src}/modifiers.js +3 -3
- package/{lib → src}/validation.js +105 -79
- /package/{lib → src}/index-generator.js +0 -0
- /package/{lib → src}/index.js +0 -0
- /package/{lib → src}/schema-validation.js +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
name: Scale
|
|
4
4
|
emojiIcon: 📐
|
|
5
|
-
|
|
5
|
+
ordinalRank: 4
|
|
6
6
|
description: |
|
|
7
7
|
Building systems that grow gracefully.
|
|
8
8
|
Encompasses architecture, code quality, testing, performance,
|
|
@@ -80,49 +80,66 @@ skills:
|
|
|
80
80
|
focus: |
|
|
81
81
|
Define cloud infrastructure requirements and constraints.
|
|
82
82
|
Clarify availability, security, and cost expectations.
|
|
83
|
-
|
|
83
|
+
readChecklist:
|
|
84
84
|
- Document availability and reliability requirements
|
|
85
85
|
- Identify security and compliance constraints
|
|
86
86
|
- Specify cost budget and constraints
|
|
87
87
|
- Define performance requirements (latency, throughput)
|
|
88
88
|
- Mark ambiguities with [NEEDS CLARIFICATION]
|
|
89
|
-
|
|
89
|
+
confirmChecklist:
|
|
90
90
|
- Availability requirements are documented
|
|
91
91
|
- Security requirements are specified
|
|
92
92
|
- Cost constraints are defined
|
|
93
93
|
- Performance requirements are clear
|
|
94
94
|
plan:
|
|
95
95
|
focus: Selecting and designing cloud architecture
|
|
96
|
-
|
|
96
|
+
readChecklist:
|
|
97
97
|
- Evaluate service options for the use case
|
|
98
98
|
- Plan multi-AZ deployment for availability
|
|
99
99
|
- Design IAM roles with least privilege
|
|
100
100
|
- Estimate costs and plan resource sizing
|
|
101
|
-
|
|
101
|
+
confirmChecklist:
|
|
102
102
|
- Service selection matches requirements
|
|
103
103
|
- Architecture designed for availability
|
|
104
104
|
- Security approach documented
|
|
105
105
|
- Cost estimate prepared
|
|
106
|
+
onboard:
|
|
107
|
+
focus: |
|
|
108
|
+
Set up cloud development environment. Configure CLI tools,
|
|
109
|
+
authenticate with cloud provider, and verify infrastructure
|
|
110
|
+
tooling works.
|
|
111
|
+
readChecklist:
|
|
112
|
+
- Install cloud CLI tools (AWS CLI, Terraform)
|
|
113
|
+
- Configure cloud credentials and authentication
|
|
114
|
+
- Initialize Terraform workspace and providers
|
|
115
|
+
- Verify cloud account access and permissions
|
|
116
|
+
- Set up environment variables for cloud configuration
|
|
117
|
+
confirmChecklist:
|
|
118
|
+
- Cloud CLI authenticated and working
|
|
119
|
+
- Terraform initialized with correct providers
|
|
120
|
+
- IAM permissions verified for planned resources
|
|
121
|
+
- Environment variables configured securely
|
|
122
|
+
- Infrastructure as code directory structure created
|
|
106
123
|
code:
|
|
107
124
|
focus: Implementing cloud infrastructure and deployments
|
|
108
|
-
|
|
125
|
+
readChecklist:
|
|
109
126
|
- Define infrastructure as code (Terraform/CloudFormation)
|
|
110
127
|
- Configure security groups and network policies
|
|
111
128
|
- Set up encryption at rest and in transit
|
|
112
129
|
- Implement monitoring and alerting
|
|
113
|
-
|
|
130
|
+
confirmChecklist:
|
|
114
131
|
- Infrastructure defined as code
|
|
115
132
|
- Security groups properly configured
|
|
116
133
|
- Encryption enabled for data
|
|
117
134
|
- Monitoring and alerting in place
|
|
118
135
|
review:
|
|
119
136
|
focus: Validating cloud configuration and security
|
|
120
|
-
|
|
137
|
+
readChecklist:
|
|
121
138
|
- Verify IAM follows least privilege
|
|
122
139
|
- Check multi-AZ deployment
|
|
123
140
|
- Validate cost controls are in place
|
|
124
141
|
- Review security configuration
|
|
125
|
-
|
|
142
|
+
confirmChecklist:
|
|
126
143
|
- IAM permissions are minimal
|
|
127
144
|
- Multi-AZ deployment confirmed
|
|
128
145
|
- Cost controls established
|
|
@@ -131,12 +148,12 @@ skills:
|
|
|
131
148
|
focus: |
|
|
132
149
|
Deploy cloud infrastructure and verify production readiness.
|
|
133
150
|
Confirm failover and monitoring work correctly.
|
|
134
|
-
|
|
151
|
+
readChecklist:
|
|
135
152
|
- Deploy infrastructure to production
|
|
136
153
|
- Verify multi-AZ failover works
|
|
137
154
|
- Confirm monitoring and alerting are operational
|
|
138
155
|
- Validate cost tracking is in place
|
|
139
|
-
|
|
156
|
+
confirmChecklist:
|
|
140
157
|
- Infrastructure deployed successfully
|
|
141
158
|
- Failover tested in production
|
|
142
159
|
- Monitoring is operational
|
|
@@ -197,49 +214,67 @@ skills:
|
|
|
197
214
|
focus: |
|
|
198
215
|
Define code quality requirements and review criteria.
|
|
199
216
|
Clarify standards and acceptance criteria for the change.
|
|
200
|
-
|
|
217
|
+
readChecklist:
|
|
201
218
|
- Identify applicable coding standards
|
|
202
219
|
- Document quality acceptance criteria
|
|
203
220
|
- Specify test coverage requirements
|
|
204
221
|
- Define review depth based on risk level
|
|
205
222
|
- Mark ambiguities with [NEEDS CLARIFICATION]
|
|
206
|
-
|
|
223
|
+
confirmChecklist:
|
|
207
224
|
- Coding standards are identified
|
|
208
225
|
- Quality criteria are documented
|
|
209
226
|
- Test requirements are specified
|
|
210
227
|
- Review approach matches risk level
|
|
211
228
|
plan:
|
|
212
229
|
focus: Planning for quality before implementation
|
|
213
|
-
|
|
230
|
+
readChecklist:
|
|
214
231
|
- Review project coding conventions
|
|
215
232
|
- Plan testing strategy for the feature
|
|
216
233
|
- Identify edge cases to handle
|
|
217
234
|
- Consider error handling approach
|
|
218
|
-
|
|
235
|
+
confirmChecklist:
|
|
219
236
|
- Coding conventions understood
|
|
220
237
|
- Testing strategy defined
|
|
221
238
|
- Edge cases identified
|
|
222
239
|
- Error handling planned
|
|
240
|
+
onboard:
|
|
241
|
+
focus: |
|
|
242
|
+
Set up code quality tooling. Configure linters, formatters,
|
|
243
|
+
testing frameworks, and pre-commit hooks for the project.
|
|
244
|
+
readChecklist:
|
|
245
|
+
- Install linter (ESLint for JS/TS, Ruff for Python)
|
|
246
|
+
- Install formatter (Prettier for JS/TS, Ruff for Python)
|
|
247
|
+
- Configure linter rules matching project standards
|
|
248
|
+
- Set up pre-commit hooks (husky/lint-staged or pre-commit)
|
|
249
|
+
- Install testing framework (Node.js test runner, pytest)
|
|
250
|
+
- Configure editor settings for format-on-save
|
|
251
|
+
confirmChecklist:
|
|
252
|
+
- Linter runs without configuration errors
|
|
253
|
+
- Formatter produces consistent output
|
|
254
|
+
- Pre-commit hooks catch style violations
|
|
255
|
+
- Test runner discovers and runs existing tests
|
|
256
|
+
- Editor integration works (format-on-save, inline errors)
|
|
257
|
+
- CI pipeline includes quality checks
|
|
223
258
|
code:
|
|
224
259
|
focus: Writing and testing quality code
|
|
225
|
-
|
|
260
|
+
readChecklist:
|
|
226
261
|
- Follow project coding conventions
|
|
227
262
|
- Write tests alongside implementation
|
|
228
263
|
- Handle error conditions appropriately
|
|
229
264
|
- Self-review before requesting review
|
|
230
|
-
|
|
265
|
+
confirmChecklist:
|
|
231
266
|
- Code follows project conventions
|
|
232
267
|
- Changes are covered by tests
|
|
233
268
|
- Error handling is appropriate
|
|
234
269
|
- Self-review completed
|
|
235
270
|
review:
|
|
236
271
|
focus: Verifying code quality and correctness
|
|
237
|
-
|
|
272
|
+
readChecklist:
|
|
238
273
|
- Verify code does what it claims
|
|
239
274
|
- Check test coverage is adequate
|
|
240
275
|
- Evaluate maintainability
|
|
241
276
|
- Ensure no code you don't understand
|
|
242
|
-
|
|
277
|
+
confirmChecklist:
|
|
243
278
|
- Code compiles and passes all tests
|
|
244
279
|
- No obvious security vulnerabilities
|
|
245
280
|
- No unnecessary complexity
|
|
@@ -248,12 +283,12 @@ skills:
|
|
|
248
283
|
focus: |
|
|
249
284
|
Merge and deploy reviewed code. Verify quality checks pass
|
|
250
285
|
in production pipeline.
|
|
251
|
-
|
|
286
|
+
readChecklist:
|
|
252
287
|
- Merge approved changes
|
|
253
288
|
- Verify CI pipeline passes
|
|
254
289
|
- Monitor for issues after deployment
|
|
255
290
|
- Document any lessons learned
|
|
256
|
-
|
|
291
|
+
confirmChecklist:
|
|
257
292
|
- Code merged successfully
|
|
258
293
|
- CI pipeline passes all checks
|
|
259
294
|
- No regressions detected
|
|
@@ -306,49 +341,66 @@ skills:
|
|
|
306
341
|
focus: |
|
|
307
342
|
Define data requirements and access patterns.
|
|
308
343
|
Clarify schema requirements before designing.
|
|
309
|
-
|
|
344
|
+
readChecklist:
|
|
310
345
|
- Document data entities and relationships
|
|
311
346
|
- Identify query patterns and access requirements
|
|
312
347
|
- Specify consistency and performance requirements
|
|
313
348
|
- Define data retention and compliance needs
|
|
314
349
|
- Mark ambiguities with [NEEDS CLARIFICATION]
|
|
315
|
-
|
|
350
|
+
confirmChecklist:
|
|
316
351
|
- Data entities are documented
|
|
317
352
|
- Query patterns are identified
|
|
318
353
|
- Performance requirements are specified
|
|
319
354
|
- Compliance needs are clear
|
|
320
355
|
plan:
|
|
321
356
|
focus: Understanding data requirements and designing schema
|
|
322
|
-
|
|
357
|
+
readChecklist:
|
|
323
358
|
- Gather data requirements and access patterns
|
|
324
359
|
- Choose appropriate storage technology
|
|
325
360
|
- Design normalized schema
|
|
326
361
|
- Plan indexing strategy
|
|
327
|
-
|
|
362
|
+
confirmChecklist:
|
|
328
363
|
- Requirements understood
|
|
329
364
|
- Storage technology selected
|
|
330
365
|
- Schema design documented
|
|
331
366
|
- Index strategy planned
|
|
367
|
+
onboard:
|
|
368
|
+
focus: |
|
|
369
|
+
Set up the database environment. Install ORM/query tools,
|
|
370
|
+
configure database connections, and verify migration
|
|
371
|
+
tooling works.
|
|
372
|
+
readChecklist:
|
|
373
|
+
- Install database client and ORM (Prisma, SQLAlchemy)
|
|
374
|
+
- Configure database connection in .env file
|
|
375
|
+
- Start local database (Supabase, PostgreSQL, etc.)
|
|
376
|
+
- Initialize migration tooling and verify it connects
|
|
377
|
+
- Create database user with appropriate privileges
|
|
378
|
+
confirmChecklist:
|
|
379
|
+
- Database running locally and accepting connections
|
|
380
|
+
- ORM/client configured and connected
|
|
381
|
+
- Migration tooling initialized and working
|
|
382
|
+
- Test data can be seeded and queried
|
|
383
|
+
- Database credentials stored securely in .env
|
|
332
384
|
code:
|
|
333
385
|
focus: Implementing schema and migrations
|
|
334
|
-
|
|
386
|
+
readChecklist:
|
|
335
387
|
- Create database migrations
|
|
336
388
|
- Implement schema changes
|
|
337
389
|
- Add indexes for query patterns
|
|
338
390
|
- Write efficient queries
|
|
339
|
-
|
|
391
|
+
confirmChecklist:
|
|
340
392
|
- Schema implemented correctly
|
|
341
393
|
- Indexes support query patterns
|
|
342
394
|
- Migrations are reversible
|
|
343
395
|
- Queries are optimized
|
|
344
396
|
review:
|
|
345
397
|
focus: Validating schema design and performance
|
|
346
|
-
|
|
398
|
+
readChecklist:
|
|
347
399
|
- Verify schema matches requirements
|
|
348
400
|
- Check migration safety
|
|
349
401
|
- Validate query performance
|
|
350
402
|
- Review backward compatibility
|
|
351
|
-
|
|
403
|
+
confirmChecklist:
|
|
352
404
|
- Schema meets requirements
|
|
353
405
|
- Migrations tested on production-like data
|
|
354
406
|
- Query performance acceptable
|
|
@@ -357,12 +409,12 @@ skills:
|
|
|
357
409
|
focus: |
|
|
358
410
|
Deploy schema changes to production safely.
|
|
359
411
|
Verify data integrity and query performance.
|
|
360
|
-
|
|
412
|
+
readChecklist:
|
|
361
413
|
- Run migrations in production
|
|
362
414
|
- Verify data integrity after migration
|
|
363
415
|
- Monitor query performance
|
|
364
416
|
- Confirm rollback plan works
|
|
365
|
-
|
|
417
|
+
confirmChecklist:
|
|
366
418
|
- Migration completed successfully
|
|
367
419
|
- Data integrity verified
|
|
368
420
|
- Performance meets requirements
|
package/examples/framework.yaml
CHANGED
|
@@ -6,6 +6,10 @@ tag: "#AcmeCorp"
|
|
|
6
6
|
description: |
|
|
7
7
|
A unified framework for human and AI collaboration in engineering. Define roles, track skills and behaviours, build career paths, and generate AI coding agents—all from the same coherent foundation. The pathway aligns human capabilities with AI assistance, enabling productive teams in the AI era.
|
|
8
8
|
|
|
9
|
+
# Distribution configuration
|
|
10
|
+
distribution:
|
|
11
|
+
siteUrl: https://pathway.example.com
|
|
12
|
+
|
|
9
13
|
# Entity definitions for pages and chapters
|
|
10
14
|
entityDefinitions:
|
|
11
15
|
driver:
|
|
@@ -28,7 +32,7 @@ entityDefinitions:
|
|
|
28
32
|
|
|
29
33
|
discipline:
|
|
30
34
|
title: Disciplines
|
|
31
|
-
emojiIcon: "
|
|
35
|
+
emojiIcon: "🔬"
|
|
32
36
|
description: |
|
|
33
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?"
|
|
34
38
|
|
|
@@ -1,51 +1,228 @@
|
|
|
1
1
|
# yaml-language-server: $schema=https://www.forwardimpact.team/schema/json/behaviour-questions.schema.json
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
3
|
+
professionalQuestions:
|
|
4
|
+
emerging:
|
|
5
|
+
- id: own_pro_emerg_1
|
|
6
|
+
text:
|
|
7
|
+
A feature you built last week is causing intermittent errors in
|
|
8
|
+
production. Your tech lead is in a meeting and unavailable for an hour.
|
|
9
|
+
context:
|
|
10
|
+
The errors affect about 5% of users and the on-call engineer has pinged
|
|
11
|
+
the team channel. You have access to logs and the deployment pipeline.
|
|
12
|
+
The feature was built using AI-generated code that you reviewed before
|
|
13
|
+
merging.
|
|
14
|
+
simulationPrompts:
|
|
15
|
+
- Walk me through your first steps when you see the alert
|
|
16
|
+
- How would you decide whether to roll back or investigate further?
|
|
17
|
+
- Who would you communicate with and what would you say?
|
|
18
|
+
- How would you document what happened for the team?
|
|
19
|
+
lookingFor:
|
|
20
|
+
- Takes immediate responsibility rather than waiting for direction
|
|
21
|
+
- Shows willingness to act within their capability
|
|
22
|
+
- Communicates status proactively even without being asked
|
|
23
|
+
- Understands the feature serves a business purpose beyond code
|
|
24
|
+
expectedDurationMinutes: 20
|
|
25
|
+
|
|
26
|
+
developing:
|
|
27
|
+
- id: own_pro_dev_1
|
|
28
|
+
text:
|
|
29
|
+
You shipped a feature using AI-generated code that passed all tests, but
|
|
30
|
+
a stakeholder reports it behaves differently than specified.
|
|
31
|
+
context:
|
|
32
|
+
The stakeholder is frustrated because they demoed the feature to a
|
|
33
|
+
client and it didn't work as expected. The AI tool generated a plausible
|
|
34
|
+
but subtly wrong implementation that your tests didn't catch.
|
|
35
|
+
simulationPrompts:
|
|
36
|
+
- How do you respond to the stakeholder's frustration?
|
|
37
|
+
- What do you do to understand the gap between spec and implementation?
|
|
38
|
+
- How do you decide between a quick patch and a proper fix?
|
|
39
|
+
- What would you change about your review process going forward?
|
|
40
|
+
lookingFor:
|
|
41
|
+
- Takes ownership of the gap rather than blaming the AI tool
|
|
42
|
+
- Reviews AI-generated code critically against the specification
|
|
43
|
+
- Makes pragmatic trade-offs between speed and correctness
|
|
44
|
+
- Considers how to prevent similar gaps in future
|
|
45
|
+
expectedDurationMinutes: 20
|
|
46
|
+
|
|
47
|
+
practicing:
|
|
48
|
+
- id: own_pro_pract_1
|
|
49
|
+
text:
|
|
50
|
+
A key integration your team owns is blocking a partner team's quarterly
|
|
51
|
+
release. The fix requires accepting significant technical debt.
|
|
52
|
+
context:
|
|
53
|
+
The partner team's release is worth £2M in annual revenue. A proper fix
|
|
54
|
+
would take 3 weeks; a pragmatic workaround takes 3 days but leaves known
|
|
55
|
+
limitations. You own the stakeholder relationship with the partner
|
|
56
|
+
team's lead.
|
|
57
|
+
simulationPrompts:
|
|
58
|
+
- How do you evaluate the trade-off between technical debt and business
|
|
59
|
+
value?
|
|
60
|
+
- Walk me through the conversation you'd have with the partner team lead
|
|
61
|
+
- How do you ensure the technical debt is tracked and eventually
|
|
62
|
+
addressed?
|
|
63
|
+
- How do you communicate the decision and its consequences to your team?
|
|
64
|
+
lookingFor:
|
|
65
|
+
- Owns the end-to-end business outcome, not just the code
|
|
66
|
+
- Accepts technical debt intentionally with clear reasoning
|
|
67
|
+
- Manages the stakeholder relationship with transparency
|
|
68
|
+
- Balances delivery speed with long-term quality
|
|
69
|
+
expectedDurationMinutes: 20
|
|
70
|
+
|
|
71
|
+
role_modeling:
|
|
72
|
+
- id: own_pro_role_1
|
|
73
|
+
text:
|
|
74
|
+
Two teams in your function disagree about who owns a cross-cutting
|
|
75
|
+
reliability issue. Incidents are recurring and both teams blame the
|
|
76
|
+
other.
|
|
77
|
+
context:
|
|
78
|
+
The issue has caused 3 incidents this month, each impacting customer
|
|
79
|
+
experience. Neither team has full visibility into the other's service.
|
|
80
|
+
You are a senior IC with credibility with both teams. Leadership is
|
|
81
|
+
starting to notice.
|
|
82
|
+
simulationPrompts:
|
|
83
|
+
- How do you approach the situation without formal authority?
|
|
84
|
+
- What would you do to establish clear ownership boundaries?
|
|
85
|
+
- How do you shift the conversation from blame to accountability?
|
|
86
|
+
- What systemic changes would you propose to prevent this pattern?
|
|
87
|
+
lookingFor:
|
|
88
|
+
- Drives accountability culture focused on outcomes not blame
|
|
89
|
+
- Takes ownership of the problem without formal responsibility
|
|
90
|
+
- Makes decisions without needing to escalate for permission
|
|
91
|
+
- Establishes verification rigor for cross-team boundaries
|
|
92
|
+
expectedDurationMinutes: 20
|
|
93
|
+
|
|
94
|
+
exemplifying:
|
|
95
|
+
- id: own_pro_exemp_1
|
|
96
|
+
text:
|
|
97
|
+
The organisation is adopting AI code generation at scale, but there is
|
|
98
|
+
no accountability framework for AI-generated code quality and outcomes.
|
|
99
|
+
context:
|
|
100
|
+
Several teams have shipped AI-generated features with defects not caught
|
|
101
|
+
in review. Leadership wants velocity but also accountability. You have
|
|
102
|
+
been asked to define the organizational approach.
|
|
103
|
+
simulationPrompts:
|
|
104
|
+
- How do you define accountability standards for AI-generated code?
|
|
105
|
+
- How do you balance velocity gains from AI with outcome ownership?
|
|
106
|
+
- What organizational structures would you put in place?
|
|
107
|
+
- How would you measure success of the accountability framework?
|
|
108
|
+
lookingFor:
|
|
109
|
+
- Defines organizational accountability standards for the AI era
|
|
110
|
+
- Shapes practices that scale beyond individual team behaviour
|
|
111
|
+
- Sponsors initiatives with full outcome accountability
|
|
112
|
+
- Takes an approach that could influence industry practices
|
|
113
|
+
expectedDurationMinutes: 20
|
|
114
|
+
followUps:
|
|
115
|
+
- How would you handle a team that resists the framework?
|
|
116
|
+
|
|
117
|
+
managementQuestions:
|
|
118
|
+
emerging:
|
|
119
|
+
- id: own_mgmt_emerg_1
|
|
120
|
+
text:
|
|
121
|
+
A team member's task is overdue and they haven't raised it. You discover
|
|
122
|
+
this during standup where they say everything is "on track."
|
|
123
|
+
context:
|
|
124
|
+
The task was due yesterday and blocks another team member's work. The
|
|
125
|
+
team member is relatively new and you suspect they may be struggling but
|
|
126
|
+
don't want to appear incompetent. The sprint goal is at risk.
|
|
127
|
+
simulationPrompts:
|
|
128
|
+
- How do you address this in the moment without embarrassing them?
|
|
129
|
+
- What conversation do you have with them privately afterwards?
|
|
130
|
+
- How do you ensure the blocking dependency is resolved?
|
|
131
|
+
- What do you put in place to catch this earlier next time?
|
|
132
|
+
lookingFor:
|
|
133
|
+
- Ensures follow-through on delegated tasks
|
|
134
|
+
- Creates psychological safety while maintaining accountability
|
|
135
|
+
- Addresses both the immediate blocker and the underlying pattern
|
|
136
|
+
- Shows awareness of team accountability dynamics
|
|
137
|
+
expectedDurationMinutes: 20
|
|
138
|
+
|
|
139
|
+
developing:
|
|
140
|
+
- id: own_mgmt_dev_1
|
|
141
|
+
text:
|
|
142
|
+
A team member shipped code that caused a production incident. During the
|
|
143
|
+
post-mortem, other team members want to assign blame.
|
|
144
|
+
context:
|
|
145
|
+
The incident affected 200 users for 45 minutes. The code was reviewed
|
|
146
|
+
and approved by another team member before merge. The author is junior
|
|
147
|
+
and clearly upset. Your team has no established incident ownership
|
|
148
|
+
culture.
|
|
149
|
+
simulationPrompts:
|
|
150
|
+
- How do you run the post-mortem to keep it constructive?
|
|
151
|
+
- How do you coach the team member privately afterwards?
|
|
152
|
+
- What do you say to the team about shared accountability?
|
|
153
|
+
- How do you start building an ownership culture from this moment?
|
|
154
|
+
lookingFor:
|
|
155
|
+
- Creates safe space for ownership while addressing the incident
|
|
156
|
+
- Coaches individual accountability constructively
|
|
157
|
+
- Models shared ownership rather than individual blame
|
|
158
|
+
- Begins establishing team accountability patterns
|
|
159
|
+
expectedDurationMinutes: 20
|
|
160
|
+
|
|
161
|
+
practicing:
|
|
162
|
+
- id: own_mgmt_pract_1
|
|
163
|
+
text:
|
|
164
|
+
Your team consistently treats operational issues as "someone else's
|
|
165
|
+
problem" once features ship. The platform team is overwhelmed.
|
|
166
|
+
context:
|
|
167
|
+
Your team shipped 12 features this quarter with strong velocity, but
|
|
168
|
+
operational tickets have doubled. The platform team lead has escalated
|
|
169
|
+
to your manager. Your team sees themselves as "builders, not operators."
|
|
170
|
+
simulationPrompts:
|
|
171
|
+
- How do you shift the team from feature delivery to outcome ownership?
|
|
172
|
+
- What structural changes embed operational ownership?
|
|
173
|
+
- How do you have the conversation with the platform team lead?
|
|
174
|
+
- How do you measure and recognize end-to-end ownership?
|
|
175
|
+
lookingFor:
|
|
176
|
+
- Structures team around end-to-end ownership, not just features
|
|
177
|
+
- Balances autonomy with accountability for operational outcomes
|
|
178
|
+
- Builds clear ownership expectations with concrete mechanisms
|
|
179
|
+
- Takes responsibility for the team culture gap
|
|
180
|
+
expectedDurationMinutes: 20
|
|
181
|
+
|
|
182
|
+
role_modeling:
|
|
183
|
+
- id: own_mgmt_role_1
|
|
184
|
+
text:
|
|
185
|
+
A project you championed has missed its business targets after 6 months.
|
|
186
|
+
Technology works but adoption is far lower than projected.
|
|
187
|
+
context:
|
|
188
|
+
You estimated £500K in annual savings but actual savings are £120K.
|
|
189
|
+
Technical delivery was on time and on budget. The adoption gap is due to
|
|
190
|
+
change management issues outside your initial scope. Your peers are
|
|
191
|
+
distancing themselves from the project.
|
|
192
|
+
simulationPrompts:
|
|
193
|
+
- How do you own this outcome publicly with leadership?
|
|
194
|
+
- What do you do about the adoption gap specifically?
|
|
195
|
+
- How do you model accountability when the outcome isn't what you
|
|
196
|
+
projected?
|
|
197
|
+
- What would you do differently if starting again?
|
|
198
|
+
lookingFor:
|
|
199
|
+
- Models personal accountability publicly, including for indirect
|
|
200
|
+
outcomes
|
|
201
|
+
- Owns the business outcome, not just the technical delivery
|
|
202
|
+
- Takes action to close the gap rather than accepting current state
|
|
203
|
+
- Shows transparency about lessons learned
|
|
204
|
+
expectedDurationMinutes: 20
|
|
205
|
+
|
|
206
|
+
exemplifying:
|
|
207
|
+
- id: own_mgmt_exemp_1
|
|
208
|
+
text:
|
|
209
|
+
You need to establish ownership expectations across a function where
|
|
210
|
+
teams have very different accountability cultures.
|
|
211
|
+
context:
|
|
212
|
+
You lead a function of 8 teams (60+ engineers). Three teams have strong
|
|
213
|
+
ownership cultures, three are inconsistent, and two actively avoid
|
|
214
|
+
accountability. Recent reorgs mixed people from different cultures and
|
|
215
|
+
cross-team incidents are increasing.
|
|
216
|
+
simulationPrompts:
|
|
217
|
+
- How do you assess ownership maturity across teams?
|
|
218
|
+
- What organizational standards would you establish?
|
|
219
|
+
- How do you bring lower-performing teams up without bureaucracy?
|
|
220
|
+
- How do you handle managers who resist accountability expectations?
|
|
221
|
+
lookingFor:
|
|
222
|
+
- Establishes organizational accountability standards
|
|
223
|
+
- Takes a systemic approach rather than team-by-team fixing
|
|
224
|
+
- Balances accountability with psychological safety at scale
|
|
225
|
+
- Creates sustainable culture that survives personnel changes
|
|
226
|
+
expectedDurationMinutes: 20
|
|
227
|
+
followUps:
|
|
228
|
+
- How would you measure the impact of the ownership culture change?
|