@harness-lab/cli 0.2.1 → 0.2.3

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.
Files changed (62) hide show
  1. package/README.md +15 -5
  2. package/assets/workshop-bundle/SKILL.md +306 -0
  3. package/assets/workshop-bundle/bundle-manifest.json +232 -0
  4. package/assets/workshop-bundle/content/challenge-cards/.gitkeep +0 -0
  5. package/assets/workshop-bundle/content/challenge-cards/deck.md +38 -0
  6. package/assets/workshop-bundle/content/challenge-cards/locales/en/deck.md +38 -0
  7. package/assets/workshop-bundle/content/challenge-cards/print-spec.md +28 -0
  8. package/assets/workshop-bundle/content/czech-editorial-review-checklist.md +88 -0
  9. package/assets/workshop-bundle/content/facilitation/.gitkeep +0 -0
  10. package/assets/workshop-bundle/content/facilitation/codex-setup-verification.md +54 -0
  11. package/assets/workshop-bundle/content/facilitation/master-guide.md +131 -0
  12. package/assets/workshop-bundle/content/project-briefs/.gitkeep +0 -0
  13. package/assets/workshop-bundle/content/project-briefs/code-review-helper.md +31 -0
  14. package/assets/workshop-bundle/content/project-briefs/devtoolbox-cli.md +31 -0
  15. package/assets/workshop-bundle/content/project-briefs/doc-generator.md +31 -0
  16. package/assets/workshop-bundle/content/project-briefs/locales/en/code-review-helper.md +31 -0
  17. package/assets/workshop-bundle/content/project-briefs/locales/en/devtoolbox-cli.md +31 -0
  18. package/assets/workshop-bundle/content/project-briefs/locales/en/doc-generator.md +31 -0
  19. package/assets/workshop-bundle/content/project-briefs/locales/en/metrics-dashboard.md +31 -0
  20. package/assets/workshop-bundle/content/project-briefs/locales/en/standup-bot.md +31 -0
  21. package/assets/workshop-bundle/content/project-briefs/metrics-dashboard.md +31 -0
  22. package/assets/workshop-bundle/content/project-briefs/standup-bot.md +31 -0
  23. package/assets/workshop-bundle/content/style-examples.md +127 -0
  24. package/assets/workshop-bundle/content/style-guide.md +108 -0
  25. package/assets/workshop-bundle/content/talks/.gitkeep +0 -0
  26. package/assets/workshop-bundle/content/talks/codex-demo-script.md +43 -0
  27. package/assets/workshop-bundle/content/talks/context-is-king.md +42 -0
  28. package/assets/workshop-bundle/docs/harness-cli-foundation.md +143 -0
  29. package/assets/workshop-bundle/docs/learner-reference-gallery.md +82 -0
  30. package/assets/workshop-bundle/docs/learner-resource-kit.md +126 -0
  31. package/assets/workshop-bundle/docs/locales/en/learner-reference-gallery.md +82 -0
  32. package/assets/workshop-bundle/docs/locales/en/learner-resource-kit.md +126 -0
  33. package/assets/workshop-bundle/docs/workshop-event-context-contract.md +123 -0
  34. package/assets/workshop-bundle/materials/locales/en/participant-resource-kit.md +72 -0
  35. package/assets/workshop-bundle/materials/participant-resource-kit.md +72 -0
  36. package/assets/workshop-bundle/workshop-blueprint/README.md +55 -0
  37. package/assets/workshop-bundle/workshop-blueprint/agenda.json +70 -0
  38. package/assets/workshop-bundle/workshop-blueprint/control-surfaces.md +101 -0
  39. package/assets/workshop-bundle/workshop-blueprint/day-structure.md +129 -0
  40. package/assets/workshop-bundle/workshop-blueprint/edit-boundaries.md +64 -0
  41. package/assets/workshop-bundle/workshop-blueprint/operator-guide.md +74 -0
  42. package/assets/workshop-bundle/workshop-blueprint/teaching-spine.md +134 -0
  43. package/assets/workshop-bundle/workshop-skill/.gitkeep +0 -0
  44. package/assets/workshop-bundle/workshop-skill/analyze-checklist.md +21 -0
  45. package/assets/workshop-bundle/workshop-skill/closing-skill.md +30 -0
  46. package/assets/workshop-bundle/workshop-skill/commands.md +44 -0
  47. package/assets/workshop-bundle/workshop-skill/facilitator.md +426 -0
  48. package/assets/workshop-bundle/workshop-skill/follow-up-package.md +35 -0
  49. package/assets/workshop-bundle/workshop-skill/install.md +58 -0
  50. package/assets/workshop-bundle/workshop-skill/locales/en/commands.md +44 -0
  51. package/assets/workshop-bundle/workshop-skill/locales/en/follow-up-package.md +35 -0
  52. package/assets/workshop-bundle/workshop-skill/locales/en/recap.md +22 -0
  53. package/assets/workshop-bundle/workshop-skill/locales/en/reference.md +80 -0
  54. package/assets/workshop-bundle/workshop-skill/locales/en/setup.md +84 -0
  55. package/assets/workshop-bundle/workshop-skill/recap.md +22 -0
  56. package/assets/workshop-bundle/workshop-skill/reference.md +80 -0
  57. package/assets/workshop-bundle/workshop-skill/setup.md +84 -0
  58. package/assets/workshop-bundle/workshop-skill/template-agents.md +35 -0
  59. package/package.json +8 -3
  60. package/src/run-cli.js +16 -9
  61. package/src/skill-install.js +98 -57
  62. package/src/workshop-bundle.js +236 -0
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Harness CLI
2
2
 
3
- Small Harness Lab CLI for facilitator auth, workshop operations, and repo-local skill installation.
3
+ Small Harness Lab CLI for facilitator auth, workshop operations, and portable workshop skill installation.
4
4
 
5
5
  Current shipped scope:
6
6
 
@@ -63,14 +63,24 @@ harness version
63
63
  harness --help
64
64
  ```
65
65
 
66
- Install the repo-local workshop skill bundle for Codex/pi discovery:
66
+ Install the portable workshop skill bundle into your current repo for Codex/pi discovery:
67
67
 
68
68
  ```bash
69
69
  harness skill install
70
70
  ```
71
71
 
72
- This creates `.agents/skills/harness-lab-workshop` in the current Harness Lab repo checkout.
73
- After install, the CLI prints the first recommended agent commands, starting with `Codex: $workshop reference` and `pi: /skill:workshop`.
72
+ Optional explicit target:
73
+
74
+ ```bash
75
+ harness skill install --target /path/to/team-repo
76
+ ```
77
+
78
+ This creates `.agents/skills/harness-lab-workshop` in the target repo. The install does not require a local clone of the Harness Lab source repo.
79
+ Rerunning `harness skill install` refreshes the installed bundle when the packaged workshop content changed and reports clearly when the target is already current. Use `--force` only when you want a full reinstall.
80
+ After install, the CLI prints the first recommended agent commands, starting with `Codex: $workshop commands` and `pi: /skill:workshop`.
81
+ Treat the installed `workshop` skill as the first participant entrypoint. It should route setup, reference, and workshop guidance through live `contentLang` when available or the best reviewed bundled locale otherwise, instead of assuming the base authored Czech docs are always the right first stop.
82
+
83
+ Treat `.agents/skills/harness-lab-workshop` as generated workshop bundle content. The canonical authored source remains in this repository under `workshop-skill/`, `workshop-blueprint/`, selected `docs/`, and selected `materials/`.
74
84
 
75
85
  Default device/browser login:
76
86
 
@@ -135,5 +145,5 @@ Environment variables:
135
145
  ## Release Gate
136
146
 
137
147
  Public npm publication is controlled by the release gate in
138
- [docs/harness-cli-publication-gate.md](/Users/ondrejsvec/projects/Bobo/harness-lab/docs/harness-cli-publication-gate.md).
148
+ [docs/harness-cli-publication-gate.md](../docs/harness-cli-publication-gate.md).
139
149
  Normal development should still happen from this repository; npm is the participant-facing distribution path, not a substitute for repo-local development.
@@ -0,0 +1,306 @@
1
+ ---
2
+ name: workshop
3
+ description: >
4
+ Participant-facing skill for the Harness Lab workshop. Supports the
5
+ `workshop` skill interface for setup, briefs, challenges, reference
6
+ materials, recap, and facilitator actions using live dashboard data when
7
+ available and local fallback content otherwise.
8
+ allowed-tools:
9
+ - Read
10
+ - Grep
11
+ - Glob
12
+ - Agent
13
+ - AskUserQuestion
14
+ - Write
15
+ - Edit
16
+ - Bash
17
+ ---
18
+
19
+ # Workshop
20
+
21
+ Participant-facing skill for the Harness Lab workshop. Command semantics stay in English, but participant-facing delivery should follow the active workshop `contentLang` when live runtime data is available and fall back to the best reviewed bundled locale otherwise.
22
+
23
+ ## Purpose
24
+
25
+ This skill is the primary workshop interface for participants in Codex or pi. It should prefer live dashboard API data when available and fall back to the local bundled content when the API is unavailable.
26
+
27
+ The portable install path should make this skill usable from the participant's real working repo without requiring a clone of the Harness Lab source repo.
28
+
29
+ Core mental model:
30
+ - dashboard participant surface = orientace během dne
31
+ - dashboard facilitator surface = řízení workshop instance
32
+ - workshop skill = AI interface ke stejnému workshop systému
33
+ - workshop blueprint = veřejná kanonická definice workshop method
34
+ - `uiLang` = jazyk product chrome
35
+ - `contentLang` = jazyk workshopového obsahu pro participant-facing delivery
36
+
37
+ ## Sources Of Truth
38
+
39
+ Use runtime dashboard data for anything that changes during the workshop day:
40
+ - current agenda phase
41
+ - continuation reveal state
42
+ - live team registry
43
+ - checkpoints and sprint updates
44
+ - facilitator-only status when the command explicitly requires facilitator access
45
+
46
+ Use repo-native content for stable public guidance:
47
+ - `content/` workshop materials
48
+ - `workshop-skill/` reference docs
49
+ - `workshop-skill/locales/<locale>/` when a reviewed localized fallback doc exists for the requested delivery language
50
+ - `workshop-blueprint/` for the reusable workshop method
51
+ - challenge cards, project briefs, and public-safe framing
52
+
53
+ Rule:
54
+ - runtime APIs first for live workshop state
55
+ - repo docs first for durable workshop guidance
56
+ - if runtime is unavailable, fall back to repo material and say explicitly that the answer is fallback rather than live state
57
+ - runtime edits do not imply blueprint edits; reusable changes belong back in the repo deliberately
58
+ - prefer workshop `contentLang` for participant-facing responses in live mode
59
+ - if there is no live workshop context, prefer the best reviewed bundled locale and say when the answer is fallback content rather than live workshop state
60
+ - for bundled fallback docs, resolve `workshop-skill/locales/<locale>/...` first; if a reviewed localized doc does not exist yet, fall back to the best reviewed bundled locale and say so explicitly
61
+ - do not translate workshop copy ad hoc when a reviewed locale exists in the repo or bundle
62
+
63
+ ## Commands
64
+
65
+ Syntax:
66
+ - in Codex, invoke this skill as `$workshop ...`
67
+ - in pi, load it with `/skill:workshop` or let pi auto-load it, then ask for the relevant workshop action in natural language
68
+ - the command names below are runtime-neutral descriptions of the same interface
69
+
70
+ ### `workshop`
71
+
72
+ Show:
73
+ - current agenda phase
74
+ - what the team should be doing right now
75
+ - next hard milestone before the next facilitation checkpoint
76
+ - if the dashboard is unavailable, infer the likely phase from local workshop materials and say clearly that this is fallback mode
77
+ - if private event access is not active, clearly say which answers are fallback/public-only versus live event context
78
+
79
+ ### `workshop login`
80
+
81
+ Ask for the shared event code and redeem it into a short-lived participant session.
82
+ After success:
83
+ - confirm live mode is active
84
+ - say when the participant may need to log in again
85
+ - keep facilitator-only data unavailable
86
+
87
+ ### `workshop logout`
88
+
89
+ Clear the current participant session and return to fallback/public-only mode.
90
+
91
+ ### `workshop setup`
92
+
93
+ Guide the participant through Codex or pi setup in the active workshop content language. Prefer the fastest viable path:
94
+ - pi in terminal when the participant wants a hackable multi-model interface
95
+ - Codex CLI on macOS/Linux
96
+ - Codex App on Windows or macOS
97
+ - web fallback if local install is blocked
98
+ Use `workshop-skill/locales/<locale>/setup.md` when present, otherwise fall back to `workshop-skill/setup.md`.
99
+
100
+ ### `workshop brief`
101
+
102
+ Show the assigned project brief. Include:
103
+ - problem statement
104
+ - user stories
105
+ - architecture considerations
106
+ - first recommended prompt for the AI agent
107
+ If live runtime brief data is unavailable, prefer `content/project-briefs/locales/<locale>/<brief>.md` when present and otherwise fall back to `content/project-briefs/<brief>.md`.
108
+
109
+ ### `workshop challenges`
110
+
111
+ Show available challenge cards, clearly marking:
112
+ - semi-mandatory before lunch
113
+ - semi-mandatory after the continuation shift
114
+ - optional stretch cards
115
+ If live runtime challenge data is unavailable, prefer `content/challenge-cards/locales/<locale>/deck.md` when present and otherwise fall back to `content/challenge-cards/deck.md`.
116
+
117
+ ### `workshop team`
118
+
119
+ Show:
120
+ - team name
121
+ - members
122
+ - repo URL
123
+ - current sprint checkpoint
124
+
125
+ ### `workshop help`
126
+
127
+ Give phase-aware coaching. Examples:
128
+ - during Build Phase 1: remind the team to get a short `AGENTS.md`, a plan, commands, one executable check, and a reviewed output in place
129
+ - during the continuation shift: tell the team to read before editing and to preserve evidence of what they changed
130
+ - when the team is letting the agent work with more autonomy: push them toward tests, tracer bullets, or another executable check
131
+ - for UI work: recommend `agent exploration -> Playwright regression -> human review` as the safe default workflow
132
+ - when teams keep repeating the same rule out loud: push them to encode it in the repo instead of relying on chat memory
133
+ - when the user asks generally what the skill can do, prefer returning a short menu based on `workshop-skill/commands.md` plus the best next step
134
+
135
+ ### `workshop template`
136
+
137
+ Generate a starter `AGENTS.md` for the participant's current project using the 4-element structure:
138
+ - goal
139
+ - context
140
+ - constraints
141
+ - done when
142
+ Use `workshop-skill/template-agents.md` as the default scaffold.
143
+ Keep it short and map-like. Prefer links to deeper docs over long prose dumps.
144
+
145
+ ### `workshop recap`
146
+
147
+ Return a short post-workshop reinforcement prompt in the active workshop content language.
148
+ Use `workshop-skill/locales/<locale>/recap.md` when present, otherwise fall back to `workshop-skill/recap.md`.
149
+
150
+ ### `workshop commands`
151
+
152
+ Return a short participant-facing menu of the skill surface:
153
+ - what the main commands are
154
+ - when to use them
155
+ - the shortest recommended path for a new participant
156
+ Use `workshop-skill/locales/<locale>/commands.md` when present, otherwise fall back to `workshop-skill/commands.md`.
157
+
158
+ ### `workshop closing`
159
+
160
+ Prepare Ondrej's closing synthesis by using:
161
+ - sprint checkpoints from the dashboard
162
+ - monitoring summary
163
+ - W³ commitments or closing notes
164
+ Use `workshop-skill/closing-skill.md`.
165
+ Treat this as facilitator-facing. Do not proactively surface it to participants during normal workshop help.
166
+
167
+ ### `workshop reference`
168
+
169
+ Return the workshop reference card from `workshop-skill/locales/<locale>/reference.md` when present, otherwise fall back to `workshop-skill/reference.md`.
170
+
171
+ ### `workshop resources`
172
+
173
+ Return the participant-facing resource bundle after or during the workshop.
174
+ Use these sources together:
175
+ - `materials/locales/<locale>/participant-resource-kit.md` when present, otherwise `materials/participant-resource-kit.md`
176
+ - `docs/locales/<locale>/learner-resource-kit.md` when present, otherwise `docs/learner-resource-kit.md`
177
+
178
+ The response should:
179
+ - summarize what is in the kit
180
+ - explain what to use during the workshop versus after it
181
+ - point the participant to the most useful next artifact rather than dumping links only
182
+
183
+ ### `workshop gallery`
184
+
185
+ Return the curated external reference gallery from `docs/locales/<locale>/learner-reference-gallery.md` when present, otherwise `docs/learner-reference-gallery.md`.
186
+ Use this when the participant asks for further reading, public examples, optional skill packs, or recommended external resources after the workshop.
187
+
188
+ ### `workshop follow-up`
189
+
190
+ Return the follow-up package from `workshop-skill/locales/<locale>/follow-up-package.md` when present, otherwise `workshop-skill/follow-up-package.md`.
191
+ Use this when the participant asks what to do after the workshop, what to revisit tomorrow, or what materials to keep using next week.
192
+
193
+ ### `workshop facilitator login`
194
+
195
+ Authenticate as a facilitator through the `harness` CLI privileged path.
196
+ The skill should ask the facilitator to complete CLI login/bootstrap if needed, then use the CLI-backed session for subsequent commands.
197
+ This is a facilitator-only command — do not surface to participants.
198
+
199
+ ### `workshop facilitator status`
200
+
201
+ Show the current instance state, agenda phase, facilitator list, and team count.
202
+ Requires active facilitator session.
203
+
204
+ ### `workshop facilitator grant <email> <role>`
205
+
206
+ Grant a Neon Auth user access to the current workshop instance.
207
+ Roles: owner, operator, observer. Requires `owner` role.
208
+
209
+ ### `workshop facilitator revoke <email>`
210
+
211
+ Revoke a facilitator's access to the current instance. Requires `owner` role.
212
+
213
+ ### `workshop facilitator create-instance`
214
+
215
+ Create a new workshop instance from a template. Requires facilitator session.
216
+ Prefer invoking `harness workshop create-instance` over raw API scripts.
217
+
218
+ The skill should support rich event metadata, not just id and city:
219
+ - `id`
220
+ - `templateId`
221
+ - `contentLang`
222
+ - `eventTitle`
223
+ - `city`
224
+ - `dateRange`
225
+ - `venueName`
226
+ - `roomName`
227
+ - `addressLine`
228
+ - `locationDetails`
229
+ - `facilitatorLabel`
230
+
231
+ ### `workshop facilitator update-instance <instance-id>`
232
+
233
+ Update event metadata for an existing workshop instance. Requires facilitator session.
234
+ Prefer invoking `harness workshop update-instance` over raw API scripts.
235
+ Use this when the facilitator wants to correct or refine date, venue, room, address, or event title without resetting the instance.
236
+ Support `contentLang` changes explicitly so facilitators can choose workshop delivery language per instance without changing admin UI language.
237
+
238
+ ### `workshop facilitator remove-instance`
239
+
240
+ Remove a workshop instance from the active list without deleting its archive history. Requires facilitator session.
241
+ Prefer invoking `harness workshop remove-instance`.
242
+
243
+ ### `workshop facilitator prepare`
244
+
245
+ Set the current instance to `prepared` state. Verify event code is ready.
246
+ Prefer invoking `harness workshop prepare`.
247
+
248
+ ### `workshop facilitator agenda`
249
+
250
+ Inspect and edit the local agenda copy for one workshop instance. Requires facilitator session.
251
+
252
+ ### `workshop facilitator scenes`
253
+
254
+ Inspect and edit presenter scenes for one workshop instance. This includes listing scenes for an agenda item, creating a new scene, editing content, changing default scene, reordering scenes, and enabling or hiding scenes. Requires facilitator session.
255
+
256
+ ### `workshop facilitator archive`
257
+
258
+ Archive the current workshop instance with optional notes.
259
+
260
+ ### `workshop analyze`
261
+
262
+ Review the team's repo against the handoff criteria in `workshop-skill/analyze-checklist.md`.
263
+ Return:
264
+ - what helps continuation
265
+ - what is missing
266
+ - one concrete next improvement
267
+ - whether the repo makes the next safe move obvious for a new team
268
+
269
+ ## Fallback Content
270
+
271
+ If the API is not reachable, use the local content in this folder and the markdown files under `content/`.
272
+
273
+ When falling back:
274
+ - say explicitly that live workshop data is unavailable
275
+ - avoid inventing team state, checkpoint state, or facilitator-only information
276
+ - prefer reference guidance, setup help, templates, and local briefs over pretending to know the current live state
277
+
278
+ Relevant local files:
279
+ - `workshop-skill/setup.md`
280
+ - `workshop-skill/commands.md`
281
+ - `workshop-skill/reference.md`
282
+ - `workshop-skill/recap.md`
283
+ - `workshop-skill/template-agents.md`
284
+ - `workshop-skill/analyze-checklist.md`
285
+ - `workshop-skill/closing-skill.md`
286
+ - `workshop-skill/follow-up-package.md`
287
+ - `workshop-skill/facilitator.md`
288
+ - `materials/participant-resource-kit.md`
289
+ - `docs/learner-resource-kit.md`
290
+ - `docs/learner-reference-gallery.md`
291
+ - `content/project-briefs/*.md`
292
+ - `content/challenge-cards/deck.md`
293
+ - `workshop-blueprint/*`
294
+ - `docs/workshop-event-context-contract.md`
295
+ - `docs/harness-cli-foundation.md`
296
+
297
+ ## Style
298
+
299
+ - Be concise and directive.
300
+ - Use Czech for explanations.
301
+ - Keep command names, file names, and code terms in English.
302
+ - Prefer actionable next steps over theory during build phases.
303
+ - Treat tests and executable checks as the default trust boundary once the agent is doing meaningful implementation work.
304
+ - Prefer repo-native guidance over advice that would stay only in chat.
305
+ - Treat `AGENTS.md` as a map that points to sources of truth, not as a giant instruction dump.
306
+ - Do not present unrestricted browser autonomy in a normal authenticated browser as the default recommendation.
@@ -0,0 +1,232 @@
1
+ {
2
+ "manifestVersion": 1,
3
+ "bundleName": "harness-lab-workshop",
4
+ "bundleVersion": "0.2.3",
5
+ "contentHash": "9e57d44e4a3f9296f4913cd51eefbf9dff7d6d9da8d4afb1ae5a2ce2a7dc4323",
6
+ "files": [
7
+ {
8
+ "path": "content/challenge-cards/.gitkeep",
9
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
10
+ },
11
+ {
12
+ "path": "content/challenge-cards/deck.md",
13
+ "sha256": "c2828eb5258031351d6d5abd3388b26b0894a9122e88e3203efaccbfd95a3e82"
14
+ },
15
+ {
16
+ "path": "content/challenge-cards/locales/en/deck.md",
17
+ "sha256": "6b6a3882ef31b3bca9f1f1ed43ef4fb2d8340af9879fee4261922fb55f6cd921"
18
+ },
19
+ {
20
+ "path": "content/challenge-cards/print-spec.md",
21
+ "sha256": "be7ecfdae9ada4145272f12e2d6018ccde7cfaeb9f48feb58aca7da7236815c0"
22
+ },
23
+ {
24
+ "path": "content/czech-editorial-review-checklist.md",
25
+ "sha256": "23539ba8b2c6ed193cfadc7ad0f0f75e99b2926ebff5beade5df9789e6071fcf"
26
+ },
27
+ {
28
+ "path": "content/facilitation/.gitkeep",
29
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
30
+ },
31
+ {
32
+ "path": "content/facilitation/codex-setup-verification.md",
33
+ "sha256": "0d7e36a8f2b8c68939997b117f1b5cf1538a5b9e27f2d18948a1ac407543de8e"
34
+ },
35
+ {
36
+ "path": "content/facilitation/master-guide.md",
37
+ "sha256": "e22f4a811459be1fe23412e7d85c02fe20170e6e6c8534fc97c1616f65b2cfd8"
38
+ },
39
+ {
40
+ "path": "content/project-briefs/.gitkeep",
41
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
42
+ },
43
+ {
44
+ "path": "content/project-briefs/code-review-helper.md",
45
+ "sha256": "0d70c455d000ec8bc01337db5feee2174be8359730b5c278cccee9c3e6b0f2f7"
46
+ },
47
+ {
48
+ "path": "content/project-briefs/devtoolbox-cli.md",
49
+ "sha256": "867ba1b28413fcf43a95cc247ec07656f31b2fdc7bf4512fd5b4316a31f0e27b"
50
+ },
51
+ {
52
+ "path": "content/project-briefs/doc-generator.md",
53
+ "sha256": "3f3bea866c68a927916d90fa3e387ceccdd174290944bc83db7b89d43f3ba7a0"
54
+ },
55
+ {
56
+ "path": "content/project-briefs/locales/en/code-review-helper.md",
57
+ "sha256": "57339193c04eb3cfd444e5477d86923b0c9d189163437f0c56a7db5a0045aa87"
58
+ },
59
+ {
60
+ "path": "content/project-briefs/locales/en/devtoolbox-cli.md",
61
+ "sha256": "cb7a92f20fa0565611feb9f24eb65aafc4a7b151a32de42c93d33b93049f161e"
62
+ },
63
+ {
64
+ "path": "content/project-briefs/locales/en/doc-generator.md",
65
+ "sha256": "5ff49a57e51c030b34385709ab7519a5d8e19cd98a1e3a5b26603a7eb59c02e3"
66
+ },
67
+ {
68
+ "path": "content/project-briefs/locales/en/metrics-dashboard.md",
69
+ "sha256": "ff6b429001ea4ab2d9c23fbdfe02c5daaaf413d52609f9dabc365902f2ad063a"
70
+ },
71
+ {
72
+ "path": "content/project-briefs/locales/en/standup-bot.md",
73
+ "sha256": "bc3972786dac4298607c63e15262cf5330c7e7fcf754e5df64e8fae081f5b44b"
74
+ },
75
+ {
76
+ "path": "content/project-briefs/metrics-dashboard.md",
77
+ "sha256": "a678058b6515fec4acba5d288bb71a725dfe9e75320efa11a475d63492db14f6"
78
+ },
79
+ {
80
+ "path": "content/project-briefs/standup-bot.md",
81
+ "sha256": "bf3af5bd1c72b5d4f3f5639c82d8e28dfbd4b470b0181833a2fff6e12eb99221"
82
+ },
83
+ {
84
+ "path": "content/style-examples.md",
85
+ "sha256": "c8e62493e119995fca1c738584b864506bc838203b1adad008c37b6f6ec57c50"
86
+ },
87
+ {
88
+ "path": "content/style-guide.md",
89
+ "sha256": "ec9a49e040efbc6c365eb264bd3452fdf1906f141f358ff28d2e0e3360648d28"
90
+ },
91
+ {
92
+ "path": "content/talks/.gitkeep",
93
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
94
+ },
95
+ {
96
+ "path": "content/talks/codex-demo-script.md",
97
+ "sha256": "4f40188a8d3ccaddf44b89b39178c7e9cfb53298a8803815f91dce204181a9c2"
98
+ },
99
+ {
100
+ "path": "content/talks/context-is-king.md",
101
+ "sha256": "c380947051f4a66cdf47e846d5cc5d60ace0487f75dbc718b03fb7164cb94ef1"
102
+ },
103
+ {
104
+ "path": "docs/harness-cli-foundation.md",
105
+ "sha256": "65b0b2cee7be792ad03f9be794230298d3efe8283e8e73acb033ef401d204e51"
106
+ },
107
+ {
108
+ "path": "docs/learner-reference-gallery.md",
109
+ "sha256": "42a9e595e28a580b4d5104cf9967211d611c03e7ee020cb14daed25c26ef575d"
110
+ },
111
+ {
112
+ "path": "docs/learner-resource-kit.md",
113
+ "sha256": "c1c35a7896a835a49599688993f9782ad09e4f1c012b7c2b8d60b90b826eab1b"
114
+ },
115
+ {
116
+ "path": "docs/locales/en/learner-reference-gallery.md",
117
+ "sha256": "1ab9df5b5ce9e95dd594974d867377a6d32463a4e3f7590f3611400e8fae59ed"
118
+ },
119
+ {
120
+ "path": "docs/locales/en/learner-resource-kit.md",
121
+ "sha256": "70a8acd554f8785360d0fb40b5b9648d9fbc90bf70b8b6776e98d33c931f4348"
122
+ },
123
+ {
124
+ "path": "docs/workshop-event-context-contract.md",
125
+ "sha256": "a7706a398ea5250537fb34323c4371ea2a7db15e477aec3a7893e6089fcd281f"
126
+ },
127
+ {
128
+ "path": "materials/locales/en/participant-resource-kit.md",
129
+ "sha256": "1d8b2fbf019db86c56db9cd001965f97985461c79cd615cd861562f336b175fb"
130
+ },
131
+ {
132
+ "path": "materials/participant-resource-kit.md",
133
+ "sha256": "19564e2e1156f60654e07a1c965f87668a8cb78cab5f9d06b1e1127ce812f13c"
134
+ },
135
+ {
136
+ "path": "SKILL.md",
137
+ "sha256": "b25a7730eb123edd941bcb176bd861ad209868189601c49845d1b6892f689647"
138
+ },
139
+ {
140
+ "path": "workshop-blueprint/agenda.json",
141
+ "sha256": "6b8e1925e20fabccfd3cd9e9d79839855f51b2b7fd449efbb336bf3edd4eadce"
142
+ },
143
+ {
144
+ "path": "workshop-blueprint/control-surfaces.md",
145
+ "sha256": "623930d85b50a35270a721c79b6af05e31facfd85636c4388a0d8361f59b7785"
146
+ },
147
+ {
148
+ "path": "workshop-blueprint/day-structure.md",
149
+ "sha256": "2d2c7a43e959059fe5d3dbb2aae20e6828fee40c700729080677c2c7b6feb0dc"
150
+ },
151
+ {
152
+ "path": "workshop-blueprint/edit-boundaries.md",
153
+ "sha256": "d5a2b6039ff9d3acc5b3a58698289817a29d52af4058034f00bc188db6f5d84d"
154
+ },
155
+ {
156
+ "path": "workshop-blueprint/operator-guide.md",
157
+ "sha256": "c1cc4d64bfeed153e6b37d9e9fe8b270d052cd98fca17793891e04b37008149d"
158
+ },
159
+ {
160
+ "path": "workshop-blueprint/README.md",
161
+ "sha256": "ae809a473bbc88411891044de7609fa053e66e370a8d4063e5d7b9e68179a98c"
162
+ },
163
+ {
164
+ "path": "workshop-blueprint/teaching-spine.md",
165
+ "sha256": "3fd140be90cabb651907e71380c292a5b76746f97367adb23571a4fead1df6b4"
166
+ },
167
+ {
168
+ "path": "workshop-skill/.gitkeep",
169
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
170
+ },
171
+ {
172
+ "path": "workshop-skill/analyze-checklist.md",
173
+ "sha256": "b8ec5bb13a5ec25f0d3b8cbd60295c0b290aaae195d833956cd906092efc945d"
174
+ },
175
+ {
176
+ "path": "workshop-skill/closing-skill.md",
177
+ "sha256": "e83e381216fad93356b94da89ca2525e01978d13005f2b0f11cf5ed32382971a"
178
+ },
179
+ {
180
+ "path": "workshop-skill/commands.md",
181
+ "sha256": "932305291e1fc943308f218a5d2714f43a2fea471f4702fe5c94192ed3cbc1e8"
182
+ },
183
+ {
184
+ "path": "workshop-skill/facilitator.md",
185
+ "sha256": "39dcb46914f19b66fd270627f42702b1f394ceb05dd0f3cf1f0c514becb6dca1"
186
+ },
187
+ {
188
+ "path": "workshop-skill/follow-up-package.md",
189
+ "sha256": "a8c9e847ac1c7dd03bc044ab4d82f8ce18f83c48b665aee3723e64487f845963"
190
+ },
191
+ {
192
+ "path": "workshop-skill/install.md",
193
+ "sha256": "2bb08f93523348de834d1e7004ef4603905c8d036247037e2111153cd0fea76b"
194
+ },
195
+ {
196
+ "path": "workshop-skill/locales/en/commands.md",
197
+ "sha256": "17856fa19a44c3336709186cba171505db4b503d11bc16ad2fbc49f67d6c78a0"
198
+ },
199
+ {
200
+ "path": "workshop-skill/locales/en/follow-up-package.md",
201
+ "sha256": "c3d4b0057ddc7a2a50713b6a01e7a3564b4e8668118464e19f932d2baa7a81a0"
202
+ },
203
+ {
204
+ "path": "workshop-skill/locales/en/recap.md",
205
+ "sha256": "68141bac34417fbc8669ebd2e998658dcb66a2a8d1df6cf8ac8d2f449baacdae"
206
+ },
207
+ {
208
+ "path": "workshop-skill/locales/en/reference.md",
209
+ "sha256": "5269750632ab577f9373cd84ae57741b11364cfbd9a05d6ac7dd8de555236b53"
210
+ },
211
+ {
212
+ "path": "workshop-skill/locales/en/setup.md",
213
+ "sha256": "b5efeee9bb2ee1ada3ab2c86ae47c63afd51534fe58a849f0584384737150375"
214
+ },
215
+ {
216
+ "path": "workshop-skill/recap.md",
217
+ "sha256": "9310f61f5adcace4c97b249d0f27e3a423b5b3a278ec6f2440bf7a66d04a3058"
218
+ },
219
+ {
220
+ "path": "workshop-skill/reference.md",
221
+ "sha256": "2023dabca1aba04a539152131e8cec2eb832c0e1107e2bb808bd8b296159bbdb"
222
+ },
223
+ {
224
+ "path": "workshop-skill/setup.md",
225
+ "sha256": "ef67c05751f2c48182b834314e411fc912d0ec99f7cb28fab540534e2a07096c"
226
+ },
227
+ {
228
+ "path": "workshop-skill/template-agents.md",
229
+ "sha256": "07dd6ee5a017a0af01bf3bdcc465f06a9d8701851a413e805d29cbb22a7d991a"
230
+ }
231
+ ]
232
+ }
@@ -0,0 +1,38 @@
1
+ # Challenge Cards
2
+
3
+ Karty nejsou body navíc. Jsou to malé zásahy, které zlepšují způsob práce s agentem i kvalitu handoffu.
4
+
5
+ ## Context Engineering
6
+
7
+ - `Vytvořte AGENTS.md jako mapu` — sepište cíl, build/test příkazy, trvalá pravidla a kam má další tým sáhnout jako první.
8
+ - `Přidejte build/test příkazy` — agent musí umět ověřit výsledek bez ručního dovysvětlování.
9
+ - `Napište skill pro code review` — formalizujte jednu review rutinu, kterou by uměl použít i cizí tým.
10
+ - `Přesuňte pravidlo z hovoru do repa` — vše, co už tým řekl dvakrát nahlas, převeďte do `AGENTS.md`, README, runbooku nebo testu.
11
+
12
+ ## Workflow
13
+
14
+ - `Použijte /plan před kódováním` — ukažte, z jakého plánu tým vycházel, co z něj opravdu plní a jaký je další bezpečný krok.
15
+ - `Rozdělte práci do více vláken` — zkuste dvě nezávislé linie práce a jednoho člověka na integraci.
16
+ - `Delegujte úkol a vraťte se ke kontrole za 10 minut` — neskákejte agentovi do každého kroku, kontrolujte až výsledek.
17
+ - `Přidejte nejmenší užitečné ověření` — vytvořte RED test, tracer bullet nebo jednoduchý browser check dřív, než agent dostane víc autonomie.
18
+
19
+ ## Advanced
20
+
21
+ - `Spusťte 2 paralelní Codex sessions` — rozdělte problém na dvě nezávislé části a porovnejte výstupy.
22
+ - `Vytvořte runbook pro deployment` — i kdyby deploy zůstal jen simulovaný.
23
+ - `Napište AGENTS.md pro podsložku` — ukažte, že kontext může být globální i lokální.
24
+ - `Zaveďte garbage collection` — najděte jednu opakující se formu chaosu a proměňte ji v check, template nebo pravidlo.
25
+
26
+ ## Meta
27
+
28
+ - `Přesuňte trvalé pravidlo z promptu do AGENTS.md`.
29
+ - `Přidejte sekci Done When ke každému tasku`.
30
+ - `Napište README pro tým po rotaci, ne pro sebe`.
31
+ - `Zapište, co je skutečně ověřené` — odlište hotové, rozpracované a jen předpokládané.
32
+
33
+ ## Jak s kartami pracovat
34
+
35
+ - Před obědem má každý tým splnit aspoň jednu kartu z části `Context Engineering`.
36
+ - Před rotací má být v repu dohledatelné, co bylo opravdu ověřeno a jaký je další bezpečný krok.
37
+ - Po rotaci má každý tým splnit aspoň jednu kartu z `Workflow`.
38
+ - Ostatní karty jsou dobrovolné. Berte je jako stretch cíle nebo inspiraci, když nevíte, co zlepšit dál.
@@ -0,0 +1,38 @@
1
+ # Challenge Cards
2
+
3
+ These cards are not bonus points. They are small interventions that improve both the way of working with the agent and the quality of the handoff.
4
+
5
+ ## Context Engineering
6
+
7
+ - `Create AGENTS.md as a map` - write down the goal, build and test commands, durable rules, and where the next team should look first.
8
+ - `Add build/test commands` - the agent must be able to verify the result without manual backfilling.
9
+ - `Write a code review skill` - formalize one review routine that another team could use too.
10
+ - `Move one rule from conversation into the repo` - anything the team has said out loud twice should be turned into `AGENTS.md`, README, a runbook, or a test.
11
+
12
+ ## Workflow
13
+
14
+ - `Use /plan before coding` - show which plan the team is working from, what is actually being executed, and what the next safe move is.
15
+ - `Split the work into multiple threads` - try two independent work streams and one person on integration.
16
+ - `Delegate a task and come back to check it in 10 minutes` - do not jump into every agent step; inspect the outcome instead.
17
+ - `Add the smallest useful verification` - create a RED test, tracer bullet, or simple browser check before the agent gets more autonomy.
18
+
19
+ ## Advanced
20
+
21
+ - `Run 2 parallel Codex sessions` - split the problem into two independent parts and compare the outputs.
22
+ - `Create a deployment runbook` - even if the deploy stays simulated.
23
+ - `Write AGENTS.md for a subfolder` - show that context can be global and local at the same time.
24
+ - `Introduce garbage collection` - find one repeating form of chaos and turn it into a check, template, or rule.
25
+
26
+ ## Meta
27
+
28
+ - `Move a durable rule from a prompt into AGENTS.md`.
29
+ - `Add a Done When section to every task`.
30
+ - `Write README for the team after rotation, not for yourself`.
31
+ - `Record what is actually verified` - distinguish done, in progress, and assumed.
32
+
33
+ ## How to use the cards
34
+
35
+ - Before lunch, every team should complete at least one `Context Engineering` card.
36
+ - Before rotation, the repo should clearly show what was actually verified and what the next safe move is.
37
+ - After rotation, every team should complete at least one `Workflow` card.
38
+ - The other cards are optional. Treat them as stretch goals or prompts for what to improve next.