@harness-lab/cli 0.2.2 → 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 (39) hide show
  1. package/README.md +1 -0
  2. package/assets/workshop-bundle/SKILL.md +22 -11
  3. package/assets/workshop-bundle/bundle-manifest.json +82 -22
  4. package/assets/workshop-bundle/content/challenge-cards/deck.md +3 -3
  5. package/assets/workshop-bundle/content/challenge-cards/locales/en/deck.md +38 -0
  6. package/assets/workshop-bundle/content/czech-editorial-review-checklist.md +88 -0
  7. package/assets/workshop-bundle/content/facilitation/master-guide.md +9 -9
  8. package/assets/workshop-bundle/content/project-briefs/locales/en/code-review-helper.md +31 -0
  9. package/assets/workshop-bundle/content/project-briefs/locales/en/devtoolbox-cli.md +31 -0
  10. package/assets/workshop-bundle/content/project-briefs/locales/en/doc-generator.md +31 -0
  11. package/assets/workshop-bundle/content/project-briefs/locales/en/metrics-dashboard.md +31 -0
  12. package/assets/workshop-bundle/content/project-briefs/locales/en/standup-bot.md +31 -0
  13. package/assets/workshop-bundle/content/style-examples.md +1 -1
  14. package/assets/workshop-bundle/content/style-guide.md +4 -2
  15. package/assets/workshop-bundle/content/talks/codex-demo-script.md +3 -3
  16. package/assets/workshop-bundle/content/talks/context-is-king.md +8 -8
  17. package/assets/workshop-bundle/docs/harness-cli-foundation.md +32 -1
  18. package/assets/workshop-bundle/docs/learner-reference-gallery.md +6 -6
  19. package/assets/workshop-bundle/docs/learner-resource-kit.md +20 -20
  20. package/assets/workshop-bundle/docs/locales/en/learner-reference-gallery.md +82 -0
  21. package/assets/workshop-bundle/docs/locales/en/learner-resource-kit.md +126 -0
  22. package/assets/workshop-bundle/materials/locales/en/participant-resource-kit.md +72 -0
  23. package/assets/workshop-bundle/materials/participant-resource-kit.md +5 -5
  24. package/assets/workshop-bundle/workshop-blueprint/README.md +8 -1
  25. package/assets/workshop-bundle/workshop-skill/analyze-checklist.md +1 -1
  26. package/assets/workshop-bundle/workshop-skill/commands.md +7 -7
  27. package/assets/workshop-bundle/workshop-skill/facilitator.md +16 -6
  28. package/assets/workshop-bundle/workshop-skill/follow-up-package.md +1 -1
  29. package/assets/workshop-bundle/workshop-skill/install.md +6 -6
  30. package/assets/workshop-bundle/workshop-skill/locales/en/commands.md +44 -0
  31. package/assets/workshop-bundle/workshop-skill/locales/en/follow-up-package.md +35 -0
  32. package/assets/workshop-bundle/workshop-skill/locales/en/recap.md +22 -0
  33. package/assets/workshop-bundle/workshop-skill/locales/en/reference.md +80 -0
  34. package/assets/workshop-bundle/workshop-skill/locales/en/setup.md +84 -0
  35. package/assets/workshop-bundle/workshop-skill/reference.md +12 -12
  36. package/assets/workshop-bundle/workshop-skill/setup.md +5 -5
  37. package/assets/workshop-bundle/workshop-skill/template-agents.md +4 -4
  38. package/package.json +1 -1
  39. package/src/workshop-bundle.js +3 -0
@@ -0,0 +1,72 @@
1
+ # Participant Resource Kit
2
+
3
+ A short set of artifacts you can take from Harness Lab into your own project.
4
+
5
+ ## 1. Start with `AGENTS.md`
6
+
7
+ Use this baseline:
8
+ - `goal`
9
+ - `context`
10
+ - `constraints`
11
+ - `done when`
12
+
13
+ Default template:
14
+ - [`workshop-skill/template-agents.md`](../../../workshop-skill/template-agents.md)
15
+
16
+ ## 2. Add one trust anchor
17
+
18
+ Choose at least one:
19
+ - build/test commands
20
+ - a RED test
21
+ - a tracer bullet
22
+ - a review checklist
23
+
24
+ When the agent handles a larger slice of work, “I skimmed it quickly” is not enough.
25
+
26
+ Checklist for handoff:
27
+ - [`workshop-skill/analyze-checklist.md`](../../../workshop-skill/analyze-checklist.md)
28
+
29
+ ## 3. Use a small workflow, not chaos
30
+
31
+ Recommended baseline:
32
+ - `workshop` for orientation and the next safe move
33
+ - `/brainstorm` when the scope or first slice is still unclear
34
+ - `/plan` before larger implementation
35
+ - `/work` or another narrow implementation loop once you know what you are building
36
+ - a test or another executable check before an important change
37
+ - `/review` after a larger slice of work
38
+ - `/compound` or a short repo-native note when a discovery makes future work cheaper
39
+ - small ongoing cleanup: move build/test commands, constraints, and handoff notes from chat into the repo
40
+
41
+ ## 4. Move one rule from chat into the repo
42
+
43
+ Typical candidates:
44
+ - build/test commands
45
+ - safety constraints
46
+ - the definition of done
47
+ - a handoff rule
48
+
49
+ ## 5. Keep UI work on a safe track
50
+
51
+ Default pattern:
52
+ - `agent exploration`
53
+ - `Playwright regression`
54
+ - `human review`
55
+
56
+ Do not let the model drive your normal signed-in browser by default without sandboxing and control.
57
+
58
+ ## 6. What to revisit after the workshop
59
+
60
+ - [`workshop-skill/locales/en/reference.md`](../../../workshop-skill/locales/en/reference.md)
61
+ - [`workshop-skill/locales/en/recap.md`](../../../workshop-skill/locales/en/recap.md)
62
+ - [`docs/locales/en/learner-reference-gallery.md`](../../../docs/locales/en/learner-reference-gallery.md)
63
+
64
+ Note:
65
+ - the `workshop` skill is the guaranteed workshop default
66
+ - additional workflow skills and public toolkits are optional accelerators, not required setup
67
+
68
+ ## Next-week challenge
69
+
70
+ 1. Add `AGENTS.md` to one real project.
71
+ 2. Move one durable rule from a prompt into the repo.
72
+ 3. Add one review or handoff checklist.
@@ -29,14 +29,14 @@ Checklist pro handoff:
29
29
  ## 3. Používejte malý workflow, ne chaos
30
30
 
31
31
  Doporučený základ:
32
- - `workshop` pro orientaci a další safe move
32
+ - `workshop` pro orientaci a další bezpečný krok
33
33
  - `/brainstorm`, když ještě není jasný scope nebo první slice
34
34
  - `/plan` před větší implementací
35
35
  - `/work` nebo jiný úzký implementační loop, když už víte co stavíte
36
36
  - test nebo jiný executable check před důležitou změnou
37
37
  - `/review` po větším kusu práce
38
- - `/compound` nebo krátká repo-native poznámka, když objev udělá další práci levnější
39
- - malý cleanup průběžně: build/test příkazy, omezení a handoff poznámky přesouvejte z chatu do repa
38
+ - `/compound` nebo krátká poznámka zapsaná přímo v repu, když objev udělá další práci levnější
39
+ - průběžný úklid: build/test příkazy, omezení a handoff poznámky přesouvejte z chatu do repa
40
40
 
41
41
  ## 4. Přesuňte jedno pravidlo z chatu do repa
42
42
 
@@ -53,7 +53,7 @@ Výchozí pattern:
53
53
  - `Playwright regression`
54
54
  - `human review`
55
55
 
56
- Nenechávejte model jako default ovládat váš běžný přihlášený browser bez sandboxu a kontroly.
56
+ Nenechávejte model jako výchozí volbu ovládat váš běžný přihlášený browser bez sandboxu a kontroly.
57
57
 
58
58
  ## 6. Co si projít po workshopu
59
59
 
@@ -62,7 +62,7 @@ Nenechávejte model jako default ovládat váš běžný přihlášený browser
62
62
  - [`docs/learner-reference-gallery.md`](../docs/learner-reference-gallery.md)
63
63
 
64
64
  Poznámka:
65
- - `workshop` skill je garantovaný workshop default
65
+ - `workshop` skill je garantovaný výchozí nástroj workshopu
66
66
  - další workflow skills a veřejné toolkity berte jako volitelné akcelerátory, ne povinný setup
67
67
 
68
68
  ## Výzva na příští týden
@@ -39,10 +39,17 @@ Do not use this folder for live event state. Real dates, rooms, rosters, checkpo
39
39
  ### Structured data
40
40
 
41
41
  - [`agenda.json`](agenda.json)
42
- Canonical reusable agenda and workshop metadata for blueprint import.
42
+ Public-readable workshop agenda summary and workshop metadata.
43
43
 
44
44
  ## Related Runtime Documents
45
45
 
46
46
  - [`harness-cli-foundation.md`](../docs/harness-cli-foundation.md)
47
47
 
48
48
  The deeper runtime and maintainer docs such as blueprint import, publish-back flow, and workshop-instance runbooks remain part of the source repository and maintainer path. They are intentionally not part of the portable participant bundle.
49
+
50
+ For maintainers working in the source repository, the runtime-facing structured agenda sources are:
51
+
52
+ - `docs/workshop-content-language-architecture.md`
53
+ - `dashboard/lib/workshop-blueprint-agenda.json`
54
+
55
+ Treat those as maintainer/source-repo references, not as portable participant-bundle docs.
@@ -12,7 +12,7 @@ Když agent dělá `/workshop analyze`, měl by projít:
12
12
  - jestli je dohledatelné, co bylo skutečně ověřeno
13
13
  - kolik pravidel žije jen v promptu a ne v repu
14
14
  - jak snadné by bylo pokračovat po rotaci bez ústního handoffu
15
- - jestli je zřejmý další safe move
15
+ - jestli je zřejmý další bezpečný krok
16
16
 
17
17
  ## Výstup
18
18
 
@@ -3,11 +3,11 @@
3
3
  ## Jak skill používat
4
4
 
5
5
  - V Codexu používejte `$workshop ...`
6
- - V pi načtěte `/skill:workshop` a potom si řekněte o konkrétní akci přirozeně nebo přes název commandu
6
+ - V pi načtěte `/skill:workshop` a potom si řekněte o konkrétní akci přirozeně nebo přes název příkazu
7
7
  - Skill má být nainstalovaný přímo ve vašem pracovním repu přes `harness skill install`. Nemusíte kvůli tomu klonovat Harness Lab repo.
8
8
  - Když si nejste jistí, začněte `workshop commands` nebo `workshop reference`
9
9
 
10
- ## Nejkratší participant flow
10
+ ## Nejkratší pracovní postup
11
11
 
12
12
  1. `workshop reference`
13
13
  2. `workshop brief`
@@ -15,18 +15,18 @@
15
15
  4. `workshop help`
16
16
  5. `workshop resources`
17
17
 
18
- ## Co který command dělá
18
+ ## Co který příkaz dělá
19
19
 
20
- - `workshop` - kde v workshopu právě jste a co je další safe move
20
+ - `workshop` - kde v workshopu právě jste a co je další bezpečný krok
21
21
  - `workshop setup` - jak se co nejrychleji rozběhnout v Codexu nebo pi
22
22
  - `workshop brief` - zadání týmu a první ukotvení scope
23
23
  - `workshop challenges` - challenge cards pro další posun
24
24
  - `workshop team` - tým, repo a checkpoint
25
- - `workshop reference` - krátká karta pracovních defaultů pro dnešek
25
+ - `workshop reference` - krátká karta pracovních výchozích bodů pro dnešek
26
26
  - `workshop help` - coaching podle fáze dne nebo podle problému, na kterém jste zaseknutí
27
27
  - `workshop template` - starter `AGENTS.md`
28
28
  - `workshop analyze` - rychlý handoff check repa
29
- - `workshop resources` - participant resource kit, learner kit a další navazující materiály
29
+ - `workshop resources` - účastnický kit, learner kit a další navazující materiály
30
30
  - `workshop follow-up` - co si odnést a co udělat 48 hodin až 1 týden po workshopu
31
31
  - `workshop gallery` - ověřené externí docs a veřejné repozitáře pro další učení
32
32
  - `workshop recap` - krátké uzavření nebo připomínka po workshopu
@@ -41,4 +41,4 @@
41
41
 
42
42
  ## Důležitá poznámka
43
43
 
44
- `workshop` skill je garantovaný workshop default. Další workflow skills a veřejné toolkity jsou doporučené rozšíření, ne podmínka účasti.
44
+ `workshop` skill je garantovaný výchozí nástroj workshopu. Další workflow skills a veřejné toolkity jsou doporučené rozšíření, ne podmínka účasti.
@@ -16,6 +16,11 @@ harness auth login
16
16
 
17
17
  CLI provede browser/device auth flow, uloží session do lokálního file storage a zpřístupní ji pro další privileged příkazy.
18
18
 
19
+ Model:
20
+ - `harness auth login` autentizuje facilitátora vůči platformě
21
+ - konkrétní workshop instance se vybírá až při operaci nebo přes default context
22
+ - instance grant se vyhodnocuje při přístupu ke konkrétní akci, ne při samotném loginu
23
+
19
24
  Aktuální praktický path v repu:
20
25
 
21
26
  - default / browser-device auth:
@@ -92,6 +97,7 @@ Preferovaný path je CLI příkaz nad sdíleným runtime API:
92
97
  ```bash
93
98
  harness workshop create-instance developer-hackathon-praha-24-4-saturn \
94
99
  --template-id blueprint-default \
100
+ --content-lang cs \
95
101
  --event-title "Developer Hackathon Praha" \
96
102
  --city Praha \
97
103
  --date-range "24. dubna 2026" \
@@ -111,6 +117,7 @@ Content-Type: application/json
111
117
  {
112
118
  "id": "developer-hackathon-praha-24-4-saturn",
113
119
  "templateId": "blueprint-default",
120
+ "contentLang": "cs",
114
121
  "eventTitle": "Developer Hackathon Praha",
115
122
  "city": "Praha",
116
123
  "dateRange": "24. dubna 2026",
@@ -125,6 +132,7 @@ Content-Type: application/json
125
132
  Poznámky pro skill:
126
133
  - skill má preferovat CLI, ne ručně skládané `fetch` skripty
127
134
  - `id` musí být lowercase slug s písmeny, čísly a pomlčkami
135
+ - `contentLang` určuje jazyk workshopového obsahu pro dashboard, presenter a skill delivery; není to totéž jako UI language
128
136
  - když skill volá create opakovaně se stejným `id`, route vrací `created: false` a existující instance record
129
137
  - nehádej venue metadata zkráceně, když je facilitátor zná; pošli je rovnou při create
130
138
 
@@ -134,6 +142,7 @@ Preferovaný path:
134
142
 
135
143
  ```bash
136
144
  harness workshop update-instance developer-hackathon-praha-24-4-saturn \
145
+ --content-lang en \
137
146
  --event-title "Developer Hackathon Praha" \
138
147
  --date-range "24. dubna 2026" \
139
148
  --venue-name "Seyfor Praha jednička 103" \
@@ -151,6 +160,7 @@ Content-Type: application/json
151
160
 
152
161
  {
153
162
  "action": "update_metadata",
163
+ "contentLang": "en",
154
164
  "eventTitle": "Developer Hackathon Praha",
155
165
  "dateRange": "24. dubna 2026",
156
166
  "venueName": "Seyfor Praha jednička 103",
@@ -304,14 +314,14 @@ Content-Type: application/json
304
314
  "chromePreset": "agenda",
305
315
  "title": "Nejdřív bez kontextu, potom s mapou",
306
316
  "facilitatorNotes": [
307
- "Držte jednu story, ne feature tour."
317
+ "Držte jednu story, ne přehlídku funkcí."
308
318
  ],
309
319
  "blocks": [
310
320
  {
311
321
  "id": "hero",
312
322
  "type": "hero",
313
323
  "title": "Nejdřív bez kontextu, potom s mapou",
314
- "body": "Ukažte rozdíl mezi prompt blobem a krátkou repo-native mapou."
324
+ "body": "Ukažte rozdíl mezi prompt blobem a krátkou mapou zapsanou v repu."
315
325
  },
316
326
  {
317
327
  "id": "questions",
@@ -339,12 +349,12 @@ Content-Type: application/json
339
349
  "sceneType": "demo",
340
350
  "intent": "walkthrough",
341
351
  "chromePreset": "agenda",
342
- "title": "Jedna story, ne feature tour",
352
+ "title": "Jedna story, ne přehlídka funkcí",
343
353
  "blocks": [
344
354
  {
345
355
  "id": "hero",
346
356
  "type": "hero",
347
- "title": "Jedna story, ne feature tour",
357
+ "title": "Jedna story, ne přehlídka funkcí",
348
358
  "body": "Neukazujte pět režimů práce. Ukažte jeden čitelný workflow."
349
359
  }
350
360
  ]
@@ -386,10 +396,10 @@ Při práci přes API:
386
396
  - neznámé `agendaItemId` nebo `sceneId` vrací `404`
387
397
  - malformed payload pořád vrací `400`
388
398
  - skill má stale target ids hlásit explicitně, ne pokračovat jako by se změna povedla
389
- - room-facing obsah patří do `blocks`, facilitátorské guidance do `facilitatorNotes`
399
+ - room-facing obsah patří do `blocks`, facilitátorské pokyny do `facilitatorNotes`
390
400
  - `title/body` zůstávají kvůli compatibility, ale skill má preferovat strukturované `blocks`
391
401
  - když runtime agenda existuje, skill má číst a citovat její `goal`, `roomSummary`, `facilitatorPrompts`, `watchFors`, `checkpointQuestions`, `facilitatorNotes` a `blocks`
392
- - když runtime data nejsou dostupná, fallbackni na repo-native blueprint/facilitation docs a explicitně to řekni
402
+ - když runtime data nejsou dostupná, fallbackni na blueprint a facilitační docs z repa a explicitně to řekni
393
403
 
394
404
  ### `/workshop facilitator archive`
395
405
 
@@ -24,7 +24,7 @@ Pošli účastníkům:
24
24
 
25
25
  ## 1 týden po workshopu
26
26
 
27
- Krátký follow-up dotaz:
27
+ Krátký navazující dotaz:
28
28
 
29
29
  - Vytvořili jste `AGENTS.md` v reálném projektu?
30
30
  - Přidali jste build/test příkazy nebo sekci `Done When`?
@@ -5,11 +5,11 @@
5
5
  Výchozí doporučení pro Harness Lab je instalace přes `@harness-lab/cli` do vašeho aktuálního pracovního repa.
6
6
 
7
7
  Proč:
8
- - skill je pořád repo-native obsah, ale nemá záviset na tom, že máte zrovna klon tohoto veřejného repa
8
+ - skill je pořád obsah opřený o repo, ale nemá záviset na tom, že máte zrovna klon tohoto veřejného repa
9
9
  - stejné soubory slouží jako fallback i jako dokumentace
10
- - participant má mít funkční workshop companion přímo v týmovém repu
10
+ - účastník má mít funkční workshop companion přímo v týmovém repu
11
11
 
12
- ## Doporučený participant flow
12
+ ## Doporučený postup pro účastníka
13
13
 
14
14
  1. otevřít svůj týmový nebo workshopový repo
15
15
  2. nainstalovat Harness CLI:
@@ -48,11 +48,11 @@ Doporučený další postup:
48
48
  2. otevřít `commands`, `reference` a `brief`
49
49
  3. doplnit `AGENTS.md`
50
50
  4. podle potřeby použít `brainstorm`, `plan`, `work`, `review` nebo `compound`, pokud je ve svém agent setupu máte k dispozici
51
- 5. když chcete participant materiály bez hledání v GitHubu, použít `workshop resources`, `workshop gallery` a `workshop follow-up`
51
+ 5. když chcete materiály pro účastníky bez hledání v GitHubu, použijte `workshop resources`, `workshop gallery` a `workshop follow-up`
52
52
 
53
53
  ## Poznámka
54
54
 
55
55
  `harness skill install` vytvoří projektový bundle v `.agents/skills/harness-lab-workshop`, aby skill šel objevit v repu bez další distribuční vrstvy.
56
- Tuto složku berte jako generovaný workshop bundle, ne jako hlavní authoring surface.
56
+ Tuto složku berte jako generovaný workshop bundle, ne jako hlavní autorský zdroj.
57
57
 
58
- Participant login není potřeba pro samotnou existenci skillu. `workshop login` je až krok pro odemčení live event contextu.
58
+ Přihlášení účastníka není potřeba pro samotnou existenci skillu. `workshop login` je až krok pro odemčení live event contextu.
@@ -0,0 +1,44 @@
1
+ # Workshop Commands
2
+
3
+ ## How to use the skill
4
+
5
+ - In Codex, use `$workshop ...`
6
+ - In pi, load `/skill:workshop` and then ask for the relevant action naturally or by command name
7
+ - The skill should be installed directly in your working repo via `harness skill install`. You do not need to clone the Harness Lab source repo for that.
8
+ - If you are not sure where to start, begin with `workshop commands` or `workshop reference`
9
+
10
+ ## Shortest participant flow
11
+
12
+ 1. `workshop reference`
13
+ 2. `workshop brief`
14
+ 3. `workshop template`
15
+ 4. `workshop help`
16
+ 5. `workshop resources`
17
+
18
+ ## What each command does
19
+
20
+ - `workshop` - where you are in the workshop right now and what the next safe move is
21
+ - `workshop setup` - the fastest viable path into Codex or pi
22
+ - `workshop brief` - your team brief and the first scope anchor
23
+ - `workshop challenges` - challenge cards for the next step forward
24
+ - `workshop team` - team, repo, and checkpoint
25
+ - `workshop reference` - the short working-defaults card for today
26
+ - `workshop help` - coaching based on the phase of the day or the problem you are stuck on
27
+ - `workshop template` - starter `AGENTS.md`
28
+ - `workshop analyze` - a fast handoff check of the repo
29
+ - `workshop resources` - participant resource kit, learner kit, and follow-on materials
30
+ - `workshop follow-up` - what to keep and what to do 48 hours to 1 week after the workshop
31
+ - `workshop gallery` - verified external docs and public repos for continued learning
32
+ - `workshop recap` - a short close or reminder after the workshop
33
+
34
+ ## When to use what
35
+
36
+ - If you do not know where to start: `workshop reference`
37
+ - If the brief feels blurry: `workshop brief`, then `brainstorm` or `plan`
38
+ - If the repo lacks context: `workshop template`
39
+ - If you are unsure about workflow: `workshop commands`
40
+ - If you want materials after the workshop too: `workshop resources`, `workshop follow-up`, `workshop gallery`
41
+
42
+ ## Important note
43
+
44
+ The `workshop` skill is the guaranteed workshop default. Additional workflow skills and public toolkits are recommended accelerators, not a requirement for participation.
@@ -0,0 +1,35 @@
1
+ # Follow-up Package
2
+
3
+ ## 48 hours after the workshop
4
+
5
+ Send participants:
6
+
7
+ 1. A short reminder of the main principles:
8
+ - Context is a working system
9
+ - `AGENTS.md` is team infrastructure
10
+ - `Done When` and build/test commands improve the chances of a good handoff
11
+ 2. A pointer to `/workshop recap`
12
+ 3. A link to or excerpt from `workshop-skill/template-agents.md`
13
+ 4. A challenge for the week:
14
+ - "Add `AGENTS.md` to one real project."
15
+ - "Move one durable rule from a prompt into the repo."
16
+ 5. Links to the learner kit:
17
+ - [`docs/locales/en/learner-resource-kit.md`](../../../docs/locales/en/learner-resource-kit.md)
18
+ - [`docs/locales/en/learner-reference-gallery.md`](../../../docs/locales/en/learner-reference-gallery.md)
19
+ - [`materials/locales/en/participant-resource-kit.md`](../../../materials/locales/en/participant-resource-kit.md)
20
+ 6. A reminder that the same materials are available through the skill too:
21
+ - `workshop resources`
22
+ - `workshop gallery`
23
+ - `workshop follow-up`
24
+
25
+ ## 1 week after the workshop
26
+
27
+ Short follow-up questions:
28
+
29
+ - Did you create `AGENTS.md` in a real project?
30
+ - Did you add build/test commands or a `Done When` section?
31
+ - What helped you and what blocked you?
32
+
33
+ ## W³ reminder
34
+
35
+ If you have a photo of the sticky notes from the `And now?` section, send each person their own commitment as a personal reminder.
@@ -0,0 +1,22 @@
1
+ # Workshop Recap
2
+
3
+ ## What to keep
4
+
5
+ - Context is not cosmetics. It is a working system.
6
+ - `AGENTS.md`, skills, and runbooks are not extra garnish. They are tools that help a team keep direction.
7
+ - A good handoff is visible when the next team can start work without verbal backfilling.
8
+
9
+ ## Try this this week
10
+
11
+ - Add `AGENTS.md` to one real project.
12
+ - Add build and test commands plus a `Done When` section.
13
+ - Move one durable rule from a prompt into the repo.
14
+ - After a larger change, try writing a short runbook for the next person.
15
+
16
+ ## Your commitment
17
+
18
+ Return to the sticky note from the `And now?` segment and turn it into the first concrete commit, pull request, or task in the repo.
19
+
20
+ ## When you are not sure
21
+
22
+ Start simply: write down what you want to do, where the context is, what the constraints are, and how you will know it is done.
@@ -0,0 +1,80 @@
1
+ # Workshop Reference
2
+
3
+ ## 4 working defaults for today
4
+
5
+ - `Map before motion` - first make the repo a place people can navigate
6
+ - `If it is not in the repo, it does not exist` - important agreements, rules, and next steps belong in files
7
+ - `Verification is the trust boundary` - more autonomy requires stronger evidence
8
+ - `Handoff is a continuous constraint` - the next team should find the first safe move without your explanation
9
+
10
+ ## 4 elements of a good task
11
+
12
+ - `Goal` - what exactly the agent should create or change
13
+ - `Context` - which files, decisions, and surrounding facts matter for the task
14
+ - `Constraints` - the rules, standards, and solution boundaries
15
+ - `Done When` - how you will know the work is actually finished
16
+
17
+ ## Fast handoff checklist
18
+
19
+ - Does `AGENTS.md` exist?
20
+ - Is `AGENTS.md` a short map rather than an overgrown dump?
21
+ - Are there build and test commands in the repo that another team can run?
22
+ - Is it clear what already works, what is in progress, and what is still only an idea?
23
+ - Is there a plan, runbook, or another document that helps the next team understand the intent?
24
+ - Can you find what was actually verified?
25
+ - Can a new team find the first safe move within a few minutes?
26
+
27
+ ## Recommended commands
28
+
29
+ - Workshop skill in Codex: `$workshop ...`
30
+ - Workshop skill in pi: `/skill:workshop`, then ask for `reference`, `setup`, `brief`, or another workshop action
31
+ - If you do not know what the skill can do: `Codex: $workshop commands`
32
+ - The workshop skill is the guaranteed default. Workflow skills and external toolkits are recommended accelerators, not mandatory bootstrap.
33
+ - Workflow skills like `$brainstorm`, `$plan`, `$work`, `$test-writer`, `$review`, and `$compound` are described Codex-first in this workshop. In pi, treat them as optional parts of your own setup rather than the guaranteed default.
34
+ - `Codex: $workshop reference` at the start of the day or after you lose orientation
35
+ - `Codex: $workshop brief` when you need to re-anchor the task
36
+ - `Codex: $workshop resources` when you want the participant kit and learner kit without searching the repo
37
+ - `Codex: $workshop gallery` when you want more public docs, repos, and optional toolkits
38
+ - `Codex: $workshop follow-up` when you are deciding what to keep after the workshop
39
+ - `Codex: $brainstorm` when the scope is still unclear
40
+ - `Codex: $plan` before larger implementation
41
+ - `Codex: $work` once you have a plan and want to keep implementation in one line
42
+ - `Codex: $test-writer` or your own RED test before implementation when you need to keep the agent inside real boundaries
43
+ - `Codex: $review` after a larger slice of work
44
+ - `Codex: $compound` when a learning, fix, or workflow rule is worth preserving as a durable repo-native artifact
45
+ - `Codex: $workshop` for orientation during the day
46
+ - `Codex: $workshop template` when the repo is missing baseline context
47
+ - `Codex: $workshop analyze` before handoff or after rotation when you want to expose blind spots in the repo quickly
48
+
49
+ ## Recommended participant loop
50
+
51
+ - `workshop` for orientation and the next safe move
52
+ - `brainstorm` or directly `plan` when the scope is already clear
53
+ - `work` against one verifiable goal
54
+ - `review` before you trust a change
55
+ - `compound` or a short runbook when something is worth preserving
56
+ - ongoing cleanup work: move build and test commands, constraints, and handoff notes from chat into the repo
57
+
58
+ ## Tests as the trust boundary
59
+
60
+ - The more work the agent does independently, the less “I skimmed it quickly” is enough.
61
+ - If you let the agent write without tests, you often just accelerate unverified complexity.
62
+ - A RED test, tracer bullet, or simple end-to-end check is often the fastest way to tell the agent what must actually be true.
63
+
64
+ ## Safe UI workflow
65
+
66
+ - The default pattern is: `agent exploration -> Playwright regression -> human review`.
67
+ - Let the agent inspect the UI, screenshots, and console quickly in an isolated local environment.
68
+ - Once you find an important flow, turn it into a repeatable browser test.
69
+ - Then have a human review the change. Tests protect against regression, but they do not decide meaning or trade-offs for you.
70
+ - “Let the model drive my normal signed-in browser” is not the default recommendation. That belongs only in a sandboxed, intentionally constrained environment.
71
+
72
+ ## Quick reminder
73
+
74
+ A good prompt is not enough. If the work should survive handoff, the context must live in the repo and verification must stay traceable.
75
+
76
+ ## Where to go after the workshop
77
+
78
+ - Official docs, the OpenAI Harness Engineering article, and verified public skill repos are collected in [`docs/learner-reference-gallery.md`](../../../docs/learner-reference-gallery.md).
79
+ - If you already use another workflow pack or toolkit, treat it as an extension on top of this foundation, not as a replacement for `AGENTS.md`, verification, and repo-native handoff.
80
+ - If you do not want to search the repo, use `workshop resources`, `workshop gallery`, or `workshop follow-up` directly.
@@ -0,0 +1,84 @@
1
+ # Workshop Setup
2
+
3
+ ## Goal
4
+
5
+ By 10:30, you need one working path into Codex or pi. Not a perfect setup. A working path.
6
+
7
+ The first goal after setup is not a feature. It is orientation:
8
+
9
+ - open the repo
10
+ - load the workshop guidance
11
+ - create a short `AGENTS.md`
12
+ - name the first verifiable step
13
+
14
+ The guaranteed default for today is the `workshop` skill. Additional workflow skills or external toolkits are optional accelerators, not a requirement for participation.
15
+
16
+ ## Fastest choice
17
+
18
+ - terminal-first, hackable multi-model setup: `pi`
19
+ - macOS / Linux: `Codex CLI`
20
+ - Windows or macOS: `Codex App`
21
+ - if you get blocked: web fallback or pair with someone whose setup already works
22
+
23
+ ## pi
24
+
25
+ 1. Install `pi`:
26
+
27
+ ```bash
28
+ npm install -g @mariozechner/pi-coding-agent
29
+ ```
30
+
31
+ 2. Sign in to the provider or account you want to use.
32
+ 3. Open the repository.
33
+ 4. Run `pi`.
34
+ 5. Load the workshop skill with `/skill:workshop` and ask for `setup`, `reference`, or `brief`.
35
+
36
+ ## Codex CLI
37
+
38
+ 1. Confirm that you have access to your Codex account.
39
+ 2. Install the CLI using your organization's setup flow.
40
+ 3. Sign in.
41
+ 4. Open the repository.
42
+ 5. Send the first meaningful prompt and confirm that you get a response.
43
+
44
+ ## Codex App
45
+
46
+ 1. Install the app.
47
+ 2. Sign in with the same account.
48
+ 3. Open the workshop repo or your team project.
49
+ 4. Send the first prompt.
50
+ 5. Confirm that you can continue without another blocker.
51
+
52
+ ## If something does not work
53
+
54
+ - Do not spend 20 minutes debugging setup alone.
55
+ - After 7 minutes of being blocked, switch to App, web fallback, or pairing.
56
+ - If authentication fails, continue with someone at your table and come back to your own setup later.
57
+ - If you are unsure about the next step, use `$workshop setup` in Codex. In pi, load `/skill:workshop` and ask for setup help. Or call a facilitator.
58
+
59
+ ## First 15 minutes after setup
60
+
61
+ 1. Open workshop reference:
62
+ - Codex: `$workshop reference`
63
+ - pi: `/skill:workshop`, then ask for `reference`
64
+ - if you want a fast overview of the skill surface: `Codex: $workshop commands`
65
+ 2. Open the brief:
66
+ - Codex: `$workshop brief`
67
+ - pi: `/skill:workshop`, then ask for `brief`
68
+ 3. Add a short `AGENTS.md`:
69
+ - Codex: `$workshop template`
70
+ 4. Name the first safe move:
71
+ - ideally through `plan`, or `brainstorm` if the scope is still unclear
72
+ 5. Add one executable check:
73
+ - a RED test, tracer bullet, or at least a clear review or checklist step
74
+ 6. If you want materials for later too:
75
+ - `Codex: $workshop resources`
76
+ - `Codex: $workshop gallery`
77
+ - `Codex: $workshop follow-up`
78
+
79
+ ## Done when
80
+
81
+ - You can open the repo.
82
+ - You can send a prompt.
83
+ - You have one working path for using an agent during the workshop.
84
+ - You know the first safe move in the repo after setup.
@@ -1,11 +1,11 @@
1
1
  # Workshop Reference
2
2
 
3
- ## 4 pracovní defaulty pro dnešek
3
+ ## 4 pracovní výchozí body pro dnešek
4
4
 
5
5
  - `Mapa před pohybem` — nejdřív udělejte z repa místo, kde se dá orientovat
6
- - `Co není v repu, neexistuje` — důležité dohody, pravidla a next steps patří do souborů
6
+ - `Co není v repu, neexistuje` — důležité dohody, pravidla a další kroky patří do souborů
7
7
  - `Ověření je hranice důvěry` — s větší autonomií musí růst i kvalita evidence
8
- - `Handoff je průběžný constraint` — další tým má najít první safe move bez vašeho výkladu
8
+ - `Handoff je průběžná podmínka práce` — další tým má najít první bezpečný krok bez vašeho výkladu
9
9
 
10
10
  ## 4 prvky dobrého zadání
11
11
 
@@ -24,16 +24,16 @@
24
24
  - Je dohledatelné, co bylo skutečně ověřeno?
25
25
  - Najde nový tým během pár minut první bezpečný krok?
26
26
 
27
- ## Doporučené commands
27
+ ## Doporučené příkazy
28
28
 
29
29
  - Workshop skill v Codexu: `$workshop ...`
30
30
  - Workshop skill v pi: `/skill:workshop`, potom si řekněte o `reference`, `setup`, `brief` nebo jinou workshop akci
31
31
  - Když nevíte, co skill umí: `Codex: $workshop commands`
32
- - Workshop skill je garantovaný default. Workflow skills a externí toolkity jsou doporučené akcelerátory, ne povinný bootstrap.
33
- - Workflow skills jako `$brainstorm`, `$plan`, `$work`, `$test-writer`, `$review` a `$compound` jsou v tomto workshopu popsané Codex-first. V pi je berte jako volitelnou součást vlastního setupu, ne jako garantovaný default.
32
+ - Workshop skill je garantovaný výchozí nástroj. Workflow skills a externí toolkity jsou doporučené akcelerátory, ne povinný bootstrap.
33
+ - Workflow skills jako `$brainstorm`, `$plan`, `$work`, `$test-writer`, `$review` a `$compound` jsou v tomto workshopu popsané hlavně pro Codex. V pi je berte jako volitelnou součást vlastního setupu, ne jako garantovaný výchozí stav.
34
34
  - `Codex: $workshop reference` na začátku dne nebo po ztrátě orientace
35
35
  - `Codex: $workshop brief` když potřebujete znovu ukotvit zadání
36
- - `Codex: $workshop resources` když chcete participant kit a learner kit bez hledání v repu
36
+ - `Codex: $workshop resources` když chcete účastnický kit a learner kit bez hledání v repu
37
37
  - `Codex: $workshop gallery` když chcete další veřejné docs, repozitáře a volitelné toolkity
38
38
  - `Codex: $workshop follow-up` když řešíte, co si odnést po workshopu
39
39
  - `Codex: $brainstorm` když ještě není jasné, co je nejrozumnější scope nebo slice
@@ -41,19 +41,19 @@
41
41
  - `Codex: $work` když už máte plan a chcete držet implementaci v jedné linii
42
42
  - `Codex: $test-writer` nebo vlastní RED test před implementací, když potřebujete držet agenta v mezích
43
43
  - `Codex: $review` po větším kusu práce
44
- - `Codex: $compound` když chcete převést learning, fix nebo workflow pravidlo do trvalého repo-native artefaktu
44
+ - `Codex: $compound` když chcete převést nové zjištění, fix nebo workflow pravidlo do trvalého artefaktu v repu
45
45
  - `Codex: $workshop` pro orientaci během dne
46
46
  - `Codex: $workshop template` když repu chybí základní kontext
47
47
  - `Codex: $workshop analyze` před handoffem nebo po rotaci, když chcete rychle odhalit slepá místa v repu
48
48
 
49
- ## Doporučený participant loop
49
+ ## Doporučený pracovní rytmus
50
50
 
51
- - `workshop` pro orientaci a další safe move
51
+ - `workshop` pro orientaci a další bezpečný krok
52
52
  - `brainstorm` nebo rovnou `plan`, když už je scope zřejmý
53
53
  - `work` proti jednomu ověřitelnému cíli
54
54
  - `review` před tím, než změně uvěříte
55
55
  - `compound` nebo krátký runbook, když něco stojí za zachování
56
- - průběžná cleanup práce: build/test příkazy, omezení a handoff poznámky přesouvejte z chatu do repa
56
+ - průběžný úklid: build/test příkazy, omezení a handoff poznámky přesouvejte z chatu do repa
57
57
 
58
58
  ## Testy jako hranice důvěry
59
59
 
@@ -76,5 +76,5 @@ Dobrý prompt nestačí. Když má práce přežít handoff, musí být kontext
76
76
  ## Kam dál po workshopu
77
77
 
78
78
  - Oficiální docs, OpenAI článek o Harness Engineering a ověřené veřejné skill repozitáře najdete v [`docs/learner-reference-gallery.md`](../docs/learner-reference-gallery.md).
79
- - Když už používáte další workflow pack nebo toolkit, berte ho jako rozšíření nad tímto základem, ne jako náhradu za `AGENTS.md`, ověřování a repo-native handoff.
79
+ - Když už používáte další workflow pack nebo toolkit, berte ho jako rozšíření nad tímto základem, ne jako náhradu za `AGENTS.md`, ověřování a handoff opřený o repo.
80
80
  - Když nechcete hledat v repu, použijte přímo `workshop resources`, `workshop gallery` nebo `workshop follow-up`.