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.
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
Copy the .agents/ directory into your project root:
your-project/
└── .agents/
└── skills/
└── ux-discovery-interviewer/
├── SKILL.md
├── agents/
│ └── agent.yaml
└── references/
└── interview-guide.md
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.
MIT