@shaykec/bridge 0.4.24 → 0.4.26
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/journeys/ai-engineer.yaml +34 -0
- package/journeys/backend-developer.yaml +36 -0
- package/journeys/business-analyst.yaml +37 -0
- package/journeys/devops-engineer.yaml +37 -0
- package/journeys/engineering-manager.yaml +44 -0
- package/journeys/frontend-developer.yaml +41 -0
- package/journeys/fullstack-developer.yaml +49 -0
- package/journeys/mobile-developer.yaml +42 -0
- package/journeys/product-manager.yaml +35 -0
- package/journeys/qa-engineer.yaml +37 -0
- package/journeys/ux-designer.yaml +43 -0
- package/modules/README.md +52 -0
- package/modules/accessibility-fundamentals/content.md +126 -0
- package/modules/accessibility-fundamentals/exercises.md +88 -0
- package/modules/accessibility-fundamentals/module.yaml +43 -0
- package/modules/accessibility-fundamentals/quick-ref.md +71 -0
- package/modules/accessibility-fundamentals/quiz.md +100 -0
- package/modules/accessibility-fundamentals/resources.md +29 -0
- package/modules/accessibility-fundamentals/walkthrough.md +80 -0
- package/modules/adr-writing/content.md +121 -0
- package/modules/adr-writing/exercises.md +81 -0
- package/modules/adr-writing/module.yaml +41 -0
- package/modules/adr-writing/quick-ref.md +57 -0
- package/modules/adr-writing/quiz.md +73 -0
- package/modules/adr-writing/resources.md +29 -0
- package/modules/adr-writing/walkthrough.md +64 -0
- package/modules/ai-agents/content.md +120 -0
- package/modules/ai-agents/exercises.md +82 -0
- package/modules/ai-agents/module.yaml +42 -0
- package/modules/ai-agents/quick-ref.md +60 -0
- package/modules/ai-agents/quiz.md +103 -0
- package/modules/ai-agents/resources.md +30 -0
- package/modules/ai-agents/walkthrough.md +85 -0
- package/modules/ai-assisted-research/content.md +136 -0
- package/modules/ai-assisted-research/exercises.md +80 -0
- package/modules/ai-assisted-research/module.yaml +42 -0
- package/modules/ai-assisted-research/quick-ref.md +67 -0
- package/modules/ai-assisted-research/quiz.md +73 -0
- package/modules/ai-assisted-research/resources.md +33 -0
- package/modules/ai-assisted-research/walkthrough.md +85 -0
- package/modules/ai-pair-programming/content.md +105 -0
- package/modules/ai-pair-programming/exercises.md +98 -0
- package/modules/ai-pair-programming/module.yaml +39 -0
- package/modules/ai-pair-programming/quick-ref.md +58 -0
- package/modules/ai-pair-programming/quiz.md +73 -0
- package/modules/ai-pair-programming/resources.md +34 -0
- package/modules/ai-pair-programming/walkthrough.md +117 -0
- package/modules/ai-test-generation/content.md +125 -0
- package/modules/ai-test-generation/exercises.md +98 -0
- package/modules/ai-test-generation/module.yaml +39 -0
- package/modules/ai-test-generation/quick-ref.md +65 -0
- package/modules/ai-test-generation/quiz.md +74 -0
- package/modules/ai-test-generation/resources.md +41 -0
- package/modules/ai-test-generation/walkthrough.md +100 -0
- package/modules/api-design/content.md +189 -0
- package/modules/api-design/exercises.md +84 -0
- package/modules/api-design/game.yaml +113 -0
- package/modules/api-design/module.yaml +45 -0
- package/modules/api-design/quick-ref.md +73 -0
- package/modules/api-design/quiz.md +100 -0
- package/modules/api-design/resources.md +55 -0
- package/modules/api-design/walkthrough.md +88 -0
- package/modules/clean-code/content.md +136 -0
- package/modules/clean-code/exercises.md +137 -0
- package/modules/clean-code/game.yaml +172 -0
- package/modules/clean-code/module.yaml +44 -0
- package/modules/clean-code/quick-ref.md +44 -0
- package/modules/clean-code/quiz.md +105 -0
- package/modules/clean-code/resources.md +40 -0
- package/modules/clean-code/walkthrough.md +78 -0
- package/modules/clean-code/workshop.yaml +149 -0
- package/modules/code-review/content.md +130 -0
- package/modules/code-review/exercises.md +95 -0
- package/modules/code-review/game.yaml +83 -0
- package/modules/code-review/module.yaml +42 -0
- package/modules/code-review/quick-ref.md +77 -0
- package/modules/code-review/quiz.md +105 -0
- package/modules/code-review/resources.md +40 -0
- package/modules/code-review/walkthrough.md +106 -0
- package/modules/daily-workflow/content.md +81 -0
- package/modules/daily-workflow/exercises.md +50 -0
- package/modules/daily-workflow/module.yaml +33 -0
- package/modules/daily-workflow/quick-ref.md +37 -0
- package/modules/daily-workflow/quiz.md +65 -0
- package/modules/daily-workflow/resources.md +38 -0
- package/modules/daily-workflow/walkthrough.md +83 -0
- package/modules/debugging-systematically/content.md +139 -0
- package/modules/debugging-systematically/exercises.md +91 -0
- package/modules/debugging-systematically/module.yaml +46 -0
- package/modules/debugging-systematically/quick-ref.md +59 -0
- package/modules/debugging-systematically/quiz.md +105 -0
- package/modules/debugging-systematically/resources.md +42 -0
- package/modules/debugging-systematically/walkthrough.md +84 -0
- package/modules/debugging-systematically/workshop.yaml +127 -0
- package/modules/demo-test/content.md +68 -0
- package/modules/demo-test/exercises.md +28 -0
- package/modules/demo-test/game.yaml +171 -0
- package/modules/demo-test/module.yaml +41 -0
- package/modules/demo-test/quick-ref.md +54 -0
- package/modules/demo-test/quiz.md +74 -0
- package/modules/demo-test/resources.md +21 -0
- package/modules/demo-test/walkthrough.md +122 -0
- package/modules/demo-test/workshop.yaml +31 -0
- package/modules/design-critique/content.md +93 -0
- package/modules/design-critique/exercises.md +71 -0
- package/modules/design-critique/module.yaml +41 -0
- package/modules/design-critique/quick-ref.md +63 -0
- package/modules/design-critique/quiz.md +73 -0
- package/modules/design-critique/resources.md +27 -0
- package/modules/design-critique/walkthrough.md +68 -0
- package/modules/design-patterns/content.md +335 -0
- package/modules/design-patterns/exercises.md +82 -0
- package/modules/design-patterns/game.yaml +55 -0
- package/modules/design-patterns/module.yaml +45 -0
- package/modules/design-patterns/quick-ref.md +44 -0
- package/modules/design-patterns/quiz.md +101 -0
- package/modules/design-patterns/resources.md +40 -0
- package/modules/design-patterns/walkthrough.md +64 -0
- package/modules/exploratory-testing/content.md +133 -0
- package/modules/exploratory-testing/exercises.md +88 -0
- package/modules/exploratory-testing/module.yaml +41 -0
- package/modules/exploratory-testing/quick-ref.md +68 -0
- package/modules/exploratory-testing/quiz.md +75 -0
- package/modules/exploratory-testing/resources.md +39 -0
- package/modules/exploratory-testing/walkthrough.md +87 -0
- package/modules/git/content.md +128 -0
- package/modules/git/exercises.md +53 -0
- package/modules/git/game.yaml +190 -0
- package/modules/git/module.yaml +44 -0
- package/modules/git/quick-ref.md +67 -0
- package/modules/git/quiz.md +89 -0
- package/modules/git/resources.md +49 -0
- package/modules/git/walkthrough.md +92 -0
- package/modules/git/workshop.yaml +145 -0
- package/modules/hiring-interviews/content.md +130 -0
- package/modules/hiring-interviews/exercises.md +88 -0
- package/modules/hiring-interviews/module.yaml +41 -0
- package/modules/hiring-interviews/quick-ref.md +68 -0
- package/modules/hiring-interviews/quiz.md +73 -0
- package/modules/hiring-interviews/resources.md +36 -0
- package/modules/hiring-interviews/walkthrough.md +75 -0
- package/modules/hooks/content.md +97 -0
- package/modules/hooks/exercises.md +69 -0
- package/modules/hooks/module.yaml +39 -0
- package/modules/hooks/quick-ref.md +93 -0
- package/modules/hooks/quiz.md +81 -0
- package/modules/hooks/resources.md +34 -0
- package/modules/hooks/walkthrough.md +105 -0
- package/modules/hooks/workshop.yaml +64 -0
- package/modules/incident-response/content.md +124 -0
- package/modules/incident-response/exercises.md +82 -0
- package/modules/incident-response/game.yaml +132 -0
- package/modules/incident-response/module.yaml +45 -0
- package/modules/incident-response/quick-ref.md +53 -0
- package/modules/incident-response/quiz.md +103 -0
- package/modules/incident-response/resources.md +40 -0
- package/modules/incident-response/walkthrough.md +82 -0
- package/modules/llm-fundamentals/content.md +114 -0
- package/modules/llm-fundamentals/exercises.md +83 -0
- package/modules/llm-fundamentals/module.yaml +42 -0
- package/modules/llm-fundamentals/quick-ref.md +64 -0
- package/modules/llm-fundamentals/quiz.md +103 -0
- package/modules/llm-fundamentals/resources.md +30 -0
- package/modules/llm-fundamentals/walkthrough.md +91 -0
- package/modules/one-on-ones/content.md +133 -0
- package/modules/one-on-ones/exercises.md +81 -0
- package/modules/one-on-ones/module.yaml +44 -0
- package/modules/one-on-ones/quick-ref.md +67 -0
- package/modules/one-on-ones/quiz.md +73 -0
- package/modules/one-on-ones/resources.md +37 -0
- package/modules/one-on-ones/walkthrough.md +69 -0
- package/modules/package.json +9 -0
- package/modules/prioritization-frameworks/content.md +130 -0
- package/modules/prioritization-frameworks/exercises.md +93 -0
- package/modules/prioritization-frameworks/module.yaml +41 -0
- package/modules/prioritization-frameworks/quick-ref.md +77 -0
- package/modules/prioritization-frameworks/quiz.md +73 -0
- package/modules/prioritization-frameworks/resources.md +32 -0
- package/modules/prioritization-frameworks/walkthrough.md +69 -0
- package/modules/prompt-engineering/content.md +123 -0
- package/modules/prompt-engineering/exercises.md +82 -0
- package/modules/prompt-engineering/game.yaml +101 -0
- package/modules/prompt-engineering/module.yaml +45 -0
- package/modules/prompt-engineering/quick-ref.md +65 -0
- package/modules/prompt-engineering/quiz.md +105 -0
- package/modules/prompt-engineering/resources.md +36 -0
- package/modules/prompt-engineering/walkthrough.md +81 -0
- package/modules/rag-fundamentals/content.md +111 -0
- package/modules/rag-fundamentals/exercises.md +80 -0
- package/modules/rag-fundamentals/module.yaml +45 -0
- package/modules/rag-fundamentals/quick-ref.md +58 -0
- package/modules/rag-fundamentals/quiz.md +75 -0
- package/modules/rag-fundamentals/resources.md +34 -0
- package/modules/rag-fundamentals/walkthrough.md +75 -0
- package/modules/react-fundamentals/content.md +140 -0
- package/modules/react-fundamentals/exercises.md +81 -0
- package/modules/react-fundamentals/game.yaml +145 -0
- package/modules/react-fundamentals/module.yaml +45 -0
- package/modules/react-fundamentals/quick-ref.md +62 -0
- package/modules/react-fundamentals/quiz.md +106 -0
- package/modules/react-fundamentals/resources.md +42 -0
- package/modules/react-fundamentals/walkthrough.md +89 -0
- package/modules/react-fundamentals/workshop.yaml +112 -0
- package/modules/react-native-fundamentals/content.md +141 -0
- package/modules/react-native-fundamentals/exercises.md +79 -0
- package/modules/react-native-fundamentals/module.yaml +42 -0
- package/modules/react-native-fundamentals/quick-ref.md +60 -0
- package/modules/react-native-fundamentals/quiz.md +61 -0
- package/modules/react-native-fundamentals/resources.md +24 -0
- package/modules/react-native-fundamentals/walkthrough.md +84 -0
- package/modules/registry.yaml +1650 -0
- package/modules/risk-management/content.md +162 -0
- package/modules/risk-management/exercises.md +86 -0
- package/modules/risk-management/module.yaml +41 -0
- package/modules/risk-management/quick-ref.md +82 -0
- package/modules/risk-management/quiz.md +73 -0
- package/modules/risk-management/resources.md +40 -0
- package/modules/risk-management/walkthrough.md +67 -0
- package/modules/running-effective-standups/content.md +119 -0
- package/modules/running-effective-standups/exercises.md +79 -0
- package/modules/running-effective-standups/module.yaml +40 -0
- package/modules/running-effective-standups/quick-ref.md +61 -0
- package/modules/running-effective-standups/quiz.md +73 -0
- package/modules/running-effective-standups/resources.md +36 -0
- package/modules/running-effective-standups/walkthrough.md +76 -0
- package/modules/solid-principles/content.md +154 -0
- package/modules/solid-principles/exercises.md +107 -0
- package/modules/solid-principles/module.yaml +42 -0
- package/modules/solid-principles/quick-ref.md +50 -0
- package/modules/solid-principles/quiz.md +102 -0
- package/modules/solid-principles/resources.md +39 -0
- package/modules/solid-principles/walkthrough.md +84 -0
- package/modules/sprint-planning/content.md +142 -0
- package/modules/sprint-planning/exercises.md +79 -0
- package/modules/sprint-planning/game.yaml +84 -0
- package/modules/sprint-planning/module.yaml +44 -0
- package/modules/sprint-planning/quick-ref.md +76 -0
- package/modules/sprint-planning/quiz.md +102 -0
- package/modules/sprint-planning/resources.md +39 -0
- package/modules/sprint-planning/walkthrough.md +75 -0
- package/modules/sql-fundamentals/content.md +160 -0
- package/modules/sql-fundamentals/exercises.md +87 -0
- package/modules/sql-fundamentals/game.yaml +105 -0
- package/modules/sql-fundamentals/module.yaml +45 -0
- package/modules/sql-fundamentals/quick-ref.md +53 -0
- package/modules/sql-fundamentals/quiz.md +103 -0
- package/modules/sql-fundamentals/resources.md +42 -0
- package/modules/sql-fundamentals/walkthrough.md +92 -0
- package/modules/sql-fundamentals/workshop.yaml +109 -0
- package/modules/stakeholder-communication/content.md +186 -0
- package/modules/stakeholder-communication/exercises.md +87 -0
- package/modules/stakeholder-communication/module.yaml +38 -0
- package/modules/stakeholder-communication/quick-ref.md +89 -0
- package/modules/stakeholder-communication/quiz.md +73 -0
- package/modules/stakeholder-communication/resources.md +41 -0
- package/modules/stakeholder-communication/walkthrough.md +74 -0
- package/modules/system-design/content.md +149 -0
- package/modules/system-design/exercises.md +83 -0
- package/modules/system-design/game.yaml +95 -0
- package/modules/system-design/module.yaml +46 -0
- package/modules/system-design/quick-ref.md +59 -0
- package/modules/system-design/quiz.md +102 -0
- package/modules/system-design/resources.md +46 -0
- package/modules/system-design/walkthrough.md +90 -0
- package/modules/team-topologies/content.md +166 -0
- package/modules/team-topologies/exercises.md +85 -0
- package/modules/team-topologies/module.yaml +41 -0
- package/modules/team-topologies/quick-ref.md +61 -0
- package/modules/team-topologies/quiz.md +101 -0
- package/modules/team-topologies/resources.md +37 -0
- package/modules/team-topologies/walkthrough.md +76 -0
- package/modules/technical-debt/content.md +111 -0
- package/modules/technical-debt/exercises.md +92 -0
- package/modules/technical-debt/module.yaml +39 -0
- package/modules/technical-debt/quick-ref.md +60 -0
- package/modules/technical-debt/quiz.md +73 -0
- package/modules/technical-debt/resources.md +25 -0
- package/modules/technical-debt/walkthrough.md +94 -0
- package/modules/technical-mentoring/content.md +128 -0
- package/modules/technical-mentoring/exercises.md +84 -0
- package/modules/technical-mentoring/module.yaml +41 -0
- package/modules/technical-mentoring/quick-ref.md +74 -0
- package/modules/technical-mentoring/quiz.md +73 -0
- package/modules/technical-mentoring/resources.md +33 -0
- package/modules/technical-mentoring/walkthrough.md +65 -0
- package/modules/test-strategy/content.md +136 -0
- package/modules/test-strategy/exercises.md +84 -0
- package/modules/test-strategy/game.yaml +99 -0
- package/modules/test-strategy/module.yaml +45 -0
- package/modules/test-strategy/quick-ref.md +66 -0
- package/modules/test-strategy/quiz.md +99 -0
- package/modules/test-strategy/resources.md +60 -0
- package/modules/test-strategy/walkthrough.md +97 -0
- package/modules/test-strategy/workshop.yaml +96 -0
- package/modules/typescript-fundamentals/content.md +127 -0
- package/modules/typescript-fundamentals/exercises.md +79 -0
- package/modules/typescript-fundamentals/game.yaml +111 -0
- package/modules/typescript-fundamentals/module.yaml +45 -0
- package/modules/typescript-fundamentals/quick-ref.md +55 -0
- package/modules/typescript-fundamentals/quiz.md +104 -0
- package/modules/typescript-fundamentals/resources.md +42 -0
- package/modules/typescript-fundamentals/walkthrough.md +71 -0
- package/modules/typescript-fundamentals/workshop.yaml +146 -0
- package/modules/user-story-mapping/content.md +123 -0
- package/modules/user-story-mapping/exercises.md +87 -0
- package/modules/user-story-mapping/module.yaml +41 -0
- package/modules/user-story-mapping/quick-ref.md +64 -0
- package/modules/user-story-mapping/quiz.md +73 -0
- package/modules/user-story-mapping/resources.md +29 -0
- package/modules/user-story-mapping/walkthrough.md +86 -0
- package/modules/writing-prds/content.md +133 -0
- package/modules/writing-prds/exercises.md +93 -0
- package/modules/writing-prds/game.yaml +83 -0
- package/modules/writing-prds/module.yaml +44 -0
- package/modules/writing-prds/quick-ref.md +77 -0
- package/modules/writing-prds/quiz.md +103 -0
- package/modules/writing-prds/resources.md +30 -0
- package/modules/writing-prds/walkthrough.md +87 -0
- package/package.json +5 -3
- package/src/server.js +17 -7
|
@@ -0,0 +1,1650 @@
|
|
|
1
|
+
modules:
|
|
2
|
+
- slug: accessibility-fundamentals
|
|
3
|
+
title: Accessibility -- WCAG Fundamentals for Designers
|
|
4
|
+
description: Learn WCAG principles, conformance levels, and practical a11y patterns for inclusive design.
|
|
5
|
+
category: ux-design
|
|
6
|
+
difficulty: beginner
|
|
7
|
+
tags:
|
|
8
|
+
- accessibility
|
|
9
|
+
- wcag
|
|
10
|
+
- a11y
|
|
11
|
+
- inclusive-design
|
|
12
|
+
- screen-readers
|
|
13
|
+
- aria
|
|
14
|
+
narrative: false
|
|
15
|
+
prerequisites: []
|
|
16
|
+
related:
|
|
17
|
+
- design-critique
|
|
18
|
+
- react-fundamentals
|
|
19
|
+
xp:
|
|
20
|
+
read: 10
|
|
21
|
+
walkthrough: 30
|
|
22
|
+
exercise: 20
|
|
23
|
+
quiz: 15
|
|
24
|
+
quiz-perfect-bonus: 10
|
|
25
|
+
time:
|
|
26
|
+
quick: 5
|
|
27
|
+
read: 15
|
|
28
|
+
guided: 45
|
|
29
|
+
triggers:
|
|
30
|
+
- What are WCAG guidelines?
|
|
31
|
+
- How do I make my app accessible?
|
|
32
|
+
- What is ARIA and when should I use it?
|
|
33
|
+
- How do screen readers work?
|
|
34
|
+
source: built-in
|
|
35
|
+
capabilities:
|
|
36
|
+
- content
|
|
37
|
+
- walkthrough
|
|
38
|
+
- exercises
|
|
39
|
+
- quiz
|
|
40
|
+
- quick-ref
|
|
41
|
+
- resources
|
|
42
|
+
- slug: clean-code
|
|
43
|
+
title: Clean Code — Naming, Functions, and Readability That Scales
|
|
44
|
+
description: Write code that humans can read — naming, function design, and refactoring habits.
|
|
45
|
+
category: fundamentals
|
|
46
|
+
difficulty: beginner
|
|
47
|
+
tags:
|
|
48
|
+
- clean-code
|
|
49
|
+
- readability
|
|
50
|
+
- refactoring
|
|
51
|
+
- naming
|
|
52
|
+
- functions
|
|
53
|
+
narrative: false
|
|
54
|
+
prerequisites: []
|
|
55
|
+
related:
|
|
56
|
+
- solid-principles
|
|
57
|
+
- code-review
|
|
58
|
+
xp:
|
|
59
|
+
read: 10
|
|
60
|
+
walkthrough: 30
|
|
61
|
+
exercise: 20
|
|
62
|
+
quiz: 15
|
|
63
|
+
quiz-perfect-bonus: 10
|
|
64
|
+
game: 20
|
|
65
|
+
game-perfect-bonus: 10
|
|
66
|
+
time:
|
|
67
|
+
quick: 5
|
|
68
|
+
read: 15
|
|
69
|
+
guided: 40
|
|
70
|
+
triggers:
|
|
71
|
+
- How do I write clean code?
|
|
72
|
+
- What makes code readable?
|
|
73
|
+
- How should I name variables and functions?
|
|
74
|
+
- When should I refactor?
|
|
75
|
+
source: built-in
|
|
76
|
+
capabilities:
|
|
77
|
+
- content
|
|
78
|
+
- walkthrough
|
|
79
|
+
- exercises
|
|
80
|
+
- quiz
|
|
81
|
+
- quick-ref
|
|
82
|
+
- resources
|
|
83
|
+
- game
|
|
84
|
+
- slug: code-review
|
|
85
|
+
title: Code Review — Giving and Receiving Feedback
|
|
86
|
+
description: Master code reviews — what to look for, how to give feedback, and how to receive it constructively.
|
|
87
|
+
category: developer-skills
|
|
88
|
+
difficulty: beginner
|
|
89
|
+
tags:
|
|
90
|
+
- code-review
|
|
91
|
+
- feedback
|
|
92
|
+
- collaboration
|
|
93
|
+
- pull-requests
|
|
94
|
+
- quality
|
|
95
|
+
narrative: false
|
|
96
|
+
prerequisites: []
|
|
97
|
+
related:
|
|
98
|
+
- clean-code
|
|
99
|
+
- technical-debt
|
|
100
|
+
xp:
|
|
101
|
+
read: 10
|
|
102
|
+
walkthrough: 30
|
|
103
|
+
exercise: 20
|
|
104
|
+
quiz: 15
|
|
105
|
+
quiz-perfect-bonus: 10
|
|
106
|
+
game: 20
|
|
107
|
+
game-perfect-bonus: 10
|
|
108
|
+
time:
|
|
109
|
+
quick: 5
|
|
110
|
+
read: 15
|
|
111
|
+
guided: 40
|
|
112
|
+
triggers:
|
|
113
|
+
- How do I do a good code review?
|
|
114
|
+
- How do I give constructive code feedback?
|
|
115
|
+
- What should I look for in a code review?
|
|
116
|
+
- How do I handle code review comments?
|
|
117
|
+
source: built-in
|
|
118
|
+
capabilities:
|
|
119
|
+
- content
|
|
120
|
+
- walkthrough
|
|
121
|
+
- exercises
|
|
122
|
+
- quiz
|
|
123
|
+
- quick-ref
|
|
124
|
+
- resources
|
|
125
|
+
- game
|
|
126
|
+
- slug: daily-workflow
|
|
127
|
+
title: A Day with Claude Code
|
|
128
|
+
description: 'Story: follow a developer through a typical day using Claude Code for real tasks.'
|
|
129
|
+
category: claude-code
|
|
130
|
+
difficulty: beginner
|
|
131
|
+
tags:
|
|
132
|
+
- claude-code
|
|
133
|
+
- workflow
|
|
134
|
+
- story
|
|
135
|
+
- productivity
|
|
136
|
+
narrative: true
|
|
137
|
+
prerequisites: []
|
|
138
|
+
related:
|
|
139
|
+
- hooks
|
|
140
|
+
- skills
|
|
141
|
+
- sub-agents
|
|
142
|
+
xp:
|
|
143
|
+
read: 10
|
|
144
|
+
walkthrough: 30
|
|
145
|
+
exercise: 20
|
|
146
|
+
quiz: 15
|
|
147
|
+
quiz-perfect-bonus: 10
|
|
148
|
+
time:
|
|
149
|
+
quick: 5
|
|
150
|
+
read: 10
|
|
151
|
+
guided: 45
|
|
152
|
+
triggers:
|
|
153
|
+
- What does a typical day with Claude Code look like?
|
|
154
|
+
- How do people actually use Claude Code?
|
|
155
|
+
- Show me a real workflow with Claude Code
|
|
156
|
+
source: built-in
|
|
157
|
+
capabilities:
|
|
158
|
+
- content
|
|
159
|
+
- walkthrough
|
|
160
|
+
- exercises
|
|
161
|
+
- quiz
|
|
162
|
+
- quick-ref
|
|
163
|
+
- resources
|
|
164
|
+
- slug: debugging-systematically
|
|
165
|
+
title: Systematic Debugging — From Symptom to Root Cause
|
|
166
|
+
description: 'Apply the scientific method to debugging: reproduce, hypothesize, test, and conclude.'
|
|
167
|
+
category: developer-skills
|
|
168
|
+
difficulty: beginner
|
|
169
|
+
tags:
|
|
170
|
+
- debugging
|
|
171
|
+
- troubleshooting
|
|
172
|
+
- problem-solving
|
|
173
|
+
- developer-tools
|
|
174
|
+
- root-cause
|
|
175
|
+
narrative: false
|
|
176
|
+
prerequisites: []
|
|
177
|
+
related:
|
|
178
|
+
- code-review
|
|
179
|
+
- test-strategy
|
|
180
|
+
xp:
|
|
181
|
+
read: 10
|
|
182
|
+
walkthrough: 30
|
|
183
|
+
exercise: 20
|
|
184
|
+
quiz: 15
|
|
185
|
+
quiz-perfect-bonus: 10
|
|
186
|
+
game: 25
|
|
187
|
+
game-perfect-bonus: 15
|
|
188
|
+
time:
|
|
189
|
+
quick: 5
|
|
190
|
+
read: 15
|
|
191
|
+
guided: 40
|
|
192
|
+
triggers:
|
|
193
|
+
- How do I debug effectively?
|
|
194
|
+
- How do I find the root cause of a bug?
|
|
195
|
+
- What's a systematic approach to debugging?
|
|
196
|
+
- How do I use breakpoints and debugger tools?
|
|
197
|
+
source: built-in
|
|
198
|
+
capabilities:
|
|
199
|
+
- content
|
|
200
|
+
- walkthrough
|
|
201
|
+
- exercises
|
|
202
|
+
- quiz
|
|
203
|
+
- quick-ref
|
|
204
|
+
- resources
|
|
205
|
+
- slug: demo-test
|
|
206
|
+
title: Demo Test — All System Elements
|
|
207
|
+
description: A short module that exercises every teaching element in Socrates. Used for manual and automated testing.
|
|
208
|
+
category: meta
|
|
209
|
+
difficulty: beginner
|
|
210
|
+
tags:
|
|
211
|
+
- demo
|
|
212
|
+
- test
|
|
213
|
+
- qa
|
|
214
|
+
- all-elements
|
|
215
|
+
narrative: false
|
|
216
|
+
prerequisites: []
|
|
217
|
+
related: []
|
|
218
|
+
xp:
|
|
219
|
+
read: 10
|
|
220
|
+
walkthrough: 40
|
|
221
|
+
exercise: 25
|
|
222
|
+
quiz: 20
|
|
223
|
+
quiz-perfect-bonus: 10
|
|
224
|
+
game: 25
|
|
225
|
+
game-perfect-bonus: 15
|
|
226
|
+
time:
|
|
227
|
+
quick: 2
|
|
228
|
+
read: 5
|
|
229
|
+
guided: 10
|
|
230
|
+
triggers:
|
|
231
|
+
- Run the demo test module
|
|
232
|
+
- Test all teaching elements
|
|
233
|
+
- Show me a demo of Socrates
|
|
234
|
+
source: built-in
|
|
235
|
+
capabilities:
|
|
236
|
+
- content
|
|
237
|
+
- walkthrough
|
|
238
|
+
- exercises
|
|
239
|
+
- quiz
|
|
240
|
+
- quick-ref
|
|
241
|
+
- resources
|
|
242
|
+
- game
|
|
243
|
+
- slug: design-critique
|
|
244
|
+
title: Design Critique -- Structured Feedback That Improves Work
|
|
245
|
+
description: Learn to give and receive design feedback that actually improves outcomes.
|
|
246
|
+
category: ux-design
|
|
247
|
+
difficulty: beginner
|
|
248
|
+
tags:
|
|
249
|
+
- design-critique
|
|
250
|
+
- feedback
|
|
251
|
+
- ux-design
|
|
252
|
+
- collaboration
|
|
253
|
+
- design-process
|
|
254
|
+
narrative: false
|
|
255
|
+
prerequisites: []
|
|
256
|
+
related:
|
|
257
|
+
- code-review
|
|
258
|
+
- user-story-mapping
|
|
259
|
+
xp:
|
|
260
|
+
read: 10
|
|
261
|
+
walkthrough: 30
|
|
262
|
+
exercise: 20
|
|
263
|
+
quiz: 15
|
|
264
|
+
quiz-perfect-bonus: 10
|
|
265
|
+
time:
|
|
266
|
+
quick: 5
|
|
267
|
+
read: 15
|
|
268
|
+
guided: 40
|
|
269
|
+
triggers:
|
|
270
|
+
- How do I give design feedback?
|
|
271
|
+
- How do I run a design critique?
|
|
272
|
+
- What's the difference between critique and criticism?
|
|
273
|
+
- How do I improve my design review process?
|
|
274
|
+
source: built-in
|
|
275
|
+
capabilities:
|
|
276
|
+
- content
|
|
277
|
+
- walkthrough
|
|
278
|
+
- exercises
|
|
279
|
+
- quiz
|
|
280
|
+
- quick-ref
|
|
281
|
+
- resources
|
|
282
|
+
- slug: git
|
|
283
|
+
title: Git - Version Control Fundamentals
|
|
284
|
+
description: Master Git from scratch — commits, branches, merges, and collaboration workflows.
|
|
285
|
+
category: developer-skills
|
|
286
|
+
difficulty: beginner
|
|
287
|
+
tags:
|
|
288
|
+
- git
|
|
289
|
+
- version-control
|
|
290
|
+
- terminal
|
|
291
|
+
- collaboration
|
|
292
|
+
narrative: false
|
|
293
|
+
prerequisites: []
|
|
294
|
+
related:
|
|
295
|
+
- github
|
|
296
|
+
- command-line
|
|
297
|
+
xp:
|
|
298
|
+
read: 10
|
|
299
|
+
walkthrough: 40
|
|
300
|
+
exercise: 25
|
|
301
|
+
quiz: 20
|
|
302
|
+
quiz-perfect-bonus: 10
|
|
303
|
+
game: 25
|
|
304
|
+
game-perfect-bonus: 15
|
|
305
|
+
time:
|
|
306
|
+
quick: 5
|
|
307
|
+
read: 15
|
|
308
|
+
guided: 45
|
|
309
|
+
triggers:
|
|
310
|
+
- How do I undo a commit?
|
|
311
|
+
- What's the difference between merge and rebase?
|
|
312
|
+
- How do I resolve merge conflicts?
|
|
313
|
+
- How does Git branching work?
|
|
314
|
+
source: built-in
|
|
315
|
+
capabilities:
|
|
316
|
+
- content
|
|
317
|
+
- walkthrough
|
|
318
|
+
- exercises
|
|
319
|
+
- quiz
|
|
320
|
+
- quick-ref
|
|
321
|
+
- resources
|
|
322
|
+
- game
|
|
323
|
+
- slug: one-on-ones
|
|
324
|
+
title: Effective 1:1s — Conversations That Build Trust and Growth
|
|
325
|
+
description: >-
|
|
326
|
+
Master one-on-ones: purpose, cadence, preparation, agenda structure, asking good questions, and common
|
|
327
|
+
anti-patterns.
|
|
328
|
+
category: leadership
|
|
329
|
+
difficulty: beginner
|
|
330
|
+
tags:
|
|
331
|
+
- one-on-ones
|
|
332
|
+
- management
|
|
333
|
+
- feedback
|
|
334
|
+
- career-growth
|
|
335
|
+
- trust
|
|
336
|
+
- coaching
|
|
337
|
+
narrative: false
|
|
338
|
+
prerequisites: []
|
|
339
|
+
related:
|
|
340
|
+
- technical-mentoring
|
|
341
|
+
- hiring-interviews
|
|
342
|
+
xp:
|
|
343
|
+
read: 10
|
|
344
|
+
walkthrough: 30
|
|
345
|
+
exercise: 20
|
|
346
|
+
quiz: 15
|
|
347
|
+
quiz-perfect-bonus: 10
|
|
348
|
+
time:
|
|
349
|
+
quick: 5
|
|
350
|
+
read: 15
|
|
351
|
+
guided: 40
|
|
352
|
+
triggers:
|
|
353
|
+
- How do I run effective 1:1s?
|
|
354
|
+
- What should I talk about in 1:1s?
|
|
355
|
+
- How do I give feedback in 1:1s?
|
|
356
|
+
- How often should I have 1:1s with my team?
|
|
357
|
+
source: built-in
|
|
358
|
+
capabilities:
|
|
359
|
+
- content
|
|
360
|
+
- walkthrough
|
|
361
|
+
- exercises
|
|
362
|
+
- quiz
|
|
363
|
+
- quick-ref
|
|
364
|
+
- resources
|
|
365
|
+
- slug: prompt-engineering
|
|
366
|
+
title: Prompt Engineering — Techniques That Get Better AI Outputs
|
|
367
|
+
description: >-
|
|
368
|
+
Learn what makes a good prompt, zero-shot vs few-shot prompting, chain-of-thought reasoning, and structured output
|
|
369
|
+
for better AI results.
|
|
370
|
+
category: ai-and-llm
|
|
371
|
+
difficulty: beginner
|
|
372
|
+
tags:
|
|
373
|
+
- prompt-engineering
|
|
374
|
+
- ai
|
|
375
|
+
- llm
|
|
376
|
+
- claude
|
|
377
|
+
- prompting
|
|
378
|
+
- few-shot
|
|
379
|
+
narrative: false
|
|
380
|
+
prerequisites: []
|
|
381
|
+
related:
|
|
382
|
+
- llm-fundamentals
|
|
383
|
+
- ai-pair-programming
|
|
384
|
+
xp:
|
|
385
|
+
read: 10
|
|
386
|
+
walkthrough: 30
|
|
387
|
+
exercise: 20
|
|
388
|
+
quiz: 15
|
|
389
|
+
quiz-perfect-bonus: 10
|
|
390
|
+
game: 20
|
|
391
|
+
game-perfect-bonus: 10
|
|
392
|
+
time:
|
|
393
|
+
quick: 5
|
|
394
|
+
read: 15
|
|
395
|
+
guided: 45
|
|
396
|
+
triggers:
|
|
397
|
+
- How do I write better prompts?
|
|
398
|
+
- What is prompt engineering?
|
|
399
|
+
- How do I get better results from Claude?
|
|
400
|
+
- What are few-shot examples?
|
|
401
|
+
source: built-in
|
|
402
|
+
capabilities:
|
|
403
|
+
- content
|
|
404
|
+
- walkthrough
|
|
405
|
+
- exercises
|
|
406
|
+
- quiz
|
|
407
|
+
- quick-ref
|
|
408
|
+
- resources
|
|
409
|
+
- game
|
|
410
|
+
- slug: react-fundamentals
|
|
411
|
+
title: React — Components, Hooks, and State Management
|
|
412
|
+
description: Master React's component model, hooks, and state management with hands-on exercises.
|
|
413
|
+
category: frameworks
|
|
414
|
+
difficulty: beginner
|
|
415
|
+
tags:
|
|
416
|
+
- react
|
|
417
|
+
- javascript
|
|
418
|
+
- frontend
|
|
419
|
+
- components
|
|
420
|
+
- hooks
|
|
421
|
+
- state
|
|
422
|
+
narrative: false
|
|
423
|
+
prerequisites:
|
|
424
|
+
- typescript-fundamentals
|
|
425
|
+
related:
|
|
426
|
+
- react-native-fundamentals
|
|
427
|
+
xp:
|
|
428
|
+
read: 10
|
|
429
|
+
walkthrough: 30
|
|
430
|
+
exercise: 20
|
|
431
|
+
quiz: 15
|
|
432
|
+
quiz-perfect-bonus: 10
|
|
433
|
+
game: 25
|
|
434
|
+
game-perfect-bonus: 15
|
|
435
|
+
time:
|
|
436
|
+
quick: 5
|
|
437
|
+
read: 15
|
|
438
|
+
guided: 45
|
|
439
|
+
triggers:
|
|
440
|
+
- How do React hooks work?
|
|
441
|
+
- What is useState and useEffect?
|
|
442
|
+
- How do I manage state in React?
|
|
443
|
+
- What are React components?
|
|
444
|
+
source: built-in
|
|
445
|
+
capabilities:
|
|
446
|
+
- content
|
|
447
|
+
- walkthrough
|
|
448
|
+
- exercises
|
|
449
|
+
- quiz
|
|
450
|
+
- quick-ref
|
|
451
|
+
- resources
|
|
452
|
+
- game
|
|
453
|
+
- slug: running-effective-standups
|
|
454
|
+
title: Running Effective Standups — Beyond Status Reports
|
|
455
|
+
description: >-
|
|
456
|
+
Transform standups from status reports into coordination events: formats, timeboxing, async options, and
|
|
457
|
+
anti-patterns.
|
|
458
|
+
category: leadership
|
|
459
|
+
difficulty: beginner
|
|
460
|
+
tags:
|
|
461
|
+
- standups
|
|
462
|
+
- daily-scrum
|
|
463
|
+
- meetings
|
|
464
|
+
- team-lead
|
|
465
|
+
- communication
|
|
466
|
+
- agile
|
|
467
|
+
narrative: false
|
|
468
|
+
prerequisites: []
|
|
469
|
+
related:
|
|
470
|
+
- sprint-planning
|
|
471
|
+
- stakeholder-communication
|
|
472
|
+
xp:
|
|
473
|
+
read: 10
|
|
474
|
+
walkthrough: 30
|
|
475
|
+
exercise: 20
|
|
476
|
+
quiz: 15
|
|
477
|
+
quiz-perfect-bonus: 10
|
|
478
|
+
time:
|
|
479
|
+
quick: 5
|
|
480
|
+
read: 10
|
|
481
|
+
guided: 35
|
|
482
|
+
triggers:
|
|
483
|
+
- How do I run a good standup?
|
|
484
|
+
- Our standups are boring status reports, how do I fix them?
|
|
485
|
+
- Should we do async standups?
|
|
486
|
+
- How long should a standup be?
|
|
487
|
+
source: built-in
|
|
488
|
+
capabilities:
|
|
489
|
+
- content
|
|
490
|
+
- walkthrough
|
|
491
|
+
- exercises
|
|
492
|
+
- quiz
|
|
493
|
+
- quick-ref
|
|
494
|
+
- resources
|
|
495
|
+
- slug: sprint-planning
|
|
496
|
+
title: Sprint Planning — Estimation, Capacity, and Commitment
|
|
497
|
+
description: >-
|
|
498
|
+
Master sprint planning: estimation techniques, velocity vs capacity, commitment vs forecast, and common
|
|
499
|
+
anti-patterns.
|
|
500
|
+
category: project-management
|
|
501
|
+
difficulty: beginner
|
|
502
|
+
tags:
|
|
503
|
+
- sprint-planning
|
|
504
|
+
- agile
|
|
505
|
+
- scrum
|
|
506
|
+
- estimation
|
|
507
|
+
- story-points
|
|
508
|
+
- capacity
|
|
509
|
+
narrative: false
|
|
510
|
+
prerequisites: []
|
|
511
|
+
related:
|
|
512
|
+
- prioritization-frameworks
|
|
513
|
+
- risk-management
|
|
514
|
+
xp:
|
|
515
|
+
read: 10
|
|
516
|
+
walkthrough: 30
|
|
517
|
+
exercise: 20
|
|
518
|
+
quiz: 15
|
|
519
|
+
quiz-perfect-bonus: 10
|
|
520
|
+
game: 20
|
|
521
|
+
game-perfect-bonus: 10
|
|
522
|
+
time:
|
|
523
|
+
quick: 5
|
|
524
|
+
read: 15
|
|
525
|
+
guided: 45
|
|
526
|
+
triggers:
|
|
527
|
+
- How do I run sprint planning?
|
|
528
|
+
- How do I estimate story points?
|
|
529
|
+
- How much work should we commit to in a sprint?
|
|
530
|
+
- What's the difference between velocity and capacity?
|
|
531
|
+
source: built-in
|
|
532
|
+
capabilities:
|
|
533
|
+
- content
|
|
534
|
+
- walkthrough
|
|
535
|
+
- exercises
|
|
536
|
+
- quiz
|
|
537
|
+
- quick-ref
|
|
538
|
+
- resources
|
|
539
|
+
- game
|
|
540
|
+
- slug: sql-fundamentals
|
|
541
|
+
title: SQL — Queries, Joins, and Data Modeling Essentials
|
|
542
|
+
description: Master SQL queries, joins, aggregation, and database normalization.
|
|
543
|
+
category: data
|
|
544
|
+
difficulty: beginner
|
|
545
|
+
tags:
|
|
546
|
+
- sql
|
|
547
|
+
- databases
|
|
548
|
+
- queries
|
|
549
|
+
- joins
|
|
550
|
+
- data-modeling
|
|
551
|
+
narrative: false
|
|
552
|
+
prerequisites: []
|
|
553
|
+
related:
|
|
554
|
+
- system-design
|
|
555
|
+
xp:
|
|
556
|
+
read: 10
|
|
557
|
+
walkthrough: 30
|
|
558
|
+
exercise: 20
|
|
559
|
+
quiz: 15
|
|
560
|
+
quiz-perfect-bonus: 10
|
|
561
|
+
game: 20
|
|
562
|
+
game-perfect-bonus: 10
|
|
563
|
+
time:
|
|
564
|
+
quick: 5
|
|
565
|
+
read: 15
|
|
566
|
+
guided: 45
|
|
567
|
+
triggers:
|
|
568
|
+
- How do SQL joins work?
|
|
569
|
+
- How do I write a SQL query?
|
|
570
|
+
- What's the difference between INNER and LEFT join?
|
|
571
|
+
- How do I design a database schema?
|
|
572
|
+
source: built-in
|
|
573
|
+
capabilities:
|
|
574
|
+
- content
|
|
575
|
+
- walkthrough
|
|
576
|
+
- exercises
|
|
577
|
+
- quiz
|
|
578
|
+
- quick-ref
|
|
579
|
+
- resources
|
|
580
|
+
- game
|
|
581
|
+
- slug: stakeholder-communication
|
|
582
|
+
title: Stakeholder Communication — Status Updates That Actually Help
|
|
583
|
+
description: Write effective status updates, communicate delays, and manage stakeholder expectations with clarity and impact.
|
|
584
|
+
category: project-management
|
|
585
|
+
difficulty: beginner
|
|
586
|
+
tags:
|
|
587
|
+
- stakeholder-communication
|
|
588
|
+
- status-updates
|
|
589
|
+
- reporting
|
|
590
|
+
- project-management
|
|
591
|
+
- leadership
|
|
592
|
+
narrative: false
|
|
593
|
+
prerequisites: []
|
|
594
|
+
related:
|
|
595
|
+
- risk-management
|
|
596
|
+
- sprint-planning
|
|
597
|
+
- one-on-ones
|
|
598
|
+
xp:
|
|
599
|
+
read: 10
|
|
600
|
+
walkthrough: 30
|
|
601
|
+
exercise: 20
|
|
602
|
+
quiz: 15
|
|
603
|
+
quiz-perfect-bonus: 10
|
|
604
|
+
time:
|
|
605
|
+
quick: 5
|
|
606
|
+
read: 15
|
|
607
|
+
guided: 40
|
|
608
|
+
triggers:
|
|
609
|
+
- How do I write a good status update?
|
|
610
|
+
- How do I communicate project delays?
|
|
611
|
+
- How do I manage stakeholder expectations?
|
|
612
|
+
- What should I include in a project status report?
|
|
613
|
+
source: built-in
|
|
614
|
+
capabilities:
|
|
615
|
+
- content
|
|
616
|
+
- walkthrough
|
|
617
|
+
- exercises
|
|
618
|
+
- quiz
|
|
619
|
+
- quick-ref
|
|
620
|
+
- resources
|
|
621
|
+
- slug: test-strategy
|
|
622
|
+
title: Test Strategy — Pyramids, Diamonds, and What to Test
|
|
623
|
+
description: 'Design a balanced test strategy: the test pyramid, diamonds, and what to test at each layer.'
|
|
624
|
+
category: quality-assurance
|
|
625
|
+
difficulty: beginner
|
|
626
|
+
tags:
|
|
627
|
+
- testing
|
|
628
|
+
- test-strategy
|
|
629
|
+
- test-pyramid
|
|
630
|
+
- unit-tests
|
|
631
|
+
- integration-tests
|
|
632
|
+
- e2e
|
|
633
|
+
narrative: false
|
|
634
|
+
prerequisites: []
|
|
635
|
+
related:
|
|
636
|
+
- exploratory-testing
|
|
637
|
+
- debugging-systematically
|
|
638
|
+
xp:
|
|
639
|
+
read: 10
|
|
640
|
+
walkthrough: 30
|
|
641
|
+
exercise: 20
|
|
642
|
+
quiz: 15
|
|
643
|
+
quiz-perfect-bonus: 10
|
|
644
|
+
game: 20
|
|
645
|
+
game-perfect-bonus: 10
|
|
646
|
+
time:
|
|
647
|
+
quick: 5
|
|
648
|
+
read: 15
|
|
649
|
+
guided: 45
|
|
650
|
+
triggers:
|
|
651
|
+
- What should I test?
|
|
652
|
+
- What is the test pyramid?
|
|
653
|
+
- How many unit tests do I need?
|
|
654
|
+
- What's the difference between unit, integration, and e2e tests?
|
|
655
|
+
source: built-in
|
|
656
|
+
capabilities:
|
|
657
|
+
- content
|
|
658
|
+
- walkthrough
|
|
659
|
+
- exercises
|
|
660
|
+
- quiz
|
|
661
|
+
- quick-ref
|
|
662
|
+
- resources
|
|
663
|
+
- game
|
|
664
|
+
- slug: typescript-fundamentals
|
|
665
|
+
title: TypeScript — Types That Catch Bugs Before Runtime
|
|
666
|
+
description: Add static typing to JavaScript — interfaces, generics, and type narrowing.
|
|
667
|
+
category: languages
|
|
668
|
+
difficulty: beginner
|
|
669
|
+
tags:
|
|
670
|
+
- typescript
|
|
671
|
+
- javascript
|
|
672
|
+
- types
|
|
673
|
+
- static-analysis
|
|
674
|
+
- generics
|
|
675
|
+
narrative: false
|
|
676
|
+
prerequisites: []
|
|
677
|
+
related:
|
|
678
|
+
- react-fundamentals
|
|
679
|
+
- clean-code
|
|
680
|
+
xp:
|
|
681
|
+
read: 10
|
|
682
|
+
walkthrough: 30
|
|
683
|
+
exercise: 20
|
|
684
|
+
quiz: 15
|
|
685
|
+
quiz-perfect-bonus: 10
|
|
686
|
+
game: 20
|
|
687
|
+
game-perfect-bonus: 10
|
|
688
|
+
time:
|
|
689
|
+
quick: 5
|
|
690
|
+
read: 15
|
|
691
|
+
guided: 45
|
|
692
|
+
triggers:
|
|
693
|
+
- What is TypeScript?
|
|
694
|
+
- How do I add types to JavaScript?
|
|
695
|
+
- What are generics in TypeScript?
|
|
696
|
+
- How do interfaces work in TypeScript?
|
|
697
|
+
source: built-in
|
|
698
|
+
capabilities:
|
|
699
|
+
- content
|
|
700
|
+
- walkthrough
|
|
701
|
+
- exercises
|
|
702
|
+
- quiz
|
|
703
|
+
- quick-ref
|
|
704
|
+
- resources
|
|
705
|
+
- game
|
|
706
|
+
- slug: writing-prds
|
|
707
|
+
title: Writing PRDs — From Problem to Spec
|
|
708
|
+
description: Learn to write product requirements documents that align teams and clarify scope.
|
|
709
|
+
category: product-management
|
|
710
|
+
difficulty: beginner
|
|
711
|
+
tags:
|
|
712
|
+
- prd
|
|
713
|
+
- product-management
|
|
714
|
+
- requirements
|
|
715
|
+
- specification
|
|
716
|
+
- documentation
|
|
717
|
+
narrative: false
|
|
718
|
+
prerequisites: []
|
|
719
|
+
related:
|
|
720
|
+
- prioritization-frameworks
|
|
721
|
+
- user-story-mapping
|
|
722
|
+
xp:
|
|
723
|
+
read: 10
|
|
724
|
+
walkthrough: 30
|
|
725
|
+
exercise: 20
|
|
726
|
+
quiz: 15
|
|
727
|
+
quiz-perfect-bonus: 10
|
|
728
|
+
game: 20
|
|
729
|
+
game-perfect-bonus: 10
|
|
730
|
+
time:
|
|
731
|
+
quick: 5
|
|
732
|
+
read: 15
|
|
733
|
+
guided: 45
|
|
734
|
+
triggers:
|
|
735
|
+
- How do I write a PRD?
|
|
736
|
+
- What should a product requirements document include?
|
|
737
|
+
- How do I define product requirements?
|
|
738
|
+
- What's the difference between a PRD and a spec?
|
|
739
|
+
source: built-in
|
|
740
|
+
capabilities:
|
|
741
|
+
- content
|
|
742
|
+
- walkthrough
|
|
743
|
+
- exercises
|
|
744
|
+
- quiz
|
|
745
|
+
- quick-ref
|
|
746
|
+
- resources
|
|
747
|
+
- game
|
|
748
|
+
- slug: adr-writing
|
|
749
|
+
title: Architecture Decision Records -- Documenting the Why
|
|
750
|
+
description: Document architecture decisions with ADRs—format, lifecycle, and tooling.
|
|
751
|
+
category: architecture
|
|
752
|
+
difficulty: intermediate
|
|
753
|
+
tags:
|
|
754
|
+
- adr
|
|
755
|
+
- architecture
|
|
756
|
+
- documentation
|
|
757
|
+
- decisions
|
|
758
|
+
- technical-writing
|
|
759
|
+
narrative: false
|
|
760
|
+
prerequisites: []
|
|
761
|
+
related:
|
|
762
|
+
- system-design
|
|
763
|
+
- technical-debt
|
|
764
|
+
xp:
|
|
765
|
+
read: 15
|
|
766
|
+
walkthrough: 40
|
|
767
|
+
exercise: 25
|
|
768
|
+
quiz: 20
|
|
769
|
+
quiz-perfect-bonus: 10
|
|
770
|
+
time:
|
|
771
|
+
quick: 5
|
|
772
|
+
read: 15
|
|
773
|
+
guided: 45
|
|
774
|
+
triggers:
|
|
775
|
+
- What is an ADR?
|
|
776
|
+
- How do I document architecture decisions?
|
|
777
|
+
- Why should I write ADRs?
|
|
778
|
+
- What's the format for an architecture decision record?
|
|
779
|
+
source: built-in
|
|
780
|
+
capabilities:
|
|
781
|
+
- content
|
|
782
|
+
- walkthrough
|
|
783
|
+
- exercises
|
|
784
|
+
- quiz
|
|
785
|
+
- quick-ref
|
|
786
|
+
- resources
|
|
787
|
+
- slug: ai-assisted-research
|
|
788
|
+
title: AI-Assisted Product Research — Using Claude for Discovery
|
|
789
|
+
description: Use AI to amplify product research—synthesis, competitive analysis, and validation.
|
|
790
|
+
category: product-management
|
|
791
|
+
difficulty: intermediate
|
|
792
|
+
tags:
|
|
793
|
+
- ai
|
|
794
|
+
- product-research
|
|
795
|
+
- user-research
|
|
796
|
+
- claude
|
|
797
|
+
- discovery
|
|
798
|
+
- analysis
|
|
799
|
+
narrative: false
|
|
800
|
+
prerequisites:
|
|
801
|
+
- writing-prds
|
|
802
|
+
related:
|
|
803
|
+
- prompt-engineering
|
|
804
|
+
- ai-pair-programming
|
|
805
|
+
xp:
|
|
806
|
+
read: 15
|
|
807
|
+
walkthrough: 40
|
|
808
|
+
exercise: 25
|
|
809
|
+
quiz: 20
|
|
810
|
+
quiz-perfect-bonus: 10
|
|
811
|
+
time:
|
|
812
|
+
quick: 5
|
|
813
|
+
read: 20
|
|
814
|
+
guided: 50
|
|
815
|
+
triggers:
|
|
816
|
+
- How can I use AI for product research?
|
|
817
|
+
- How do I analyze user feedback with AI?
|
|
818
|
+
- Can Claude help with competitive analysis?
|
|
819
|
+
- How do I use AI to synthesize research?
|
|
820
|
+
source: built-in
|
|
821
|
+
capabilities:
|
|
822
|
+
- content
|
|
823
|
+
- walkthrough
|
|
824
|
+
- exercises
|
|
825
|
+
- quiz
|
|
826
|
+
- quick-ref
|
|
827
|
+
- resources
|
|
828
|
+
- slug: ai-pair-programming
|
|
829
|
+
title: AI Pair Programming — Working with Claude Code
|
|
830
|
+
description: Use Claude Code effectively — prompting, iteration, and when to lean on AI vs code yourself.
|
|
831
|
+
category: claude-code
|
|
832
|
+
difficulty: intermediate
|
|
833
|
+
tags:
|
|
834
|
+
- ai
|
|
835
|
+
- claude-code
|
|
836
|
+
- pair-programming
|
|
837
|
+
- productivity
|
|
838
|
+
- prompting
|
|
839
|
+
narrative: false
|
|
840
|
+
prerequisites:
|
|
841
|
+
- code-review
|
|
842
|
+
related:
|
|
843
|
+
- prompt-engineering
|
|
844
|
+
- debugging-systematically
|
|
845
|
+
xp:
|
|
846
|
+
read: 15
|
|
847
|
+
walkthrough: 40
|
|
848
|
+
exercise: 25
|
|
849
|
+
quiz: 20
|
|
850
|
+
quiz-perfect-bonus: 10
|
|
851
|
+
time:
|
|
852
|
+
quick: 5
|
|
853
|
+
read: 20
|
|
854
|
+
guided: 50
|
|
855
|
+
triggers:
|
|
856
|
+
- How do I use Claude Code effectively?
|
|
857
|
+
- What's the best way to pair program with AI?
|
|
858
|
+
- How do I give good instructions to Claude Code?
|
|
859
|
+
- When should I use AI vs code myself?
|
|
860
|
+
source: built-in
|
|
861
|
+
capabilities:
|
|
862
|
+
- content
|
|
863
|
+
- walkthrough
|
|
864
|
+
- exercises
|
|
865
|
+
- quiz
|
|
866
|
+
- quick-ref
|
|
867
|
+
- resources
|
|
868
|
+
- slug: ai-test-generation
|
|
869
|
+
title: AI-Assisted Test Generation — Using Claude for Coverage
|
|
870
|
+
description: Use AI to generate tests—prompting strategies, review practices, and combining human judgment with AI speed.
|
|
871
|
+
category: quality-assurance
|
|
872
|
+
difficulty: intermediate
|
|
873
|
+
tags:
|
|
874
|
+
- ai
|
|
875
|
+
- testing
|
|
876
|
+
- test-generation
|
|
877
|
+
- claude
|
|
878
|
+
- automation
|
|
879
|
+
- coverage
|
|
880
|
+
narrative: false
|
|
881
|
+
prerequisites:
|
|
882
|
+
- test-strategy
|
|
883
|
+
related:
|
|
884
|
+
- ai-pair-programming
|
|
885
|
+
- prompt-engineering
|
|
886
|
+
xp:
|
|
887
|
+
read: 15
|
|
888
|
+
walkthrough: 40
|
|
889
|
+
exercise: 25
|
|
890
|
+
quiz: 20
|
|
891
|
+
quiz-perfect-bonus: 10
|
|
892
|
+
time:
|
|
893
|
+
quick: 5
|
|
894
|
+
read: 20
|
|
895
|
+
guided: 50
|
|
896
|
+
triggers:
|
|
897
|
+
- How can AI help me write tests?
|
|
898
|
+
- Can Claude generate unit tests?
|
|
899
|
+
- How do I use AI for test coverage?
|
|
900
|
+
- What's the best way to prompt AI for tests?
|
|
901
|
+
source: built-in
|
|
902
|
+
capabilities:
|
|
903
|
+
- content
|
|
904
|
+
- walkthrough
|
|
905
|
+
- exercises
|
|
906
|
+
- quiz
|
|
907
|
+
- quick-ref
|
|
908
|
+
- resources
|
|
909
|
+
- slug: api-design
|
|
910
|
+
title: API Design -- REST, GraphQL, and Contract-First Thinking
|
|
911
|
+
description: Design production-ready APIs with REST, GraphQL, and contract-first practices.
|
|
912
|
+
category: architecture
|
|
913
|
+
difficulty: intermediate
|
|
914
|
+
tags:
|
|
915
|
+
- api
|
|
916
|
+
- rest
|
|
917
|
+
- graphql
|
|
918
|
+
- api-design
|
|
919
|
+
- contracts
|
|
920
|
+
- openapi
|
|
921
|
+
narrative: false
|
|
922
|
+
prerequisites: []
|
|
923
|
+
related:
|
|
924
|
+
- system-design
|
|
925
|
+
- solid-principles
|
|
926
|
+
xp:
|
|
927
|
+
read: 15
|
|
928
|
+
walkthrough: 40
|
|
929
|
+
exercise: 25
|
|
930
|
+
quiz: 20
|
|
931
|
+
quiz-perfect-bonus: 10
|
|
932
|
+
game: 25
|
|
933
|
+
game-perfect-bonus: 10
|
|
934
|
+
time:
|
|
935
|
+
quick: 5
|
|
936
|
+
read: 20
|
|
937
|
+
guided: 50
|
|
938
|
+
triggers:
|
|
939
|
+
- How do I design a good REST API?
|
|
940
|
+
- REST vs GraphQL — when to use which?
|
|
941
|
+
- What is contract-first API design?
|
|
942
|
+
- How do I version an API?
|
|
943
|
+
source: built-in
|
|
944
|
+
capabilities:
|
|
945
|
+
- content
|
|
946
|
+
- walkthrough
|
|
947
|
+
- exercises
|
|
948
|
+
- quiz
|
|
949
|
+
- quick-ref
|
|
950
|
+
- resources
|
|
951
|
+
- game
|
|
952
|
+
- slug: design-patterns
|
|
953
|
+
title: Design Patterns — Factory, Observer, Strategy, and Friends
|
|
954
|
+
description: Learn six essential design patterns with practical TypeScript examples.
|
|
955
|
+
category: fundamentals
|
|
956
|
+
difficulty: intermediate
|
|
957
|
+
tags:
|
|
958
|
+
- design-patterns
|
|
959
|
+
- oop
|
|
960
|
+
- architecture
|
|
961
|
+
- gang-of-four
|
|
962
|
+
- software-design
|
|
963
|
+
narrative: false
|
|
964
|
+
prerequisites:
|
|
965
|
+
- solid-principles
|
|
966
|
+
related:
|
|
967
|
+
- clean-code
|
|
968
|
+
- system-design
|
|
969
|
+
xp:
|
|
970
|
+
read: 15
|
|
971
|
+
walkthrough: 40
|
|
972
|
+
exercise: 25
|
|
973
|
+
quiz: 20
|
|
974
|
+
quiz-perfect-bonus: 10
|
|
975
|
+
game: 25
|
|
976
|
+
game-perfect-bonus: 10
|
|
977
|
+
time:
|
|
978
|
+
quick: 5
|
|
979
|
+
read: 25
|
|
980
|
+
guided: 60
|
|
981
|
+
triggers:
|
|
982
|
+
- What are design patterns?
|
|
983
|
+
- When should I use the Factory pattern?
|
|
984
|
+
- What is the Observer pattern?
|
|
985
|
+
- How do I choose the right design pattern?
|
|
986
|
+
source: built-in
|
|
987
|
+
capabilities:
|
|
988
|
+
- content
|
|
989
|
+
- walkthrough
|
|
990
|
+
- exercises
|
|
991
|
+
- quiz
|
|
992
|
+
- quick-ref
|
|
993
|
+
- resources
|
|
994
|
+
- game
|
|
995
|
+
- slug: exploratory-testing
|
|
996
|
+
title: Exploratory Testing — Structured Discovery of Bugs
|
|
997
|
+
description: Learn session-based exploratory testing, test charters, and heuristics to find bugs systematically.
|
|
998
|
+
category: quality-assurance
|
|
999
|
+
difficulty: intermediate
|
|
1000
|
+
tags:
|
|
1001
|
+
- exploratory-testing
|
|
1002
|
+
- manual-testing
|
|
1003
|
+
- bug-hunting
|
|
1004
|
+
- quality
|
|
1005
|
+
- test-charters
|
|
1006
|
+
narrative: false
|
|
1007
|
+
prerequisites:
|
|
1008
|
+
- test-strategy
|
|
1009
|
+
related:
|
|
1010
|
+
- debugging-systematically
|
|
1011
|
+
- accessibility-fundamentals
|
|
1012
|
+
xp:
|
|
1013
|
+
read: 15
|
|
1014
|
+
walkthrough: 40
|
|
1015
|
+
exercise: 25
|
|
1016
|
+
quiz: 20
|
|
1017
|
+
quiz-perfect-bonus: 10
|
|
1018
|
+
time:
|
|
1019
|
+
quick: 5
|
|
1020
|
+
read: 20
|
|
1021
|
+
guided: 50
|
|
1022
|
+
triggers:
|
|
1023
|
+
- What is exploratory testing?
|
|
1024
|
+
- How do I find bugs without a test plan?
|
|
1025
|
+
- What are test charters?
|
|
1026
|
+
- How do I do structured manual testing?
|
|
1027
|
+
source: built-in
|
|
1028
|
+
capabilities:
|
|
1029
|
+
- content
|
|
1030
|
+
- walkthrough
|
|
1031
|
+
- exercises
|
|
1032
|
+
- quiz
|
|
1033
|
+
- quick-ref
|
|
1034
|
+
- resources
|
|
1035
|
+
- slug: hiring-interviews
|
|
1036
|
+
title: Technical Hiring — Structured Interviews That Find Signal
|
|
1037
|
+
description: >-
|
|
1038
|
+
Conduct fair, structured technical interviews: scorecards, question design, bias mitigation, and candidate
|
|
1039
|
+
experience.
|
|
1040
|
+
category: leadership
|
|
1041
|
+
difficulty: intermediate
|
|
1042
|
+
tags:
|
|
1043
|
+
- hiring
|
|
1044
|
+
- interviews
|
|
1045
|
+
- recruiting
|
|
1046
|
+
- structured-interviews
|
|
1047
|
+
- evaluation
|
|
1048
|
+
- team-building
|
|
1049
|
+
narrative: false
|
|
1050
|
+
prerequisites: []
|
|
1051
|
+
related:
|
|
1052
|
+
- one-on-ones
|
|
1053
|
+
- technical-mentoring
|
|
1054
|
+
xp:
|
|
1055
|
+
read: 15
|
|
1056
|
+
walkthrough: 40
|
|
1057
|
+
exercise: 25
|
|
1058
|
+
quiz: 20
|
|
1059
|
+
quiz-perfect-bonus: 10
|
|
1060
|
+
time:
|
|
1061
|
+
quick: 5
|
|
1062
|
+
read: 20
|
|
1063
|
+
guided: 50
|
|
1064
|
+
triggers:
|
|
1065
|
+
- How do I conduct technical interviews?
|
|
1066
|
+
- How do I evaluate candidates fairly?
|
|
1067
|
+
- What makes a structured interview?
|
|
1068
|
+
- How do I avoid bias in hiring?
|
|
1069
|
+
source: built-in
|
|
1070
|
+
capabilities:
|
|
1071
|
+
- content
|
|
1072
|
+
- walkthrough
|
|
1073
|
+
- exercises
|
|
1074
|
+
- quiz
|
|
1075
|
+
- quick-ref
|
|
1076
|
+
- resources
|
|
1077
|
+
- slug: hooks
|
|
1078
|
+
title: Claude Code Hooks
|
|
1079
|
+
description: Automate workflows with lifecycle hooks — PostToolUse, UserPromptSubmit, Stop events.
|
|
1080
|
+
category: claude-code
|
|
1081
|
+
difficulty: intermediate
|
|
1082
|
+
tags:
|
|
1083
|
+
- hooks
|
|
1084
|
+
- automation
|
|
1085
|
+
- claude-code
|
|
1086
|
+
- lifecycle
|
|
1087
|
+
narrative: false
|
|
1088
|
+
prerequisites: []
|
|
1089
|
+
related:
|
|
1090
|
+
- skills
|
|
1091
|
+
- sub-agents
|
|
1092
|
+
xp:
|
|
1093
|
+
read: 15
|
|
1094
|
+
walkthrough: 30
|
|
1095
|
+
exercise: 20
|
|
1096
|
+
quiz: 15
|
|
1097
|
+
quiz-perfect-bonus: 10
|
|
1098
|
+
game: 25
|
|
1099
|
+
game-perfect-bonus: 15
|
|
1100
|
+
time:
|
|
1101
|
+
quick: 5
|
|
1102
|
+
read: 10
|
|
1103
|
+
guided: 45
|
|
1104
|
+
triggers:
|
|
1105
|
+
- How do hooks work in Claude Code?
|
|
1106
|
+
- How do I run a script after every tool use?
|
|
1107
|
+
- What lifecycle events are available?
|
|
1108
|
+
source: built-in
|
|
1109
|
+
capabilities:
|
|
1110
|
+
- content
|
|
1111
|
+
- walkthrough
|
|
1112
|
+
- exercises
|
|
1113
|
+
- quiz
|
|
1114
|
+
- quick-ref
|
|
1115
|
+
- resources
|
|
1116
|
+
- slug: incident-response
|
|
1117
|
+
title: Incident Response — From Alert to Postmortem
|
|
1118
|
+
description: >-
|
|
1119
|
+
Handle production incidents: severity levels, roles, lifecycle, communication, blameless postmortems, and on-call
|
|
1120
|
+
best practices.
|
|
1121
|
+
category: leadership
|
|
1122
|
+
difficulty: intermediate
|
|
1123
|
+
tags:
|
|
1124
|
+
- incident-response
|
|
1125
|
+
- on-call
|
|
1126
|
+
- postmortem
|
|
1127
|
+
- reliability
|
|
1128
|
+
- sre
|
|
1129
|
+
- blameless
|
|
1130
|
+
narrative: false
|
|
1131
|
+
prerequisites:
|
|
1132
|
+
- code-review
|
|
1133
|
+
related:
|
|
1134
|
+
- risk-management
|
|
1135
|
+
- debugging-systematically
|
|
1136
|
+
- stakeholder-communication
|
|
1137
|
+
xp:
|
|
1138
|
+
read: 15
|
|
1139
|
+
walkthrough: 40
|
|
1140
|
+
exercise: 25
|
|
1141
|
+
quiz: 20
|
|
1142
|
+
quiz-perfect-bonus: 10
|
|
1143
|
+
game: 25
|
|
1144
|
+
game-perfect-bonus: 15
|
|
1145
|
+
time:
|
|
1146
|
+
quick: 5
|
|
1147
|
+
read: 20
|
|
1148
|
+
guided: 50
|
|
1149
|
+
triggers:
|
|
1150
|
+
- How do I handle a production incident?
|
|
1151
|
+
- What is a blameless postmortem?
|
|
1152
|
+
- How do I set up an on-call rotation?
|
|
1153
|
+
- How do I run an incident response process?
|
|
1154
|
+
source: built-in
|
|
1155
|
+
capabilities:
|
|
1156
|
+
- content
|
|
1157
|
+
- walkthrough
|
|
1158
|
+
- exercises
|
|
1159
|
+
- quiz
|
|
1160
|
+
- quick-ref
|
|
1161
|
+
- resources
|
|
1162
|
+
- game
|
|
1163
|
+
- slug: llm-fundamentals
|
|
1164
|
+
title: How LLMs Work — Tokens, Context Windows, and Model Behavior
|
|
1165
|
+
description: Understand tokens, tokenization, transformers, context windows, and why LLMs behave the way they do.
|
|
1166
|
+
category: ai-and-llm
|
|
1167
|
+
difficulty: intermediate
|
|
1168
|
+
tags:
|
|
1169
|
+
- llm
|
|
1170
|
+
- ai
|
|
1171
|
+
- tokens
|
|
1172
|
+
- context-window
|
|
1173
|
+
- transformer
|
|
1174
|
+
- machine-learning
|
|
1175
|
+
narrative: false
|
|
1176
|
+
prerequisites:
|
|
1177
|
+
- prompt-engineering
|
|
1178
|
+
related:
|
|
1179
|
+
- rag-fundamentals
|
|
1180
|
+
- ai-agents
|
|
1181
|
+
xp:
|
|
1182
|
+
read: 15
|
|
1183
|
+
walkthrough: 40
|
|
1184
|
+
exercise: 25
|
|
1185
|
+
quiz: 20
|
|
1186
|
+
quiz-perfect-bonus: 10
|
|
1187
|
+
time:
|
|
1188
|
+
quick: 5
|
|
1189
|
+
read: 25
|
|
1190
|
+
guided: 50
|
|
1191
|
+
triggers:
|
|
1192
|
+
- How do LLMs work?
|
|
1193
|
+
- What are tokens in AI?
|
|
1194
|
+
- What is a context window?
|
|
1195
|
+
- Why do LLMs hallucinate?
|
|
1196
|
+
source: built-in
|
|
1197
|
+
capabilities:
|
|
1198
|
+
- content
|
|
1199
|
+
- walkthrough
|
|
1200
|
+
- exercises
|
|
1201
|
+
- quiz
|
|
1202
|
+
- quick-ref
|
|
1203
|
+
- resources
|
|
1204
|
+
- slug: prioritization-frameworks
|
|
1205
|
+
title: Prioritization — RICE, MoSCoW, and Impact Mapping
|
|
1206
|
+
description: Master RICE, MoSCoW, and Impact Mapping to prioritize features and defend decisions.
|
|
1207
|
+
category: product-management
|
|
1208
|
+
difficulty: intermediate
|
|
1209
|
+
tags:
|
|
1210
|
+
- prioritization
|
|
1211
|
+
- rice
|
|
1212
|
+
- moscow
|
|
1213
|
+
- impact-mapping
|
|
1214
|
+
- product-strategy
|
|
1215
|
+
- roadmap
|
|
1216
|
+
narrative: false
|
|
1217
|
+
prerequisites:
|
|
1218
|
+
- writing-prds
|
|
1219
|
+
related:
|
|
1220
|
+
- stakeholder-communication
|
|
1221
|
+
- sprint-planning
|
|
1222
|
+
xp:
|
|
1223
|
+
read: 15
|
|
1224
|
+
walkthrough: 40
|
|
1225
|
+
exercise: 25
|
|
1226
|
+
quiz: 20
|
|
1227
|
+
quiz-perfect-bonus: 10
|
|
1228
|
+
time:
|
|
1229
|
+
quick: 5
|
|
1230
|
+
read: 20
|
|
1231
|
+
guided: 50
|
|
1232
|
+
triggers:
|
|
1233
|
+
- How do I prioritize features?
|
|
1234
|
+
- What is the RICE framework?
|
|
1235
|
+
- How do I decide what to build next?
|
|
1236
|
+
- What is MoSCoW prioritization?
|
|
1237
|
+
source: built-in
|
|
1238
|
+
capabilities:
|
|
1239
|
+
- content
|
|
1240
|
+
- walkthrough
|
|
1241
|
+
- exercises
|
|
1242
|
+
- quiz
|
|
1243
|
+
- quick-ref
|
|
1244
|
+
- resources
|
|
1245
|
+
- slug: rag-fundamentals
|
|
1246
|
+
title: RAG — Retrieval-Augmented Generation for Grounded AI
|
|
1247
|
+
description: Ground LLMs with your data using retrieval, embeddings, vector databases, and the full RAG pipeline.
|
|
1248
|
+
category: ai-and-llm
|
|
1249
|
+
difficulty: intermediate
|
|
1250
|
+
tags:
|
|
1251
|
+
- rag
|
|
1252
|
+
- retrieval
|
|
1253
|
+
- embeddings
|
|
1254
|
+
- vector-database
|
|
1255
|
+
- grounding
|
|
1256
|
+
- knowledge-base
|
|
1257
|
+
narrative: false
|
|
1258
|
+
prerequisites:
|
|
1259
|
+
- llm-fundamentals
|
|
1260
|
+
related:
|
|
1261
|
+
- ai-agents
|
|
1262
|
+
- prompt-engineering
|
|
1263
|
+
xp:
|
|
1264
|
+
read: 15
|
|
1265
|
+
walkthrough: 40
|
|
1266
|
+
exercise: 25
|
|
1267
|
+
quiz: 20
|
|
1268
|
+
quiz-perfect-bonus: 10
|
|
1269
|
+
time:
|
|
1270
|
+
quick: 5
|
|
1271
|
+
read: 20
|
|
1272
|
+
guided: 50
|
|
1273
|
+
triggers:
|
|
1274
|
+
- What is RAG?
|
|
1275
|
+
- How do I ground AI with my own data?
|
|
1276
|
+
- What are embeddings?
|
|
1277
|
+
- How do vector databases work?
|
|
1278
|
+
source: built-in
|
|
1279
|
+
capabilities:
|
|
1280
|
+
- content
|
|
1281
|
+
- walkthrough
|
|
1282
|
+
- exercises
|
|
1283
|
+
- quiz
|
|
1284
|
+
- quick-ref
|
|
1285
|
+
- resources
|
|
1286
|
+
- slug: react-native-fundamentals
|
|
1287
|
+
title: React Native — Cross-Platform Mobile from a Web Mindset
|
|
1288
|
+
description: Build iOS and Android apps with React — components, navigation, and platform differences.
|
|
1289
|
+
category: frameworks
|
|
1290
|
+
difficulty: intermediate
|
|
1291
|
+
tags:
|
|
1292
|
+
- react-native
|
|
1293
|
+
- mobile
|
|
1294
|
+
- ios
|
|
1295
|
+
- android
|
|
1296
|
+
- cross-platform
|
|
1297
|
+
- typescript
|
|
1298
|
+
narrative: false
|
|
1299
|
+
prerequisites:
|
|
1300
|
+
- react-fundamentals
|
|
1301
|
+
related:
|
|
1302
|
+
- typescript-fundamentals
|
|
1303
|
+
xp:
|
|
1304
|
+
read: 15
|
|
1305
|
+
walkthrough: 40
|
|
1306
|
+
exercise: 25
|
|
1307
|
+
quiz: 20
|
|
1308
|
+
quiz-perfect-bonus: 10
|
|
1309
|
+
time:
|
|
1310
|
+
quick: 5
|
|
1311
|
+
read: 20
|
|
1312
|
+
guided: 60
|
|
1313
|
+
triggers:
|
|
1314
|
+
- How do I build a mobile app with React Native?
|
|
1315
|
+
- What's the difference between React and React Native?
|
|
1316
|
+
- How do I navigate between screens in React Native?
|
|
1317
|
+
- How does React Native work under the hood?
|
|
1318
|
+
source: built-in
|
|
1319
|
+
capabilities:
|
|
1320
|
+
- content
|
|
1321
|
+
- walkthrough
|
|
1322
|
+
- exercises
|
|
1323
|
+
- quiz
|
|
1324
|
+
- quick-ref
|
|
1325
|
+
- resources
|
|
1326
|
+
- slug: risk-management
|
|
1327
|
+
title: Risk Management — Identifying and Mitigating Project Risks
|
|
1328
|
+
description: Identify, assess, and mitigate project risks — risk matrix, response strategies, and stakeholder communication.
|
|
1329
|
+
category: project-management
|
|
1330
|
+
difficulty: intermediate
|
|
1331
|
+
tags:
|
|
1332
|
+
- risk-management
|
|
1333
|
+
- project-management
|
|
1334
|
+
- mitigation
|
|
1335
|
+
- planning
|
|
1336
|
+
- dependencies
|
|
1337
|
+
narrative: false
|
|
1338
|
+
prerequisites:
|
|
1339
|
+
- sprint-planning
|
|
1340
|
+
related:
|
|
1341
|
+
- stakeholder-communication
|
|
1342
|
+
- incident-response
|
|
1343
|
+
xp:
|
|
1344
|
+
read: 15
|
|
1345
|
+
walkthrough: 40
|
|
1346
|
+
exercise: 25
|
|
1347
|
+
quiz: 20
|
|
1348
|
+
quiz-perfect-bonus: 10
|
|
1349
|
+
time:
|
|
1350
|
+
quick: 5
|
|
1351
|
+
read: 20
|
|
1352
|
+
guided: 50
|
|
1353
|
+
triggers:
|
|
1354
|
+
- How do I identify project risks?
|
|
1355
|
+
- What is a risk matrix?
|
|
1356
|
+
- How do I mitigate technical risks?
|
|
1357
|
+
- How do I communicate risks to stakeholders?
|
|
1358
|
+
source: built-in
|
|
1359
|
+
capabilities:
|
|
1360
|
+
- content
|
|
1361
|
+
- walkthrough
|
|
1362
|
+
- exercises
|
|
1363
|
+
- quiz
|
|
1364
|
+
- quick-ref
|
|
1365
|
+
- resources
|
|
1366
|
+
- slug: solid-principles
|
|
1367
|
+
title: SOLID Principles — Writing Code That Survives Change
|
|
1368
|
+
description: Master the five SOLID principles for maintainable, extensible object-oriented design.
|
|
1369
|
+
category: fundamentals
|
|
1370
|
+
difficulty: intermediate
|
|
1371
|
+
tags:
|
|
1372
|
+
- solid
|
|
1373
|
+
- object-oriented
|
|
1374
|
+
- design-principles
|
|
1375
|
+
- clean-code
|
|
1376
|
+
- architecture
|
|
1377
|
+
narrative: false
|
|
1378
|
+
prerequisites:
|
|
1379
|
+
- clean-code
|
|
1380
|
+
related:
|
|
1381
|
+
- design-patterns
|
|
1382
|
+
- api-design
|
|
1383
|
+
xp:
|
|
1384
|
+
read: 15
|
|
1385
|
+
walkthrough: 40
|
|
1386
|
+
exercise: 25
|
|
1387
|
+
quiz: 20
|
|
1388
|
+
quiz-perfect-bonus: 10
|
|
1389
|
+
time:
|
|
1390
|
+
quick: 5
|
|
1391
|
+
read: 20
|
|
1392
|
+
guided: 50
|
|
1393
|
+
triggers:
|
|
1394
|
+
- What are the SOLID principles?
|
|
1395
|
+
- What is the Single Responsibility Principle?
|
|
1396
|
+
- How do I write maintainable code?
|
|
1397
|
+
- What is dependency inversion?
|
|
1398
|
+
source: built-in
|
|
1399
|
+
capabilities:
|
|
1400
|
+
- content
|
|
1401
|
+
- walkthrough
|
|
1402
|
+
- exercises
|
|
1403
|
+
- quiz
|
|
1404
|
+
- quick-ref
|
|
1405
|
+
- resources
|
|
1406
|
+
- slug: technical-debt
|
|
1407
|
+
title: Technical Debt — Identifying, Measuring, and Paying It Down
|
|
1408
|
+
description: Understand technical debt, measure it, prioritize paydown, and communicate it to stakeholders.
|
|
1409
|
+
category: developer-skills
|
|
1410
|
+
difficulty: intermediate
|
|
1411
|
+
tags:
|
|
1412
|
+
- technical-debt
|
|
1413
|
+
- refactoring
|
|
1414
|
+
- code-quality
|
|
1415
|
+
- maintenance
|
|
1416
|
+
- architecture
|
|
1417
|
+
narrative: false
|
|
1418
|
+
prerequisites:
|
|
1419
|
+
- code-review
|
|
1420
|
+
related:
|
|
1421
|
+
- clean-code
|
|
1422
|
+
- solid-principles
|
|
1423
|
+
xp:
|
|
1424
|
+
read: 15
|
|
1425
|
+
walkthrough: 40
|
|
1426
|
+
exercise: 25
|
|
1427
|
+
quiz: 20
|
|
1428
|
+
quiz-perfect-bonus: 10
|
|
1429
|
+
time:
|
|
1430
|
+
quick: 5
|
|
1431
|
+
read: 20
|
|
1432
|
+
guided: 50
|
|
1433
|
+
triggers:
|
|
1434
|
+
- What is technical debt?
|
|
1435
|
+
- How do I convince my manager to pay down tech debt?
|
|
1436
|
+
- How do I measure technical debt?
|
|
1437
|
+
- When should I refactor vs rewrite?
|
|
1438
|
+
source: built-in
|
|
1439
|
+
capabilities:
|
|
1440
|
+
- content
|
|
1441
|
+
- walkthrough
|
|
1442
|
+
- exercises
|
|
1443
|
+
- quiz
|
|
1444
|
+
- quick-ref
|
|
1445
|
+
- resources
|
|
1446
|
+
- slug: technical-mentoring
|
|
1447
|
+
title: Technical Mentoring — Growing Engineers on Your Team
|
|
1448
|
+
description: 'Mentor effectively: Dreyfus model, Socratic method, pairing, feedback (SBI), and creating psychological safety.'
|
|
1449
|
+
category: leadership
|
|
1450
|
+
difficulty: intermediate
|
|
1451
|
+
tags:
|
|
1452
|
+
- mentoring
|
|
1453
|
+
- coaching
|
|
1454
|
+
- leadership
|
|
1455
|
+
- career-growth
|
|
1456
|
+
- team-development
|
|
1457
|
+
- feedback
|
|
1458
|
+
narrative: false
|
|
1459
|
+
prerequisites: []
|
|
1460
|
+
related:
|
|
1461
|
+
- one-on-ones
|
|
1462
|
+
- code-review
|
|
1463
|
+
- technical-debt
|
|
1464
|
+
xp:
|
|
1465
|
+
read: 15
|
|
1466
|
+
walkthrough: 40
|
|
1467
|
+
exercise: 25
|
|
1468
|
+
quiz: 20
|
|
1469
|
+
quiz-perfect-bonus: 10
|
|
1470
|
+
time:
|
|
1471
|
+
quick: 5
|
|
1472
|
+
read: 20
|
|
1473
|
+
guided: 50
|
|
1474
|
+
triggers:
|
|
1475
|
+
- How do I mentor junior developers?
|
|
1476
|
+
- How do I help my team grow technically?
|
|
1477
|
+
- What's the difference between mentoring and coaching?
|
|
1478
|
+
- How do I give technical feedback without micromanaging?
|
|
1479
|
+
source: built-in
|
|
1480
|
+
capabilities:
|
|
1481
|
+
- content
|
|
1482
|
+
- walkthrough
|
|
1483
|
+
- exercises
|
|
1484
|
+
- quiz
|
|
1485
|
+
- quick-ref
|
|
1486
|
+
- resources
|
|
1487
|
+
- slug: user-story-mapping
|
|
1488
|
+
title: User Story Mapping -- From User Goals to Interface
|
|
1489
|
+
description: Transform user goals into a visual map and prioritized releases.
|
|
1490
|
+
category: ux-design
|
|
1491
|
+
difficulty: intermediate
|
|
1492
|
+
tags:
|
|
1493
|
+
- user-stories
|
|
1494
|
+
- story-mapping
|
|
1495
|
+
- ux
|
|
1496
|
+
- user-flows
|
|
1497
|
+
- product-design
|
|
1498
|
+
- agile
|
|
1499
|
+
narrative: false
|
|
1500
|
+
prerequisites: []
|
|
1501
|
+
related:
|
|
1502
|
+
- writing-prds
|
|
1503
|
+
- design-critique
|
|
1504
|
+
- accessibility-fundamentals
|
|
1505
|
+
xp:
|
|
1506
|
+
read: 15
|
|
1507
|
+
walkthrough: 40
|
|
1508
|
+
exercise: 25
|
|
1509
|
+
quiz: 20
|
|
1510
|
+
quiz-perfect-bonus: 10
|
|
1511
|
+
time:
|
|
1512
|
+
quick: 5
|
|
1513
|
+
read: 20
|
|
1514
|
+
guided: 50
|
|
1515
|
+
triggers:
|
|
1516
|
+
- What is user story mapping?
|
|
1517
|
+
- How do I map user journeys?
|
|
1518
|
+
- How do I break features into user stories?
|
|
1519
|
+
- How do I prioritize user stories?
|
|
1520
|
+
source: built-in
|
|
1521
|
+
capabilities:
|
|
1522
|
+
- content
|
|
1523
|
+
- walkthrough
|
|
1524
|
+
- exercises
|
|
1525
|
+
- quiz
|
|
1526
|
+
- quick-ref
|
|
1527
|
+
- resources
|
|
1528
|
+
- slug: ai-agents
|
|
1529
|
+
title: AI Agents — Tool Use, Planning, and Autonomous Workflows
|
|
1530
|
+
description: Learn how AI agents combine LLMs with tools, the agent loop, MCP, planning strategies, and safety considerations.
|
|
1531
|
+
category: ai-and-llm
|
|
1532
|
+
difficulty: advanced
|
|
1533
|
+
tags:
|
|
1534
|
+
- ai-agents
|
|
1535
|
+
- tool-use
|
|
1536
|
+
- planning
|
|
1537
|
+
- autonomous
|
|
1538
|
+
- mcp
|
|
1539
|
+
- function-calling
|
|
1540
|
+
narrative: false
|
|
1541
|
+
prerequisites:
|
|
1542
|
+
- llm-fundamentals
|
|
1543
|
+
related:
|
|
1544
|
+
- ai-pair-programming
|
|
1545
|
+
- rag-fundamentals
|
|
1546
|
+
xp:
|
|
1547
|
+
read: 20
|
|
1548
|
+
walkthrough: 50
|
|
1549
|
+
exercise: 30
|
|
1550
|
+
quiz: 25
|
|
1551
|
+
quiz-perfect-bonus: 15
|
|
1552
|
+
time:
|
|
1553
|
+
quick: 5
|
|
1554
|
+
read: 25
|
|
1555
|
+
guided: 60
|
|
1556
|
+
triggers:
|
|
1557
|
+
- What are AI agents?
|
|
1558
|
+
- How do AI agents use tools?
|
|
1559
|
+
- What is function calling?
|
|
1560
|
+
- How do autonomous AI workflows work?
|
|
1561
|
+
source: built-in
|
|
1562
|
+
capabilities:
|
|
1563
|
+
- content
|
|
1564
|
+
- walkthrough
|
|
1565
|
+
- exercises
|
|
1566
|
+
- quiz
|
|
1567
|
+
- quick-ref
|
|
1568
|
+
- resources
|
|
1569
|
+
- slug: system-design
|
|
1570
|
+
title: System Design -- From Requirements to Architecture
|
|
1571
|
+
description: Master the system design interview framework and scalable distributed architecture.
|
|
1572
|
+
category: architecture
|
|
1573
|
+
difficulty: advanced
|
|
1574
|
+
tags:
|
|
1575
|
+
- system-design
|
|
1576
|
+
- architecture
|
|
1577
|
+
- scalability
|
|
1578
|
+
- distributed-systems
|
|
1579
|
+
- infrastructure
|
|
1580
|
+
narrative: false
|
|
1581
|
+
prerequisites:
|
|
1582
|
+
- api-design
|
|
1583
|
+
related:
|
|
1584
|
+
- adr-writing
|
|
1585
|
+
- design-patterns
|
|
1586
|
+
xp:
|
|
1587
|
+
read: 20
|
|
1588
|
+
walkthrough: 50
|
|
1589
|
+
exercise: 30
|
|
1590
|
+
quiz: 25
|
|
1591
|
+
quiz-perfect-bonus: 15
|
|
1592
|
+
game: 25
|
|
1593
|
+
game-perfect-bonus: 15
|
|
1594
|
+
time:
|
|
1595
|
+
quick: 5
|
|
1596
|
+
read: 25
|
|
1597
|
+
guided: 60
|
|
1598
|
+
triggers:
|
|
1599
|
+
- How do I design a scalable system?
|
|
1600
|
+
- What is system design?
|
|
1601
|
+
- How do I handle millions of users?
|
|
1602
|
+
- What are the key components of distributed systems?
|
|
1603
|
+
source: built-in
|
|
1604
|
+
capabilities:
|
|
1605
|
+
- content
|
|
1606
|
+
- walkthrough
|
|
1607
|
+
- exercises
|
|
1608
|
+
- quiz
|
|
1609
|
+
- quick-ref
|
|
1610
|
+
- resources
|
|
1611
|
+
- game
|
|
1612
|
+
- slug: team-topologies
|
|
1613
|
+
title: Team Topologies — Structuring Teams for Fast Flow
|
|
1614
|
+
description: 'Design teams for fast flow: Conway''s Law, four team types, three interaction modes, and cognitive load.'
|
|
1615
|
+
category: leadership
|
|
1616
|
+
difficulty: advanced
|
|
1617
|
+
tags:
|
|
1618
|
+
- team-topologies
|
|
1619
|
+
- organization-design
|
|
1620
|
+
- team-structure
|
|
1621
|
+
- conways-law
|
|
1622
|
+
- platform-teams
|
|
1623
|
+
narrative: false
|
|
1624
|
+
prerequisites: []
|
|
1625
|
+
related:
|
|
1626
|
+
- system-design
|
|
1627
|
+
- one-on-ones
|
|
1628
|
+
xp:
|
|
1629
|
+
read: 20
|
|
1630
|
+
walkthrough: 50
|
|
1631
|
+
exercise: 30
|
|
1632
|
+
quiz: 25
|
|
1633
|
+
quiz-perfect-bonus: 15
|
|
1634
|
+
time:
|
|
1635
|
+
quick: 5
|
|
1636
|
+
read: 25
|
|
1637
|
+
guided: 60
|
|
1638
|
+
triggers:
|
|
1639
|
+
- How should I structure engineering teams?
|
|
1640
|
+
- What are team topologies?
|
|
1641
|
+
- What is Conway's Law?
|
|
1642
|
+
- What are platform teams?
|
|
1643
|
+
source: built-in
|
|
1644
|
+
capabilities:
|
|
1645
|
+
- content
|
|
1646
|
+
- walkthrough
|
|
1647
|
+
- exercises
|
|
1648
|
+
- quiz
|
|
1649
|
+
- quick-ref
|
|
1650
|
+
- resources
|