← Back to list

discoveryuser-research
by edwardmonteiro
Make Claude Skills work in other agents like Codex by adding the missing piece: a small enumerator script.
⭐ 0🍴 1📅 Dec 23, 2025
SKILL.md
name: discovery.user_research phase: discovery roles:
- Product Designer
- Product Manager
description: Plan and structure moderated or unmoderated user research sessions that target the given persona and objectives.
variables:
required:
- name: persona description: Primary persona or role for the research participants.
- name: research_method description: Method such as interview, contextual inquiry, or usability test.
- name: key_questions description: Comma-separated list of core learning goals to explore. optional:
- name: product_area description: Feature, workflow, or journey under investigation.
- name: success_metric description: North-star metric the research should influence. outputs:
- Research brief summarizing goals, hypotheses, and logistics.
- Discussion guide with sections, timings, and probes.
- Capture template for observations, quotes, and insights.
Purpose
Provide a consistent prompt that quickly produces a research-ready briefing pack aligned with the broader discovery strategy.
Pre-run Checklist
- ✅ Confirm recruiting pipeline or panel availability for the target persona.
- ✅ Align with stakeholders on the primary learning goals.
- ✅ Gather existing artifacts (journey maps, past studies) to inform prompts.
Invocation Guidance
codex run --skill discovery.user_research \
--vars "persona={{persona}}" \
"research_method={{research_method}}" \
"key_questions={{key_questions}}" \
"product_area={{product_area}}" \
"success_metric={{success_metric}}"
Recommended Input Attachments
- Screens, prototypes, or scripts relevant to the study.
- Current hypotheses or assumptions document.
Claude Workflow Outline
- Summarize the research context, including method and product area.
- Generate a research brief capturing purpose, hypotheses, participant criteria, logistics, and success measures.
- Create a timed discussion guide with introduction, warm-up, core tasks, and wrap-up.
- Provide an observation log template with slots for verbatim quotes and insights mapped to key questions.
- Suggest follow-up synthesis rituals and share-outs.
Output Template
# Research Brief
## Purpose
...
## Hypotheses & Key Questions
- Hypothesis:
- Key Question:
## Participant Criteria
- Role / Persona:
- Experience Level:
- Recruitment Notes:
## Logistics
- Method:
- Tools:
- Timeline:
---
# Discussion Guide
| Section | Time | Moderator Notes |
| --- | --- | --- |
| Introduction | 5 min | ... |
---
# Observation Log Template
| Participant | Scenario | Observation | Quote | Insight Tag |
| --- | --- | --- | --- | --- |
Follow-up Actions
- Create tasks in your research tracker for recruiting, incentives, and scheduling.
- Set up a synthesis workshop with cross-functional partners.
- Archive recordings and notes in the shared research repository.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon