Summary
Evaluate how to build portable AI skills that deliver guided Git exercises (setup, task, verification) inside any AI chat — Claude CLI, Claude web, ChatGPT.
The AI is the tutor, not the sandbox. The learner uses real Git in a real terminal. The AI sets up the repo state, presents the task, gives hints, and verifies the result.
Spike document
imbra-spikes/cross-cutting/SPIKE-AI-GIT-SANDBOX.md
Deliverables
Key decisions
- Exercise state verification in web-only chats (learner pastes output)
- Exercise sequencing — strict vs. free-form
- Where exercises live — standalone repo or inside tutorial-git
Summary
Evaluate how to build portable AI skills that deliver guided Git exercises (setup, task, verification) inside any AI chat — Claude CLI, Claude web, ChatGPT.
The AI is the tutor, not the sandbox. The learner uses real Git in a real terminal. The AI sets up the repo state, presents the task, gives hints, and verifies the result.
Spike document
imbra-spikes/cross-cutting/SPIKE-AI-GIT-SANDBOX.mdDeliverables
skill.md) — exercise runner logic for both CLI (full automation) and web chats (guided mode)first-commit,branching-basics,merge-conflictKey decisions