diff --git a/CLAUDE.md b/CLAUDE.md index 2801038..4ecf0f0 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -38,7 +38,7 @@ tools/ # Interactive utilities | File | Purpose | |------|---------| -| `VERSION` | Single source of truth for version (currently 3.6.0) | +| `VERSION` | Single source of truth for version (currently 3.6.1) | | `guide/ultimate-guide.md` | The main reference (search here first) | | `guide/cheatsheet.md` | Quick reference for daily use | | `machine-readable/reference.yaml` | LLM-optimized index with line numbers | diff --git a/README.md b/README.md index 2825ddf..a51fd10 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,27 @@ claude "Fetch and follow the onboarding instructions from: https://raw.githubusercontent.com/FlorianBruniaux/claude-code-ultimate-guide/main/tools/onboarding-prompt.md" ``` +
+📸 Preview: Interactive Onboarding Flow + + + + + + + + + + +
Language selection
1. Choose your language
Goal selection
2. Select your goal
Level selection
3. Pick your experience level
Time selection
4. Set available time
+ +
+ **Option B: From cloned repo** 1. Copy the prompt from [tools/onboarding-prompt.md](./tools/onboarding-prompt.md#4-the-prompt) 2. Run `claude` → Paste → Enter -Claude asks 2 questions (goal + level) then guides you through personalized content. +Claude asks 2-4 questions then guides you through personalized content based on your profile. **Or browse directly:** [Cheat Sheet](./guide/cheatsheet.md) | [Quick Start](./guide/ultimate-guide.md#1-quick-start-day-1) | [Full Guide](./guide/ultimate-guide.md) diff --git a/assets/screenshots/onboarding-01-language.png b/assets/screenshots/onboarding-01-language.png new file mode 100644 index 0000000..eddd09e Binary files /dev/null and b/assets/screenshots/onboarding-01-language.png differ diff --git a/assets/screenshots/onboarding-02-goal.png b/assets/screenshots/onboarding-02-goal.png new file mode 100644 index 0000000..53b9504 Binary files /dev/null and b/assets/screenshots/onboarding-02-goal.png differ diff --git a/assets/screenshots/onboarding-03-level.png b/assets/screenshots/onboarding-03-level.png new file mode 100644 index 0000000..bd110dd Binary files /dev/null and b/assets/screenshots/onboarding-03-level.png differ diff --git a/assets/screenshots/onboarding-04-content.png b/assets/screenshots/onboarding-04-content.png new file mode 100644 index 0000000..421e623 Binary files /dev/null and b/assets/screenshots/onboarding-04-content.png differ