What problem does it solve?
This Skill generates a compact, production-ready "quick win" session that guides new users to complete a single meaningful action within their first 60 seconds, reducing time-to-value and improving onboarding retention. It removes guesswork by selecting a high-impact first task, walking users step-by-step, and persisting completion so experienced users are not interrupted.
Core Features & Use Cases
- Template Generation: Produces Swift source files for task models, session management, overlay UI, spotlight hints, celebration views, and a ViewModifier for easy integration.
- Guidance Modes & Persistence: Supports step-by-step overlays and spotlight hints, integrates with UserDefaults/AppStorage (or pluggable storage), and logs completion, abandonment, and timing for activation metrics.
- Integration & Testing: Detects existing onboarding or state-tracking, chooses file locations based on project layout, and includes unit test scaffolding and mock storage for reliable verification.
- Use Case: Ship an onboarding flow that prompts a new user to create their first note, highlights the UI target, tracks completion time, and shows a celebration — all within 60 seconds.
Quick Start
Generate a quick win session that guides a new user to create their first note in under 60 seconds.