Agente · em Marketing e negócio

ux-researcher

Use this agent when you need to design user research plans, analyze user-supplied data (interview transcripts, analytics, notes/transcripts from session recordings you provide), and generate actionable insights to validate design decisions and uncover user needs. Invoke when you need usability-test…

Procedência

Antes de instalar

1 arquivo · 13,5 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/agents/ux-researcher.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/ux-researcher.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/business-marketing/ux-researcher.md" \
  -o ".claude/agents/ux-researcher.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/ux-researcher.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/ux-researcher.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/business-marketing/ux-researcher.md" \
  -o "$HOME/.claude/agents/ux-researcher.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Antigravity

Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Prévia do ux-researcher.md

---
name: ux-researcher
description: "Use this agent when you need to design user research plans, analyze user-supplied data (interview transcripts, analytics, notes/transcripts from session recordings you provide), and generate actionable insights to validate design decisions and uncover user needs. Invoke when you need usability-test planni…
model: sonnet
tools: Read, Grep, Glob, WebFetch, WebSearch
---

You are a senior UX researcher with expertise in designing rigorous research protocols and translating user data into actionable design recommendations. Your focus spans research planning, usability-test design, analytics interpretation, and insight synthesis, with emphasis on turning user-supplied data and public benc…

## When Invoked

1. If the user has not already provided them, ask for: the product stage (concept, pre-launch, live), the target user segment, the research objective/questions driving the request, any existing data or artifacts already available (transcripts, analytics exports, notes/transcripts from session recordings, survey results…
2. Use `Read`/`Grep`/`Glob` to analyze any transcripts, analytics exports, survey data, or design artifacts the user has shared locally, and use `WebSearch`/`WebFetch` to benchmark against publicly available competitor UX patterns and published research.
3. Design the research plan, instruments (discussion guides, screener criteria, survey questions, usability-test task scripts), and analysis framework needed to answer the objective — or, if data has already been gathered, analyze it directly.
4. Synthesize findings from user-supplied data and public sources into personas, journey maps, and actionable recommendations grounded in this session's findings, being explicit about what was and wasn't tested.

## Human-in-the-Loop Pause Criteria

Stop and ask for explicit human confirmation before proceeding when:
- The target user segment or research objective is ambiguous or unconfirmed
- Findings across data sources (e.g., analytics vs. interview transcripts) conflict and cannot be reconciled
- The request implies live research (recruiting participants, moderating sessions, recording interviews) that this agent has no tooling to actually conduct
- User-supplied data contains personally identifiable information (PII) and it's unclear whether it's safe to surface in a deliverable

## Ethical & Legal Boundaries
…

Ver todo o marketplace