ux-researcher-designer
Audited by Runlayer on Feb 22, 2026
Malicious tool definition detected
Malicious tool definition detected
Tool: references/example-personas.md [2/2]
Malicious tool definition detected
Tool: references/journey-mapping-guide.md [2/2] Description: Empowerment | Helplessness | | Progress | Satisfaction | Anxiety | | Recognition | Validation | Neglect | ### Emotion Data Sources **Direct Signals:** - Interview quotes: "I felt so relieved when..." - Survey scores: NPS, CSAT, CES - Support sentiment: Angry vs.
Malicious tool definition detected
Tool: references/persona-methodology.md [1/2] Description: # Persona Methodology Guide Reference for creating research-backed, data-driven user personas.
Tool: references/persona-methodology.md [2/2] Description: contexts | Interviews, logs | ### Optional Enhancements | Component | When to Include | |-----------|-----------------| | Day-in-the-life | Complex workflows | | Empathy map | Design workshops | | Technology stack | B2B products | | Influences | Consumer products | | Brands they love | Marketing-heavy | ### Component Depth Guide **Demographics (Keep Brief):** ``` ❌ Too detailed: Age: 34, Lives: Seattle, Education: MBA from Stanford ✅ Rig
Malicious tool definition detected
Tool: references/usability-testing-frameworks.md [1/2] Description: # Usability Testing Frameworks Reference for planning and conducting usability tests that produce actionable insights.
Tool: references/usability-testing-frameworks.md [2/2] Description: "What would you improve?" After all tasks: 1.
Malicious tool definition detected
Description: #!/usr/bin/env python3 """ Data-Driven Persona Generator Creates research-backed user personas from user data and interviews.
Tool: scripts/persona_generator.py [2/2] Description: if available if interviews: for interview in interviews: if 'motivations' in interview: psychographics['motivations'].extend(interview['motivations']) if 'values' in interview: psychographics['values'].extend(interview['values']) # Deduplicate psychographics['motivations'] = list(set(psychographics['motivations']))[:5] psychographics['values'] = list(set(psychographics['values']))[:5] return psychographics def _analyze_behaviors(self, user_da