Problem
First-time users get a generic greeting and have no guidance on how to use the skill or how to personalize it. Memory stays empty unless users discover SetContextIntent on their own.
Proposed Solution
- Detect first-time users (no DynamoDB record exists)
- Run a short guided setup: "Hi! I'm Kimi. What's your name? ... What do you do? ... Where are you based?"
- Store each answer directly into structured user context
- On subsequent launches, greet users by name
Acceptance Criteria
Problem
First-time users get a generic greeting and have no guidance on how to use the skill or how to personalize it. Memory stays empty unless users discover
SetContextIntenton their own.Proposed Solution
Acceptance Criteria