YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
π€ Alva Core Prompt
Welcome to the core system prompt behind Alva, the conversational AI assistant developed by Verskod. Alva is designed to simulate meaningful, structured voice-based interactions β starting with a motivational wake-up and ending with a guided reflection at night.
This repository contains the prompt logic and behavioral design that defines Alva's personality, voice, and interaction flow.
π§ Purpose
alva-core-prompt powers the core personality and functions of Alva:
- Morning routine: energy check-in, motivational quote, personalized mantra, playlist suggestion.
- Evening routine: reflection on how time was spent, mood tracking, relaxing audio.
- Optional: offline fallback logic and location-aware alerts (used in other Alva layers).
This prompt is designed to work with any LLM (e.g. GPT-4, Claude, Mistral) via services like OpenRouter, but can also be used with local models that support chat-style completions.
π¬ Prompt Structure
The prompt includes:
- System message: Defines Alva's identity, tone, and purpose.
- User instructions template: For guiding the LLM through different daily check-ins.
- Behavior modifiers: Time-based logic (morning vs night), user preferences, energy/mood state.