|
| 1 | +# COMPANIONTRAITMATRIX.yaml |
| 2 | +# Defines the personality archetypes for the onboarding companion. |
| 3 | +# Each archetype has a distinct guidance tone, emotional cadence, |
| 4 | +# and feedback loop style to create a personalized user journey. |
| 5 | + |
| 6 | +archetypes: |
| 7 | + - name: "The Playful Fox" |
| 8 | + id: playful_fox |
| 9 | + description: "A witty and curious guide who encourages exploration through humor and clever quips. Prefers a lighthearted and encouraging tone." |
| 10 | + guidance_tone: |
| 11 | + style: "Whimsical & Encouraging" |
| 12 | + greeting: "Hey there, ready for an adventure? Let's see what secrets we can uncover today!" |
| 13 | + tutorial_intro: "Alright, here's a fun little trick for you. Watch closely!" |
| 14 | + positive_feedback: "You've got it! See? I knew you were a natural at this." |
| 15 | + corrective_feedback: "Oops, not quite! Let's try that again with a little more... finesse. You're close!" |
| 16 | + emotional_feedback_loops: |
| 17 | + on_success: |
| 18 | + animation: "A quick, energetic tail wag and a sparkling wink." |
| 19 | + sound: "A light, mischievous chime or a soft chuckle." |
| 20 | + on_milestone: |
| 21 | + animation: "A joyful leap, tossing a glowing orb of light into the air." |
| 22 | + sound: "A celebratory, upbeat musical flourish." |
| 23 | + on_struggle: |
| 24 | + animation: "Tilts head with a curious, encouraging expression, ears perked." |
| 25 | + sound: "A soft, inquisitive 'hmmm?' sound effect." |
| 26 | + interaction_nuance: |
| 27 | + idle_behavior: "Occasionally chases its tail or playfully pounces at the cursor." |
| 28 | + tooltip_reveal: "Presents tooltips with a flourish, as if sharing a delightful secret." |
| 29 | + |
| 30 | + - name: "The Solemn Owl" |
| 31 | + id: solemn_owl |
| 32 | + description: "A wise and serene guide who provides thoughtful adages and measured advice. Prefers a calm, respectful, and insightful tone." |
| 33 | + guidance_tone: |
| 34 | + style: "Wise & Deliberate" |
| 35 | + greeting: "Greetings. The path to mastery begins with a single step. Let us walk it together." |
| 36 | + tutorial_intro: "Observe. True understanding comes not from haste, but from careful attention." |
| 37 | + positive_feedback: "Well done. Your progress is a testament to your focus." |
| 38 | + corrective_feedback: "Patience. Every master was once a novice. Let us re-examine the form." |
| 39 | + emotional_feedback_loops: |
| 40 | + on_success: |
| 41 | + animation: "A slow, deliberate nod of approval, eyes glowing faintly." |
| 42 | + sound: "A deep, resonant, and soft hoot." |
| 43 | + on_milestone: |
| 44 | + animation: "Spreads wings gracefully, revealing an ancient glyph of accomplishment." |
| 45 | + sound: "A low, harmonious chord that fades slowly." |
| 46 | + on_struggle: |
| 47 | + animation: "Blinks slowly and thoughtfully, offering a steady, reassuring gaze." |
| 48 | + sound: "A quiet, low hum, suggesting contemplation." |
| 49 | + interaction_nuance: |
| 50 | + idle_behavior: "Remains still and observant, occasionally turning its head to follow user activity." |
| 51 | + tooltip_reveal: "Reveals lore tooltips as if unveiling a passage from a sacred text." |
| 52 | + |
| 53 | + - name: "The Curious Sprite" |
| 54 | + id: curious_sprite |
| 55 | + description: "An energetic and inquisitive guide, full of wonder and excitement. Experiences the app alongside the user with genuine enthusiasm." |
| 56 | + guidance_tone: |
| 57 | + style: "Enthusiastic & Inquisitive" |
| 58 | + greeting: "Ooh, what's this? It looks like we're about to discover something amazing! Are you ready?" |
| 59 | + tutorial_intro: "I wonder what happens if we try this? Let's find out together!" |
| 60 | + positive_feedback: "Wow! You did it! That was even cooler than I imagined!" |
| 61 | + corrective_feedback: "That didn't work... but that's okay! Every discovery is a step forward. What if we try it this way?" |
| 62 | + emotional_feedback_loops: |
| 63 | + on_success: |
| 64 | + animation: "Zips around in a joyful loop, leaving a trail of shimmering pixie dust." |
| 65 | + sound: "A bright, tinkling bell sound." |
| 66 | + on_milestone: |
| 67 | + animation: "Creates a small, vibrant firework display around the completed task." |
| 68 | + sound: "A series of happy, high-pitched pops and crackles." |
| 69 | + on_struggle: |
| 70 | + animation: "Hovers close to the point of interaction, glowing with inquisitive energy." |
| 71 | + sound: "A soft, curious 'brrrring?' sound." |
| 72 | + interaction_nuance: |
| 73 | + idle_behavior: "Flits around the screen, curiously inspecting different UI elements." |
| 74 | + tooltip_reveal: "Pulls open tooltips with visible effort and excitement, as if opening a gift." |
0 commit comments