Skip to content

JacobLinCool/ux-discovery-interviewer-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

UX Discovery Interviewer Skill

An agent skill for coding agents (e.g., Codex, Claude Code) that conducts structured UX research discovery interviews, guiding users from vague product ideas to clear discovery insights.

What It Does

Acts as a professional UX researcher through progressive conversational interviews:

  • Restates your initial idea, then asks high-leverage discovery questions
  • Synthesizes learnings between rounds before going deeper
  • Produces structured output: user journeys, pain points, opportunities, assumptions, and open questions

Install

Copy the .agents/ directory into your project root:

your-project/
└── .agents/
    └── skills/
        └── ux-discovery-interviewer/
            ├── SKILL.md
            ├── agents/
            │   └── agent.yaml
            └── references/
                └── interview-guide.md

Usage

Start a conversation with a coding agent (e.g., Codex, Claude Code) and describe your product idea. The skill activates and walks you through a discovery interview.

> I have this idea for a tool that helps developers write better commit messages...

The interviewer will progressively explore:

  • Target users and their context
  • Goals and motivations
  • Current behavior and workarounds
  • Pain points and triggers
  • Opportunities for improvement

At the end, you get a structured discovery summary ready for product decisions.

License

MIT

About

An agent skill for coding agents (e.g., Codex, Claude Code) that conducts structured UX research discovery interviews, guiding users from vague product ideas to clear discovery insights.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors