# Software UX Research

> De-risk product decisions with rigorous UX research. Deep reference guides for survey design, research repository/ops, and usability testing (ISO 9241-grounded), plus JTBD.

- Skill: `podo/software-ux-research` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add podo/software-ux-research`
- Raw SKILL.md: https://api.skillmd.com/api/skills/podo/software-ux-research/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: podo (https://skillmd.com/u/podo)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/podo/software-ux-research

---


# software-ux-research

> Catalogue stub — full skill: [vasilyu1983/AI-Agents-public](https://github.com/vasilyu1983/AI-Agents-public)

## Decision tree

1. **Is the full skill already installed?**
   - Global: `grep -q "^das:" ~/.agents/skills/software-ux-research/SKILL.md 2>/dev/null && echo "pointer" || echo "installed"`
   - Project: `grep -q "^das:" .agents/skills/software-ux-research/SKILL.md 2>/dev/null && echo "pointer" || echo "installed"`
   - No `das:` block → full skill installed, invoke and proceed
   - `das:` block present → go to step 2

2. **Detect scope, then install:**

   ```bash
   [ -e ~/.agents/skills/software-ux-research ] && echo "global" || echo "project"
   ```

   **Global:**
   ```bash
   npx skills add vasilyu1983/AI-Agents-public --skill software-ux-research -g -y
   ```

   **Project:**
   ```bash
   npx skills add vasilyu1983/AI-Agents-public --skill software-ux-research -y
   ```
   > **Claude Code:** send either command as a chat message starting with `!` to run it without leaving the conversation.

## What it does

A research-ops powerhouse (~15–19KB per topic): survey-design (Likert/NPS/SUS, sample-size math with finite-population correction, bias rewrites, full stats), research-repository management (governance, taxonomy ownership, decay/freshness, GDPR/PII classification, adoption ROI), and usability testing (think-aloud protocols, SEQ/ASQ/SUS, severity matrices, reporting). Web research picked this over Owl’s thinner research skills.

## When NOT to use

- Lightweight single-method help → may be heavier than needed
- AI-moderated/synthetic interviews → use `user-research-cookiy`

