@forwardimpact/pathway 0.3.0 → 0.5.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/app/commands/agent.js +1 -1
- package/app/commands/behaviour.js +1 -1
- package/app/commands/command-factory.js +2 -2
- package/app/commands/discipline.js +1 -1
- package/app/commands/driver.js +1 -1
- package/app/commands/grade.js +1 -1
- package/app/commands/index.js +4 -3
- package/app/commands/serve.js +2 -2
- package/app/commands/site.js +22 -2
- package/app/commands/skill.js +57 -3
- package/app/commands/stage.js +1 -1
- package/app/commands/tool.js +112 -0
- package/app/commands/track.js +1 -1
- package/app/components/card.js +11 -1
- package/app/components/checklist.js +6 -4
- package/app/components/code-display.js +153 -0
- package/app/components/markdown-textarea.js +153 -0
- package/app/css/bundles/app.css +14 -0
- package/app/css/components/badges.css +15 -8
- package/app/css/components/forms.css +55 -0
- package/app/css/components/layout.css +12 -0
- package/app/css/components/surfaces.css +71 -3
- package/app/css/components/typography.css +1 -2
- package/app/css/pages/agent-builder.css +11 -102
- package/app/css/pages/detail.css +60 -0
- package/app/css/pages/job-builder.css +0 -42
- package/app/css/tokens.css +3 -0
- package/app/formatters/agent/dom.js +26 -71
- package/app/formatters/agent/profile.js +67 -10
- package/app/formatters/agent/skill.js +48 -6
- package/app/formatters/grade/dom.js +6 -6
- package/app/formatters/job/description.js +21 -16
- package/app/formatters/job/dom.js +9 -70
- package/app/formatters/json-ld.js +1 -1
- package/app/formatters/shared.js +58 -0
- package/app/formatters/skill/dom.js +70 -3
- package/app/formatters/skill/markdown.js +18 -0
- package/app/formatters/skill/shared.js +14 -4
- package/app/formatters/stage/microdata.js +2 -2
- package/app/formatters/stage/shared.js +3 -3
- package/app/formatters/tool/shared.js +78 -0
- package/app/handout-main.js +19 -18
- package/app/index.html +16 -3
- package/app/lib/card-mappers.js +91 -17
- package/app/lib/render.js +4 -0
- package/app/lib/yaml-loader.js +12 -1
- package/app/main.js +4 -0
- package/app/model/agent.js +47 -23
- package/app/model/checklist.js +2 -2
- package/app/model/derivation.js +5 -5
- package/app/model/levels.js +4 -2
- package/app/model/loader.js +12 -1
- package/app/model/validation.js +77 -11
- package/app/pages/agent-builder.js +121 -77
- package/app/pages/landing.js +35 -15
- package/app/pages/self-assessment.js +7 -5
- package/app/pages/skill.js +5 -17
- package/app/pages/stage.js +12 -8
- package/app/pages/tool.js +50 -0
- package/app/slide-main.js +1 -1
- package/app/slides/chapter.js +8 -8
- package/app/slides/index.js +26 -26
- package/app/slides/overview.js +8 -8
- package/app/slides/skill.js +1 -0
- package/bin/pathway.js +31 -16
- package/examples/capabilities/business.yaml +18 -18
- package/examples/capabilities/delivery.yaml +54 -37
- package/examples/capabilities/people.yaml +1 -1
- package/examples/capabilities/reliability.yaml +130 -115
- package/examples/capabilities/scale.yaml +39 -37
- package/examples/disciplines/engineering_management.yaml +1 -1
- package/examples/framework.yaml +21 -9
- package/examples/grades.yaml +5 -7
- package/examples/self-assessments.yaml +1 -1
- package/examples/stages.yaml +18 -10
- package/package.json +2 -1
- package/templates/agent.template.md +47 -17
- package/templates/job.template.md +8 -8
- package/templates/skill.template.md +33 -11
- package/examples/agents/.claude/skills/architecture-design/SKILL.md +0 -130
- package/examples/agents/.claude/skills/cloud-platforms/SKILL.md +0 -131
- package/examples/agents/.claude/skills/code-quality-review/SKILL.md +0 -108
- package/examples/agents/.claude/skills/devops-cicd/SKILL.md +0 -142
- package/examples/agents/.claude/skills/full-stack-development/SKILL.md +0 -134
- package/examples/agents/.claude/skills/sre-practices/SKILL.md +0 -163
- package/examples/agents/.claude/skills/technical-debt-management/SKILL.md +0 -164
- package/examples/agents/.github/agents/se-platform-code.agent.md +0 -132
- package/examples/agents/.github/agents/se-platform-plan.agent.md +0 -131
- package/examples/agents/.github/agents/se-platform-review.agent.md +0 -136
- package/examples/agents/.vscode/settings.json +0 -8
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# yaml-language-server: $schema=https://schema.forwardimpact.team/json/capability.schema.json
|
|
2
2
|
|
|
3
3
|
name: Business
|
|
4
|
-
|
|
4
|
+
emojiIcon: 💼
|
|
5
5
|
displayOrder: 8
|
|
6
6
|
description: |
|
|
7
7
|
Understanding and driving business value.
|
|
@@ -102,10 +102,10 @@ skills:
|
|
|
102
102
|
initiatives.
|
|
103
103
|
agent:
|
|
104
104
|
name: technical-writing
|
|
105
|
-
description:
|
|
106
|
-
|
|
107
|
-
READMEs, API docs, specifications, or any technical content
|
|
108
|
-
to be clear and accurate.
|
|
105
|
+
description: Guide for creating clear technical documentation.
|
|
106
|
+
useWhen: |
|
|
107
|
+
Writing READMEs, API docs, specifications, or any technical content
|
|
108
|
+
that needs to be clear and accurate.
|
|
109
109
|
stages:
|
|
110
110
|
specify:
|
|
111
111
|
focus: |
|
|
@@ -172,18 +172,18 @@ skills:
|
|
|
172
172
|
- Audience can discover and find it
|
|
173
173
|
- Search and navigation are updated
|
|
174
174
|
- Maintenance schedule is established
|
|
175
|
-
|
|
176
|
-
|
|
175
|
+
implementationReference: |
|
|
176
|
+
## Document Types
|
|
177
177
|
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
178
|
+
| Type | Purpose | Key Sections |
|
|
179
|
+
|------|---------|--------------|
|
|
180
|
+
| README | Project overview | Description, Getting Started, Usage |
|
|
181
|
+
| API Docs | API reference | Endpoints, Parameters, Examples |
|
|
182
|
+
| Spec | Design proposal | Problem, Solution, Alternatives |
|
|
183
|
+
| Tutorial | Learning guide | Objective, Steps, Outcomes |
|
|
184
184
|
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
185
|
+
## Writing Principles
|
|
186
|
+
- Use simple, direct language
|
|
187
|
+
- One idea per sentence
|
|
188
|
+
- Active voice over passive
|
|
189
|
+
- Lead with most important info
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# yaml-language-server: $schema=https://schema.forwardimpact.team/json/capability.schema.json
|
|
2
2
|
|
|
3
3
|
name: Delivery
|
|
4
|
-
|
|
4
|
+
emojiIcon: 🚀
|
|
5
5
|
displayOrder: 1
|
|
6
6
|
description: |
|
|
7
7
|
Building and shipping solutions that solve real problems.
|
|
@@ -73,10 +73,11 @@ skills:
|
|
|
73
73
|
architecture authority.
|
|
74
74
|
agent:
|
|
75
75
|
name: architecture-design
|
|
76
|
-
description:
|
|
76
|
+
description:
|
|
77
77
|
Guide for designing software systems and making architectural decisions.
|
|
78
|
-
|
|
79
|
-
|
|
78
|
+
useWhen: |
|
|
79
|
+
Asked to design a system, evaluate architecture options, or make
|
|
80
|
+
structural decisions about code organization.
|
|
80
81
|
stages:
|
|
81
82
|
specify:
|
|
82
83
|
focus: |
|
|
@@ -144,23 +145,23 @@ skills:
|
|
|
144
145
|
- Performance meets requirements
|
|
145
146
|
- Monitoring confirms design assumptions
|
|
146
147
|
- Operational procedures are documented
|
|
147
|
-
|
|
148
|
-
|
|
148
|
+
implementationReference: |
|
|
149
|
+
## Common Patterns
|
|
149
150
|
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
151
|
+
### Service Architecture
|
|
152
|
+
- **Microservices**: Independent deployment, clear boundaries
|
|
153
|
+
- **Monolith**: Simpler deployment, easier refactoring
|
|
154
|
+
- **Modular monolith**: Boundaries within single deployment
|
|
154
155
|
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
156
|
+
### Data Patterns
|
|
157
|
+
- **Event sourcing**: Full audit trail, complex queries
|
|
158
|
+
- **CQRS**: Separate read and write models
|
|
159
|
+
- **Repository pattern**: Abstract data access
|
|
159
160
|
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
161
|
+
### Communication Patterns
|
|
162
|
+
- **REST**: Synchronous, request-response
|
|
163
|
+
- **Event-driven**: Asynchronous, loose coupling
|
|
164
|
+
- **gRPC**: Efficient, strongly typed
|
|
164
165
|
- id: full_stack_development
|
|
165
166
|
name: Full-Stack Development
|
|
166
167
|
human:
|
|
@@ -195,10 +196,11 @@ skills:
|
|
|
195
196
|
polymathic engineering.
|
|
196
197
|
agent:
|
|
197
198
|
name: full-stack-development
|
|
198
|
-
description:
|
|
199
|
+
description:
|
|
199
200
|
Guide for building complete solutions across the full technology stack.
|
|
200
|
-
|
|
201
|
-
|
|
201
|
+
useWhen: |
|
|
202
|
+
Implementing features spanning frontend, backend, database, and
|
|
203
|
+
infrastructure layers.
|
|
202
204
|
stages:
|
|
203
205
|
specify:
|
|
204
206
|
focus: |
|
|
@@ -266,23 +268,38 @@ skills:
|
|
|
266
268
|
- Feature works end-to-end in production
|
|
267
269
|
- No errors in monitoring
|
|
268
270
|
- Performance meets requirements
|
|
269
|
-
|
|
270
|
-
|
|
271
|
+
toolReferences:
|
|
272
|
+
- name: Terraform
|
|
273
|
+
url: https://developer.hashicorp.com/terraform/docs
|
|
274
|
+
simpleIcon: terraform
|
|
275
|
+
description: Infrastructure as code tool
|
|
276
|
+
useWhen: Provisioning and managing cloud infrastructure
|
|
277
|
+
- name: CloudFormation
|
|
278
|
+
url: https://docs.aws.amazon.com/cloudformation/
|
|
279
|
+
description: AWS infrastructure as code service
|
|
280
|
+
useWhen: Managing AWS infrastructure as code
|
|
281
|
+
- name: Docker
|
|
282
|
+
url: https://docs.docker.com/
|
|
283
|
+
simpleIcon: docker
|
|
284
|
+
description: Container platform
|
|
285
|
+
useWhen: Containerizing applications or managing container environments
|
|
286
|
+
implementationReference: |
|
|
287
|
+
## Technology Stack
|
|
271
288
|
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
289
|
+
### Primary Languages
|
|
290
|
+
- **JavaScript/TypeScript**: Frontend and Node.js backend
|
|
291
|
+
- **Python**: Backend APIs and data processing
|
|
275
292
|
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
293
|
+
### Infrastructure
|
|
294
|
+
- **Terraform**: Cloud infrastructure as code
|
|
295
|
+
- **CloudFormation**: AWS-specific infrastructure
|
|
296
|
+
- **Docker**: Containerization
|
|
280
297
|
|
|
281
|
-
|
|
298
|
+
## Layer Responsibilities
|
|
282
299
|
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
300
|
+
| Layer | Responsibilities |
|
|
301
|
+
|-------|-----------------|
|
|
302
|
+
| Frontend | UI/UX, client validation, API integration |
|
|
303
|
+
| Backend | Business logic, auth, external services |
|
|
304
|
+
| Database | Persistence, queries, migrations |
|
|
305
|
+
| Infrastructure | Deployment, scaling, monitoring |
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# yaml-language-server: $schema=https://schema.forwardimpact.team/json/capability.schema.json
|
|
2
2
|
|
|
3
3
|
name: Reliability
|
|
4
|
-
|
|
4
|
+
emojiIcon: 🛡️
|
|
5
5
|
displayOrder: 5
|
|
6
6
|
description: |
|
|
7
7
|
Ensuring systems are dependable, secure, and observable.
|
|
@@ -72,9 +72,11 @@ skills:
|
|
|
72
72
|
agent:
|
|
73
73
|
name: devops-cicd
|
|
74
74
|
description: |
|
|
75
|
-
Guide for building CI/CD pipelines, managing infrastructure as code,
|
|
76
|
-
implementing deployment best practices.
|
|
77
|
-
|
|
75
|
+
Guide for building CI/CD pipelines, managing infrastructure as code,
|
|
76
|
+
and implementing deployment best practices.
|
|
77
|
+
useWhen: |
|
|
78
|
+
Setting up pipelines, containerizing applications, or configuring
|
|
79
|
+
infrastructure.
|
|
78
80
|
stages:
|
|
79
81
|
specify:
|
|
80
82
|
focus: |
|
|
@@ -153,64 +155,75 @@ skills:
|
|
|
153
155
|
- Workflows tested in production
|
|
154
156
|
- Monitoring confirms healthy operation
|
|
155
157
|
- First deployment through pipeline succeeded
|
|
156
|
-
|
|
157
|
-
|
|
158
|
+
toolReferences:
|
|
159
|
+
- name: Terraform
|
|
160
|
+
url: https://developer.hashicorp.com/terraform/docs
|
|
161
|
+
simpleIcon: terraform
|
|
162
|
+
description: Infrastructure as code tool
|
|
163
|
+
useWhen: Provisioning and managing cloud infrastructure
|
|
164
|
+
- name: Docker
|
|
165
|
+
url: https://docs.docker.com/
|
|
166
|
+
simpleIcon: docker
|
|
167
|
+
description: Container platform
|
|
168
|
+
useWhen: Containerizing applications or managing container environments
|
|
169
|
+
implementationReference: |
|
|
170
|
+
## CI/CD Pipeline Stages
|
|
158
171
|
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
172
|
+
### Build
|
|
173
|
+
- Install dependencies
|
|
174
|
+
- Compile/transpile code
|
|
175
|
+
- Generate artifacts
|
|
176
|
+
- Cache dependencies for speed
|
|
164
177
|
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
178
|
+
### Test
|
|
179
|
+
- Run unit tests
|
|
180
|
+
- Run integration tests
|
|
181
|
+
- Static analysis and linting
|
|
182
|
+
- Security scanning
|
|
170
183
|
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
184
|
+
### Deploy
|
|
185
|
+
- Deploy to staging environment
|
|
186
|
+
- Run smoke tests
|
|
187
|
+
- Deploy to production
|
|
188
|
+
- Verify deployment health
|
|
176
189
|
|
|
177
|
-
|
|
190
|
+
## Infrastructure as Code
|
|
178
191
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
192
|
+
### Terraform
|
|
193
|
+
```hcl
|
|
194
|
+
# Define resources declaratively
|
|
195
|
+
resource "aws_instance" "example" {
|
|
196
|
+
ami = "ami-0c55b159cbfafe1f0"
|
|
197
|
+
instance_type = "t2.micro"
|
|
198
|
+
}
|
|
199
|
+
```
|
|
187
200
|
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
201
|
+
### Docker
|
|
202
|
+
```dockerfile
|
|
203
|
+
FROM node:18-alpine
|
|
204
|
+
WORKDIR /app
|
|
205
|
+
COPY package*.json ./
|
|
206
|
+
RUN npm ci --only=production
|
|
207
|
+
COPY . .
|
|
208
|
+
CMD ["node", "server.js"]
|
|
209
|
+
```
|
|
197
210
|
|
|
198
|
-
|
|
211
|
+
## Deployment Strategies
|
|
199
212
|
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
213
|
+
### Rolling Deployment
|
|
214
|
+
- Gradual replacement of instances
|
|
215
|
+
- Zero downtime
|
|
216
|
+
- Easy rollback
|
|
204
217
|
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
218
|
+
### Blue-Green Deployment
|
|
219
|
+
- Two identical environments
|
|
220
|
+
- Switch traffic atomically
|
|
221
|
+
- Fast rollback
|
|
209
222
|
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
223
|
+
### Canary Deployment
|
|
224
|
+
- Route small percentage to new version
|
|
225
|
+
- Monitor for issues
|
|
226
|
+
- Gradually increase traffic
|
|
214
227
|
- id: sre_practices
|
|
215
228
|
name: Site Reliability Engineering
|
|
216
229
|
human:
|
|
@@ -241,8 +254,10 @@ skills:
|
|
|
241
254
|
name: sre-practices
|
|
242
255
|
description: |
|
|
243
256
|
Guide for ensuring system reliability through observability, incident
|
|
244
|
-
response, and capacity planning.
|
|
245
|
-
|
|
257
|
+
response, and capacity planning.
|
|
258
|
+
useWhen: |
|
|
259
|
+
Designing monitoring, handling incidents, setting SLOs, or improving
|
|
260
|
+
system resilience.
|
|
246
261
|
stages:
|
|
247
262
|
specify:
|
|
248
263
|
focus: |
|
|
@@ -322,78 +337,78 @@ skills:
|
|
|
322
337
|
- Alerts fire correctly for SLO breaches
|
|
323
338
|
- On-call team is trained and ready
|
|
324
339
|
- Production readiness review is complete
|
|
325
|
-
|
|
326
|
-
|
|
340
|
+
implementationReference: |
|
|
341
|
+
## Service Level Concepts
|
|
327
342
|
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
343
|
+
### SLI (Service Level Indicator)
|
|
344
|
+
Quantitative measure of service behavior:
|
|
345
|
+
- Request latency (p50, p95, p99)
|
|
346
|
+
- Error rate (% of failed requests)
|
|
347
|
+
- Availability (% of successful requests)
|
|
348
|
+
- Throughput (requests per second)
|
|
334
349
|
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
350
|
+
### SLO (Service Level Objective)
|
|
351
|
+
Target value for an SLI:
|
|
352
|
+
- "99.9% of requests complete in < 200ms"
|
|
353
|
+
- "Error rate < 0.1% over 30 days"
|
|
354
|
+
- "99.95% availability monthly"
|
|
340
355
|
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
356
|
+
### Error Budget
|
|
357
|
+
Allowed unreliability: 100% - SLO
|
|
358
|
+
- 99.9% SLO = 0.1% error budget
|
|
359
|
+
- ~43 minutes downtime per month
|
|
360
|
+
- Spend on features or reliability
|
|
346
361
|
|
|
347
|
-
|
|
362
|
+
## Observability
|
|
348
363
|
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
364
|
+
### Three Pillars
|
|
365
|
+
- **Metrics**: Aggregated numeric data (counters, gauges, histograms)
|
|
366
|
+
- **Logs**: Discrete event records with context
|
|
367
|
+
- **Traces**: Request flow across services
|
|
353
368
|
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
369
|
+
### Alerting Principles
|
|
370
|
+
- Alert on symptoms, not causes
|
|
371
|
+
- Every alert should be actionable
|
|
372
|
+
- Reduce noise ruthlessly
|
|
373
|
+
- Page only for user-impacting issues
|
|
374
|
+
- Use severity levels appropriately
|
|
360
375
|
|
|
361
|
-
|
|
376
|
+
## Incident Response
|
|
362
377
|
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
378
|
+
### Incident Lifecycle
|
|
379
|
+
1. **Detection**: Automated alerts or user reports
|
|
380
|
+
2. **Triage**: Assess severity and impact
|
|
381
|
+
3. **Mitigation**: Stop the bleeding first
|
|
382
|
+
4. **Resolution**: Fix the underlying issue
|
|
383
|
+
5. **Post-mortem**: Learn and improve
|
|
369
384
|
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
385
|
+
### During an Incident
|
|
386
|
+
- Communicate early and often
|
|
387
|
+
- Focus on mitigation before root cause
|
|
388
|
+
- Document actions in real-time
|
|
389
|
+
- Escalate when needed
|
|
390
|
+
- Update stakeholders regularly
|
|
376
391
|
|
|
377
|
-
|
|
392
|
+
## Post-Mortem Process
|
|
378
393
|
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
394
|
+
### Blameless Culture
|
|
395
|
+
- Focus on systems, not individuals
|
|
396
|
+
- Assume good intentions
|
|
397
|
+
- Ask "how did the system allow this?"
|
|
398
|
+
- Share findings openly
|
|
384
399
|
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
400
|
+
### Post-Mortem Template
|
|
401
|
+
1. Incident summary
|
|
402
|
+
2. Timeline of events
|
|
403
|
+
3. Root cause analysis
|
|
404
|
+
4. What went well
|
|
405
|
+
5. What could be improved
|
|
406
|
+
6. Action items with owners
|
|
392
407
|
|
|
393
|
-
|
|
408
|
+
## Resilience Patterns
|
|
394
409
|
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
410
|
+
- **Timeouts**: Don't wait forever
|
|
411
|
+
- **Retries**: With exponential backoff
|
|
412
|
+
- **Circuit breakers**: Fail fast when downstream is unhealthy
|
|
413
|
+
- **Bulkheads**: Isolate failures
|
|
414
|
+
- **Graceful degradation**: Partial functionality over total failure
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# yaml-language-server: $schema=https://schema.forwardimpact.team/json/capability.schema.json
|
|
2
2
|
|
|
3
3
|
name: Scale
|
|
4
|
-
|
|
4
|
+
emojiIcon: 📐
|
|
5
5
|
displayOrder: 4
|
|
6
6
|
description: |
|
|
7
7
|
Building systems that grow gracefully.
|
|
@@ -71,10 +71,10 @@ skills:
|
|
|
71
71
|
recognized as an authority on cloud architecture.
|
|
72
72
|
agent:
|
|
73
73
|
name: cloud-platforms
|
|
74
|
-
description:
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
or solving cloud-specific challenges.
|
|
74
|
+
description: Guide for working with cloud infrastructure and services.
|
|
75
|
+
useWhen: |
|
|
76
|
+
Deploying to cloud, selecting cloud services, configuring
|
|
77
|
+
infrastructure, or solving cloud-specific challenges.
|
|
78
78
|
stages:
|
|
79
79
|
specify:
|
|
80
80
|
focus: |
|
|
@@ -141,21 +141,21 @@ skills:
|
|
|
141
141
|
- Failover tested in production
|
|
142
142
|
- Monitoring is operational
|
|
143
143
|
- Cost tracking is active
|
|
144
|
-
|
|
145
|
-
|
|
144
|
+
implementationReference: |
|
|
145
|
+
## Service Categories
|
|
146
146
|
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
147
|
+
| Category | Services | Use Case |
|
|
148
|
+
|----------|----------|----------|
|
|
149
|
+
| Compute | EC2, ECS, Lambda | VMs, Containers, Serverless |
|
|
150
|
+
| Storage | S3, EBS, EFS | Objects, Blocks, Files |
|
|
151
|
+
| Database | RDS, DynamoDB | SQL, NoSQL |
|
|
152
|
+
| Messaging | SQS, SNS, Kinesis | Queues, Pub/Sub, Streaming |
|
|
153
153
|
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
154
|
+
## Cloud-Native Principles
|
|
155
|
+
- Design for failure
|
|
156
|
+
- Use managed services
|
|
157
|
+
- Automate everything
|
|
158
|
+
- Monitor and alert
|
|
159
159
|
- id: code_quality
|
|
160
160
|
name: Code Quality & Review
|
|
161
161
|
human:
|
|
@@ -188,9 +188,9 @@ skills:
|
|
|
188
188
|
engineering.
|
|
189
189
|
agent:
|
|
190
190
|
name: code-quality-review
|
|
191
|
-
description:
|
|
192
|
-
|
|
193
|
-
|
|
191
|
+
description: Guide for writing quality code and conducting code reviews.
|
|
192
|
+
useWhen: |
|
|
193
|
+
Reviewing code, checking for best practices, or verifying AI-generated
|
|
194
194
|
code before committing.
|
|
195
195
|
stages:
|
|
196
196
|
specify:
|
|
@@ -258,13 +258,13 @@ skills:
|
|
|
258
258
|
- CI pipeline passes all checks
|
|
259
259
|
- No regressions detected
|
|
260
260
|
- Deployment verified
|
|
261
|
-
|
|
262
|
-
|
|
261
|
+
implementationReference: |
|
|
262
|
+
## Review Checklist
|
|
263
263
|
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
264
|
+
1. **Correctness**: Does it work as intended?
|
|
265
|
+
2. **Tests**: Is it properly tested?
|
|
266
|
+
3. **Maintainability**: Will it be easy to change?
|
|
267
|
+
4. **Style**: Does it follow conventions?
|
|
268
268
|
- id: data_modeling
|
|
269
269
|
name: Data Modeling
|
|
270
270
|
human:
|
|
@@ -297,8 +297,10 @@ skills:
|
|
|
297
297
|
name: data-modeling
|
|
298
298
|
description: |
|
|
299
299
|
Guide for designing database schemas, data structures, and data
|
|
300
|
-
architectures.
|
|
301
|
-
|
|
300
|
+
architectures.
|
|
301
|
+
useWhen: |
|
|
302
|
+
Designing tables, optimizing queries, or making decisions about data
|
|
303
|
+
storage technologies.
|
|
302
304
|
stages:
|
|
303
305
|
specify:
|
|
304
306
|
focus: |
|
|
@@ -365,12 +367,12 @@ skills:
|
|
|
365
367
|
- Data integrity verified
|
|
366
368
|
- Performance meets requirements
|
|
367
369
|
- Rollback procedure tested
|
|
368
|
-
|
|
369
|
-
|
|
370
|
+
implementationReference: |
|
|
371
|
+
## Storage Selection Guide
|
|
370
372
|
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
373
|
+
| Type | Use When | Examples |
|
|
374
|
+
|------|----------|----------|
|
|
375
|
+
| Relational | ACID needed, complex queries | PostgreSQL, MySQL |
|
|
376
|
+
| Document | Flexible schema, hierarchical | MongoDB, Firestore |
|
|
377
|
+
| Key-Value | Simple lookups, caching | Redis, DynamoDB |
|
|
378
|
+
| Time Series | Temporal data, metrics | InfluxDB, TimescaleDB |
|