AI-Assisted TDD · Expert Developers · Pick one warm-up + one main exercise per session. All exercises use pre-written failing tests; participants implement with their AI tool. The golden constraint that prevents AI cheating:
add("") == 0 through comma delimiters, newlines, custom delimiters, and negatives.
Primary use: calibrate the room. Run it twice — once without AI, once with — to make the productivity delta concrete. Expert developers internalize the point without further argument. [16]
prompts/ folder where participants log each AI prompt chronologically as they work.
This log becomes the primary debrief artifact: what context the AI needed, where it hallucinated, where it outperformed.
Expert developers find the prompt-quality discussion more valuable than the code itself. [4]
.github/copilot-instructions.mdsolution/. Participants reach for it when needed — not on a timer. [5]prompts/ folder| Level | AI pauses after… | Best for |
|---|---|---|
| A | End of feature | Speed · experienced users |
| B default | End of RGR cycle | Workshop default · balanced |
| C | End of each phase | Learning mode · max oversight |
prompts/ log makes this concrete. The most valuable expert discussion is about prompt quality — not implementation choices. [4]SPEC.md or mini-PRD before prompting shifts AI from free-wheeling generator to constrained implementation engine — pairs naturally with EXACT's Example Mapping step. [13]