interview-me

by addyosmani 82k MIT Updated Aug 5, 2026
interview-me skill by addyosmani
interview-me — Frontend skill by addyosmani

interview-me is an open-source frontend skill for Claude Code and compatible agents, published by addyosmani. Its author describes it as: “Extracts what the user actually wants instead of what they think they should want. Achieves this through one-question-at-a-time interview until ~95% confidence about the underlying intent. Use when an ask is underspec…”. The project has 82k stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add addyosmani/agent-skills`.

Installation

Add interview-me to your agent with:

/plugin marketplace add addyosmani/agent-skills

Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.

When to use it

Reach for interview-me when you want frontend help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.

Strengths

  • Clear MIT license — safe to read and adapt
  • Ships in addyosmani/agent-skills, an established project with 82,220 GitHub stars
  • Actively maintained (recent commits)

Topics

agent-skillsantigravityclaude-codecodexcursorskills

Frequently asked questions

What does interview-me do?
Extracts what the user actually wants instead of what they think they should want. Achieves this through one-question-at-a-time interview until ~95% confidence about the underlying intent. Use when an ask is underspecified ("build me X" without "for whom" or "why now"), when the user explicitly invokes ("interview me", "grill me", "are we sure?", "stress-test my thinking"), or when you catch yourself silently filling in ambiguous requirements before any plan, spec, or code exists.
How do I install interview-me?
Run /plugin marketplace add addyosmani/agent-skills in your agent, then reload your skills. Review the source at https://github.com/addyosmani/agent-skills before installing.
Is interview-me free to use?
Yes. interview-me is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
Where does interview-me come from?
interview-me ships inside addyosmani/agent-skills, a repository that contains 25 catalogued skills in total. The repository's 82,220 GitHub stars apply to that whole collection, not to this skill on its own.

Related skills

More Frontend →

Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.

82k addyosmani MIT

Builds production-quality, accessible, responsive user-facing UIs. Use when building or modifying interfaces and pages, creating components, implementing layouts, meeting WCAG accessibility requirements, managing state, or when the output needs to look and feel production-quality rather than AI-generated.

82k addyosmani MIT

Optimizes application performance across frontend, backend, queries, and databases. Use when performance requirements exist, when you suspect performance regressions, when Core Web Vitals or load times need improvement, when N+1 query patterns need fixing, or when profiling reveals bottlenecks.

82k addyosmani MIT

Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea.

82k addyosmani MIT

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

72k ComposioHQ No license