@rookiestar/eng-lang-tutor 1.1.6 → 1.1.8
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.
Potentially problematic release.
This version of @rookiestar/eng-lang-tutor might be problematic. Click here for more details.
- package/SKILL.md +17 -6
- package/package.json +1 -1
- package/templates/prompt_templates.md +1 -1
package/SKILL.md
CHANGED
|
@@ -250,15 +250,26 @@ The bot recognizes these natural language commands:
|
|
|
250
250
|
|
|
251
251
|
## Initialization Flow
|
|
252
252
|
|
|
253
|
-
>
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
253
|
+
> **⛔ CRITICAL - TOTAL ONBOARDING STEPS = 7 (NOT 6!)**
|
|
254
|
+
>
|
|
255
|
+
> You MUST display step titles as **"Step 1/7"**, **"Step 2/7"**, etc. (NOT "Step 1/6"!)
|
|
256
|
+
>
|
|
257
|
+
> The 7 steps are:
|
|
258
|
+
> 1. CEFR Level
|
|
259
|
+
> 2. Topic Interests
|
|
260
|
+
> 3. Tutor Style
|
|
261
|
+
> 4. Oral/Written Ratio
|
|
262
|
+
> 5. Schedule
|
|
263
|
+
> 6. **Voice Teaching** ← THIS IS THE NEW STEP!
|
|
264
|
+
> 7. Confirm
|
|
265
|
+
>
|
|
266
|
+
> Follow [templates/prompts/initialization.md](templates/prompts/initialization.md) exactly. Display ALL options with numbers (1, 2, 3...). NEVER skip or abbreviate options.
|
|
267
|
+
|
|
268
|
+
**Step 7 Completion:** Set `initialized=true` + Create cron jobs for keypoint/quiz push times.
|
|
258
269
|
|
|
259
270
|
**State Fields:**
|
|
260
271
|
- `initialized`: Boolean - Whether user completed onboarding
|
|
261
|
-
- `onboarding_step`: Integer (0-
|
|
272
|
+
- `onboarding_step`: Integer (0-7) - Current step
|
|
262
273
|
|
|
263
274
|
---
|
|
264
275
|
|
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@ This documentation has been split into focused modules for easier navigation:
|
|
|
20
20
|
|------|---------|
|
|
21
21
|
| [prompts/keypoint_generation.md](prompts/keypoint_generation.md) | Knowledge point generation template, topic resources |
|
|
22
22
|
| [prompts/quiz_generation.md](prompts/quiz_generation.md) | Quiz generation template with question types |
|
|
23
|
-
| [prompts/initialization.md](prompts/initialization.md) |
|
|
23
|
+
| [prompts/initialization.md](prompts/initialization.md) | 7-step onboarding flow templates |
|
|
24
24
|
|
|
25
25
|
### Display Templates
|
|
26
26
|
| File | Purpose |
|