Skip to content

Commit 0a3a722

Browse files
committed
Rework
1 parent af1e510 commit 0a3a722

40 files changed

Lines changed: 79 additions & 78 deletions

File tree

modules/_TEMPLATE/challenge/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ REPLACE: Continue with numbered steps.
3535

3636
REPLACE: Keep steps granular — one action per step where possible.
3737

38-
## Delivery evidence and handover
38+
## Implementation record and handover
3939

4040
- [ ] First observable implementation or governance outcome
4141
- [ ] Second observable evidence or operational artefact

modules/ghaw/challenges/00-setup/COACH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
## Facilitation Hints
1212

1313
- **Push Codespaces first.** If local setup consumes more than 10 minutes, redirect to Codespaces.
14-
- Ask for a show-of-hands "green terminal" check after the first 10 minutes.
14+
- Ask for a show-of-hands working-terminal check after the first 10 minutes.
1515
- Pair any participant who is blocked with a working neighbor; don't let one blocker stall the group.
1616
- `gh aw` installs automatically via `postCreate.sh` in both Codespaces and local dev containers. If a participant sees "command not found", the postCreate script likely failed — have them rebuild the container.
1717
- If `gh aw trial ... --dry-run` fails with an API key error, GitHub Copilot is the default zero-config engine. Confirm the participant's account has an active Copilot subscription. For Claude/OpenAI/Gemini, point them to `github.com/settings/codespaces` to add secrets.

modules/ghaw/challenges/01-morning-briefing/COACH.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
---
44

5-
## Grounding conversation (you will be called)
5+
## Facilitated application
66

7-
**Required coach check-in:** before completion, ask the customer practitioner to connect the exercise to work they actually own.
7+
**Required facilitator check-in:** before completion, ask the customer practitioner to connect the exercise to work they actually own.
88

9-
**Their question:** Coach conversation — what daily status update do you or your team assemble by hand today that this scheduled briefing pattern could replace, and what would you trust it to send unsupervised? Talk it through with your coach and connect it to a real project, task, or workflow you own.
9+
**Discuss:** What daily status update do you or your team assemble by hand today that this scheduled briefing pattern could replace, and what would you trust it to send unsupervised? Connect it to a project, task, or workflow you own.
1010

1111
Use these follow-ups to steer the conversation:
1212
- Ask them to name the exact repo, project, or team channel where a status update is assembled by hand today.

modules/ghaw/challenges/01-morning-briefing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ By the end of this activity, your squad will:
4949
- [ ] `.github/workflows/morning-briefing.lock.yml` is generated after compiling
5050
- [ ] At least one issue was created when the workflow ran (or manual trigger via `workflow_dispatch`)
5151
- [ ] Issue body includes a summary of recent activity (issues opened, PRs, etc.)
52-
- [ ] Coach conversation — what daily status update do you or your team assemble by hand today that this scheduled briefing pattern could replace, and what would you trust it to send unsupervised? Talk it through with your coach and connect it to a real project, task, or workflow you own.
52+
- [ ] Discuss what daily status update you or your team assemble by hand today that this scheduled briefing pattern could replace, and what you would trust it to send unsupervised. Connect it to a project, task, or workflow you own.
5353

5454
---
5555

modules/ghaw/challenges/03-the-watcher/COACH.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
---
44

5-
## Grounding conversation (you will be called)
5+
## Facilitated application
66

7-
**Required coach check-in:** before completion, ask the customer practitioner to connect the exercise to work they actually own.
7+
**Required facilitator check-in:** before completion, ask the customer practitioner to connect the exercise to work they actually own.
88

9-
**Their question:** Coach conversation — which repository events do you currently notice only after the fact, and what would change if a push-triggered agent flagged risky file changes the moment they land? Talk it through with your coach and connect it to a real project, task, or workflow you own.
9+
**Discuss:** Which repository events do you currently notice only after the fact, and what would change if a push-triggered agent flagged risky file changes the moment they land? Connect it to a project, task, or workflow you own.
1010

1111
Use these follow-ups to steer the conversation:
1212
- Ask them to name a directory or file in their own repo whose changes carry outsized risk.

modules/ghaw/challenges/03-the-watcher/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ By the end of this activity, your squad will:
4949
- [ ] When you push changes to the watched directory, the workflow runs
5050
- [ ] A comment appears on the commit summarizing the changes (e.g., "Modified 3 files in docs/")
5151
- [ ] Logs show the agent detected which files were changed
52-
- [ ] Coach conversation — which repository events do you currently notice only after the fact, and what would change if a push-triggered agent flagged risky file changes the moment they land? Talk it through with your coach and connect it to a real project, task, or workflow you own.
52+
- [ ] Discuss which repository events you currently notice only after the fact, and what would change if a push-triggered agent flagged risky file changes the moment they land. Connect it to a project, task, or workflow you own.
5353

5454
---
5555

modules/ghaw/challenges/06-review-buddy/COACH.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
---
44

5-
## Grounding conversation (you will be called)
5+
## Facilitated application
66

7-
**Required coach check-in:** before completion, ask the customer practitioner to connect the exercise to work they actually own.
7+
**Required facilitator check-in:** before completion, ask the customer practitioner to connect the exercise to work they actually own.
88

9-
**Their question:** Coach conversation — which parts of your code review are mechanical enough to delegate to a first-pass bot, and which judgment calls must always stay with a human reviewer? Talk it through with your coach and connect it to a real project, task, or workflow you own.
9+
**Discuss:** Which parts of your code review are mechanical enough to delegate to a first-pass bot, and which judgment calls must always stay with a human reviewer? Connect it to a project, task, or workflow you own.
1010

1111
Use these follow-ups to steer the conversation:
1212
- Ask them to name a repo where a first-pass review bot would reduce reviewer load.

modules/ghaw/challenges/06-review-buddy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Create a gh-aw workflow named `review-buddy.md` in `.github/workflows/` that:
7373
- 2+ observations
7474
- An encouraging sign-off
7575
- [ ] The comment feels useful (not spam)
76-
- [ ] Coach conversation — which parts of your code review are mechanical enough to delegate to a first-pass bot, and which judgment calls must always stay with a human reviewer? Talk it through with your coach and connect it to a real project, task, or workflow you own.
76+
- [ ] Discuss which parts of your code review are mechanical enough to delegate to a first-pass bot, and which judgment calls must always stay with a human reviewer. Connect it to a project, task, or workflow you own.
7777

7878
---
7979

modules/ghaw/challenges/07-slash-and-burn/COACH.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
---
44

5-
## Grounding conversation (you will be called)
5+
## Facilitated application
66

7-
**Required coach check-in:** before completion, ask the customer practitioner to connect the exercise to work they actually own.
7+
**Required facilitator check-in:** before completion, ask the customer practitioner to connect the exercise to work they actually own.
88

9-
**Their question:** Coach conversation — what context do you and your teammates rebuild by hand by scrolling long threads, and which on-demand slash command would you actually reach for in your daily work? Talk it through with your coach and connect it to a real project, task, or workflow you own.
9+
**Discuss:** What context do you and your teammates rebuild by hand by scrolling long threads, and which on-demand slash command would you actually reach for in your daily work? Connect it to a project, task, or workflow you own.
1010

1111
Use these follow-ups to steer the conversation:
1212
- Ask where they and teammates repeatedly rebuild context by scrolling long threads.

modules/ghaw/challenges/07-slash-and-burn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Create a gh-aw workflow named `slash-commands.md` in `.github/workflows/` that:
7777
- At least 2 key points from the discussion
7878
- Next steps or recommendation
7979
- [ ] Only authorized users (repo members) can trigger the command
80-
- [ ] Coach conversation — what context do you and your teammates rebuild by hand by scrolling long threads, and which on-demand slash command would you actually reach for in your daily work? Talk it through with your coach and connect it to a real project, task, or workflow you own.
80+
- [ ] Discuss what context you and your teammates rebuild by hand by scrolling long threads, and which on-demand slash command you would actually reach for in your daily work. Connect it to a project, task, or workflow you own.
8181

8282
---
8383

0 commit comments

Comments
 (0)